cp ododevapispec.yaml pkg/apiserver-impl/swagger-ui/swagger.yaml go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=faadb7c53" ./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: 1699000562 - will randomize all specs Will run 504 of 956 specs Running in parallel across 16 processes SSSSSSSSSSSSSSSSSSS ------------------------------ • [16.847 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 ------------------------------ S ------------------------------ • [17.539 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 ------------------------------ • [22.534 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 ------------------------------ • [8.799 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 ------------------------------ S ------------------------------ • [4.635 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 ------------------------------ SS ------------------------------ • [12.900 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 ------------------------------ • [46.599 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 ------------------------------ SSSS ------------------------------ • [4.975 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 ------------------------------ • [4.843 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 ------------------------------ • [70.839 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 ------------------------------ • [71.303 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 ------------------------------ • [76.797 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 ------------------------------ S ------------------------------ • [78.801 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 ------------------------------ • [80.008 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 ------------------------------ • [79.485 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 ------------------------------ SSS ------------------------------ • [13.642 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 ------------------------------ • [11.456 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 ------------------------------ • [49.463 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 ------------------------------ • [68.010 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 ------------------------------ S ------------------------------ • [23.614 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 ------------------------------ • [96.225 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 ------------------------------ • [98.238 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 ------------------------------ S ------------------------------ • [99.766 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 ------------------------------ • [6.155 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 ------------------------------ S ------------------------------ • [FAILED] [15.739 seconds] odo devfile deploy command tests deploying devfile with exec when the deploy command terminates abruptly; component name of a normal character length [BeforeEach] when odo deploy command is run again should run successfully [BeforeEach] /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:585 [It] /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 Timeline >> Created dir: /tmp/1679221956 Created dir: /tmp/236385100 Setting KUBECONFIG=/tmp/236385100/config Running oc with args [oc get project cmd-devfile-deploy-test595moy -o jsonpath={.metadata.name}] and odo env: [] [oc] Error from server (NotFound): namespaces "cmd-devfile-deploy-test595moy" not found Creating a new project: cmd-devfile-deploy-test595moy Running oc with args [oc new-project cmd-devfile-deploy-test595moy] and odo env: [] [oc] Now using project "cmd-devfile-deploy-test595moy" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31952". [oc] [oc] You can add applications to this project with the 'new-app' command. For example, try: [oc] [oc] oc new-app rails-postgresql-example [oc] [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: [oc] [oc] kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname [oc] Running oc with args [oc get project] and odo env: [] [oc] NAME DISPLAY NAME STATUS [oc] apgr-namespace Active [oc] calico-system Active [oc] cmd-delete-test128rti Active [oc] cmd-describe-component-test416eep Active [oc] cmd-dev-debug-test225flj Active [oc] cmd-dev-test1213ovp Active [oc] cmd-dev-test130wey Active [oc] cmd-dev-test1379zlr Active [oc] cmd-dev-test1589hjj Active [oc] cmd-dev-test1788mpu Active [oc] cmd-dev-test3150uuj Active [oc] cmd-dev-test3787nio Active [oc] cmd-dev-test4089fwp Terminating [oc] cmd-dev-test4466bcn Active [oc] cmd-dev-test4579ysd Active [oc] cmd-devfile-deploy-test161yff Active [oc] cmd-devfile-deploy-test176qak Active [oc] cmd-logs-test267bnz Terminating [oc] cmd-namespace-test115tkr Active [oc] default Active [oc] generic-test100lvl Active [oc] generic-test107ccz Terminating [oc] generic-test107qvq Terminating [oc] generic-test107tbf Terminating [oc] generic-test107wma Terminating [oc] ibm-cert-store Active [oc] ibm-odf-validation-webhook Active [oc] ibm-system Active [oc] kube-node-lease Active [oc] kube-public Active [oc] kube-system Active [oc] laxu-namespace Active [oc] openshift Active [oc] openshift-apiserver Active [oc] openshift-apiserver-operator Active [oc] openshift-authentication Active [oc] openshift-authentication-operator Active [oc] openshift-cloud-credential-operator Active [oc] openshift-cloud-network-config-controller Active [oc] openshift-cluster-csi-drivers Active [oc] openshift-cluster-machine-approver Active [oc] openshift-cluster-node-tuning-operator Active [oc] openshift-cluster-samples-operator Active [oc] openshift-cluster-storage-operator Active [oc] openshift-cluster-version Active [oc] openshift-config Active [oc] openshift-config-managed Active [oc] openshift-config-operator Active [oc] openshift-console Active [oc] openshift-console-operator Active [oc] openshift-console-user-settings Active [oc] openshift-controller-manager Active [oc] openshift-controller-manager-operator Active [oc] openshift-dns Active [oc] openshift-dns-operator Active [oc] openshift-etcd Active [oc] openshift-etcd-operator Active [oc] openshift-image-registry Active [oc] openshift-infra Active [oc] openshift-ingress Active [oc] openshift-ingress-canary Active [oc] openshift-ingress-operator Active [oc] openshift-insights Active [oc] openshift-kube-apiserver Active [oc] openshift-kube-apiserver-operator Active [oc] openshift-kube-controller-manager Active [oc] openshift-kube-controller-manager-operator Active [oc] openshift-kube-proxy Active [oc] openshift-kube-scheduler Active [oc] openshift-kube-scheduler-operator Active [oc] openshift-kube-storage-version-migrator Active [oc] openshift-kube-storage-version-migrator-operator Active [oc] openshift-machine-api Active [oc] openshift-machine-config-operator Active [oc] openshift-marketplace Active [oc] openshift-monitoring Active [oc] openshift-multus Active [oc] openshift-network-diagnostics Active [oc] openshift-network-operator Active [oc] openshift-node Active [oc] openshift-operator-lifecycle-manager Active [oc] openshift-operators Active [oc] openshift-roks-metrics Active [oc] openshift-route-controller-manager Active [oc] openshift-service-ca Active [oc] openshift-service-ca-operator Active [oc] openshift-user-workload-monitoring Active [oc] phmartin Active [oc] tigera-operator Active [oc] ubkm-project Active Running oc with args [oc get project] and odo env: [] [oc] NAME DISPLAY NAME STATUS [oc] apgr-namespace Active [oc] calico-system Active [oc] cmd-delete-test128rti Active [oc] cmd-describe-component-test416eep Active [oc] cmd-dev-debug-test225flj Active [oc] cmd-dev-test1213ovp Active [oc] cmd-dev-test130wey Active [oc] cmd-dev-test1379zlr Active [oc] cmd-dev-test1589hjj Active [oc] cmd-dev-test1788mpu Active [oc] cmd-dev-test1965rvv Active [oc] cmd-dev-test3150uuj Active [oc] cmd-dev-test3787nio Active [oc] cmd-dev-test4089fwp Terminating [oc] cmd-dev-test4466bcn Active [oc] cmd-dev-test4579ysd Active [oc] cmd-devfile-deploy-test161yff Active [oc] cmd-devfile-deploy-test176qak Active [oc] cmd-devfile-deploy-test595moy Active [oc] cmd-logs-test267bnz Terminating [oc] cmd-namespace-test115tkr Active [oc] default Active [oc] generic-test100lvl Active [oc] generic-test107ccz Terminating [oc] generic-test107qvq Terminating [oc] generic-test107tbf Terminating [oc] generic-test107wma Terminating [oc] ibm-cert-store Active [oc] ibm-odf-validation-webhook Active [oc] ibm-system Active [oc] kube-node-lease Active [oc] kube-public Active [oc] kube-system Active [oc] laxu-namespace Active [oc] openshift Active [oc] openshift-apiserver Active [oc] openshift-apiserver-operator Active [oc] openshift-authentication Active [oc] openshift-authentication-operator Active [oc] openshift-cloud-credential-operator Active [oc] openshift-cloud-network-config-controller Active [oc] openshift-cluster-csi-drivers Active [oc] openshift-cluster-machine-approver Active [oc] openshift-cluster-node-tuning-operator Active [oc] openshift-cluster-samples-operator Active [oc] openshift-cluster-storage-operator Active [oc] openshift-cluster-version Active [oc] openshift-config Active [oc] openshift-config-managed Active [oc] openshift-config-operator Active [oc] openshift-console Active [oc] openshift-console-operator Active [oc] openshift-console-user-settings Active [oc] openshift-controller-manager Active [oc] openshift-controller-manager-operator Active [oc] openshift-dns Active [oc] openshift-dns-operator Active [oc] openshift-etcd Active [oc] openshift-etcd-operator Active [oc] openshift-image-registry Active [oc] openshift-infra Active [oc] openshift-ingress Active [oc] openshift-ingress-canary Active [oc] openshift-ingress-operator Active [oc] openshift-insights Active [oc] openshift-kube-apiserver Active [oc] openshift-kube-apiserver-operator Active [oc] openshift-kube-controller-manager Active [oc] openshift-kube-controller-manager-operator Active [oc] openshift-kube-proxy Active [oc] openshift-kube-scheduler Active [oc] openshift-kube-scheduler-operator Active [oc] openshift-kube-storage-version-migrator Active [oc] openshift-kube-storage-version-migrator-operator Active [oc] openshift-machine-api Active [oc] openshift-machine-config-operator Active [oc] openshift-marketplace Active [oc] openshift-monitoring Active [oc] openshift-multus Active [oc] openshift-network-diagnostics Active [oc] openshift-network-operator Active [oc] openshift-node Active [oc] openshift-operator-lifecycle-manager Active [oc] openshift-operators Active [oc] openshift-roks-metrics Active [oc] openshift-route-controller-manager Active [oc] openshift-service-ca Active [oc] openshift-service-ca-operator Active [oc] openshift-user-workload-monitoring Active [oc] phmartin Active [oc] tigera-operator Active [oc] ubkm-project Active Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-devfile-deploy-test595moy] and odo env: [] [oc] configmap/config-map-for-cleanup created Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/1679221956 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1103 08:38:45.826157 15063 implem.go:114] The path for preference file is /tmp/236385100/preference.yaml [odo] Successfully removed registry [odo] I1103 08:38:45.827592 15063 implem.go:114] The path for preference file is /tmp/236385100/preference.yaml [odo] I1103 08:38:45.828007 15063 segment.go:268] Checking telemetry enable status [odo] I1103 08:38:45.828019 15063 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] I1103 08:38:46.126048 15082 implem.go:114] The path for preference file is /tmp/236385100/preference.yaml [odo] New registry successfully added [odo] I1103 08:38:46.130866 15082 implem.go:114] The path for preference file is /tmp/236385100/preference.yaml [odo] I1103 08:38:46.131435 15082 segment.go:268] Checking telemetry enable status [odo] I1103 08:38:46.131467 15082 segment.go:286] Sending telemetry disabled by env variable Setting current dir to: /tmp/1679221956 Replacing "image: registry.access.redhat.com/ubi8/nodejs-14:latest" with "image: registry.access.redhat.com/ubi8/nodejs-does-not-exist-14:latest" in /tmp/1679221956/devfile.yaml Running odo with args [odo deploy] and odo env: [] [odo] I1103 08:38:46.350573 15105 version.go:37] executing [podman version --format json] [odo] I1103 08:38:46.351177 15105 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I1103 08:38:46.351198 15105 implem.go:114] The path for preference file is /tmp/236385100/preference.yaml [odo] I1103 08:38:46.352846 15105 context.go:172] absolute devfile path: '/tmp/1679221956/devfile.yaml' [odo] I1103 08:38:46.352867 15105 context.go:113] absolute devfile path: '/tmp/1679221956/devfile.yaml' [odo] I1103 08:38:46.353603 15105 content.go:48] converted devfile YAML to JSON [odo] I1103 08:38:46.353699 15105 apiVersion.go:60] devfile schemaVersion: '2.2.0' [odo] I1103 08:38:46.353999 15105 helper.go:56] devfile apiVersion '2.2.0' is supported [odo] I1103 08:38:46.357963 15105 schema.go:61] validated devfile schema [odo] I1103 08:38:46.362204 15105 validate.go:45] Successfully validated devfile sections [odo] I1103 08:38:46.362226 15105 validate.go:45] Successfully validated devfile sections [odo] I1103 08:38:46.362307 15105 component.go:87] name of component is "hjocxx", and sanitized name is "hjocxx" [odo] I1103 08:38:46.362364 15105 kclient.go:237] Checking if "projects" resource is supported [odo] __ [odo] / \__ Running the application in Deploy mode using the "hjocxx" Devfile [odo] \__/ \ Namespace: cmd-devfile-deploy-test595moy [odo] / \__/ odo version: v3.15.0 (faadb7c53) [odo] \__/ [odo] [odo] ↪ Executing command: [odo] • Executing command in container (command: deploy-exec) ... [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") [odo] I1103 08:38:46.690775 15105 jobs.go:44] Waiting for Job hjocxx-app-deploy-exec to complete successfully [odo] ✓ Executing command in container (command: deploy-exec) [5s] [odo] [odo] Your Devfile has been successfully deployed [odo] I1103 08:38:51.435645 15105 implem.go:114] The path for preference file is /tmp/236385100/preference.yaml [odo] I1103 08:38:51.436365 15105 segment.go:268] Checking telemetry enable status [odo] I1103 08:38:51.436376 15105 segment.go:286] Sending telemetry disabled by env variable [FAILED] in [BeforeEach] - /go/odo_1/tests/helper/helper_cmd_wrapper.go:108 @ 11/03/23 08:38:56.176 Running oc with args [oc get project cmd-devfile-deploy-test595moy -o jsonpath={.metadata.name}] and odo env: [] [oc] cmd-devfile-deploy-test595moyDeleting project: cmd-devfile-deploy-test595moy Running oc with args [oc delete project cmd-devfile-deploy-test595moy --wait=false] and odo env: [] [oc] project.project.openshift.io "cmd-devfile-deploy-test595moy" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/1679221956 Deleting dir: /tmp/236385100 << Timeline [FAILED] Failed after 0.000s. Running odo with args [odo deploy] and odo env: [] Expected : 0 not to match exit code: : 0 In [BeforeEach] at: /go/odo_1/tests/helper/helper_cmd_wrapper.go:108 @ 11/03/23 08:38:56.176 ------------------------------ • [28.234 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 ------------------------------ • [5.096 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 ------------------------------ • [57.957 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 ------------------------------ • [119.968 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 ------------------------------ • [128.018 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 ------------------------------ • [130.741 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 ------------------------------ • [113.990 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 ------------------------------ S ------------------------------ • [60.167 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 ------------------------------ • [60.905 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 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 ------------------------------ • [57.090 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 ------------------------------ • [57.459 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 ------------------------------ • [7.191 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 ------------------------------ • [69.115 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 ------------------------------ • [6.002 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 ------------------------------ S ------------------------------ • [86.003 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 ------------------------------ • [79.254 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 ------------------------------ SS ------------------------------ • [4.925 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 ------------------------------ S ------------------------------ • [66.966 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 ------------------------------ SSS ------------------------------ • [56.698 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 ------------------------------ • [50.059 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 ------------------------------ SSSSS ------------------------------ • [5.574 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 ------------------------------ S ------------------------------ • [78.486 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 ------------------------------ • [99.350 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 ------------------------------ • [4.193 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 ------------------------------ • [5.620 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 ------------------------------ SSS ------------------------------ • [57.252 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 ------------------------------ • [58.365 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 ------------------------------ • [4.123 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 ------------------------------ • [8.538 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 ------------------------------ S ------------------------------ • [30.355 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 ------------------------------ SSSS ------------------------------ • [59.217 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 ------------------------------ S ------------------------------ • [10.369 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 ------------------------------ S [4.753 seconds] odo init interactive command tests when DevfileRegistriesList CRD is installed on cluster [BeforeEach] when CR for devfileregistrieslists is installed in namespace should download correct devfile from the first in-cluster registry [BeforeEach] /go/odo_1/tests/integration/interactive_init_test.go:708 [It] /go/odo_1/tests/integration/interactive_init_test.go:737 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output [SKIPPED] skipped on non Kubernetes clusters In [BeforeEach] at: /go/odo_1/tests/integration/interactive_init_test.go:710 @ 11/03/23 08:40:53.142 ------------------------------ • [16.018 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 ------------------------------ S ------------------------------ • [110.087 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 ------------------------------ SSSS ------------------------------ • [131.384 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 ------------------------------ • [7.901 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 ------------------------------ SSSSS ------------------------------ • [58.568 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 ------------------------------ SSS ------------------------------ • [4.741 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 ------------------------------ • [66.619 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 ------------------------------ • [60.367 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 ------------------------------ • [109.523 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 ------------------------------ • [8.564 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 ------------------------------ • [59.537 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 ------------------------------ S ------------------------------ • [60.029 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 ------------------------------ S ------------------------------ • [24.773 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 ------------------------------ • [FAILED] [16.215 seconds] odo devfile deploy command tests deploying devfile with exec when the deploy command terminates abruptly; component name of at max(63) characters length [BeforeEach] when odo deploy command is run again should run successfully [BeforeEach] /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:585 [It] /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 Timeline >> Created dir: /tmp/958485842 Created dir: /tmp/1995250029 Setting KUBECONFIG=/tmp/1995250029/config Running oc with args [oc get project cmd-devfile-deploy-test595ftk -o jsonpath={.metadata.name}] and odo env: [] [oc] Error from server (NotFound): namespaces "cmd-devfile-deploy-test595ftk" not found Creating a new project: cmd-devfile-deploy-test595ftk Running oc with args [oc new-project cmd-devfile-deploy-test595ftk] and odo env: [] [oc] Now using project "cmd-devfile-deploy-test595ftk" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31952". [oc] [oc] You can add applications to this project with the 'new-app' command. For example, try: [oc] [oc] oc new-app rails-postgresql-example [oc] [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: [oc] [oc] kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname [oc] Running oc with args [oc get project] and odo env: [] [oc] NAME DISPLAY NAME STATUS [oc] apgr-namespace Active [oc] calico-system Active [oc] cmd-delete-test151tap Terminating [oc] cmd-delete-test316lye Active [oc] cmd-describe-component-test389lws Terminating [oc] cmd-describe-component-test642gfb Active [oc] cmd-dev-api-server-test221jit Terminating [oc] cmd-dev-debug-test112gsc Terminating [oc] cmd-dev-test1127tfz Active [oc] cmd-dev-test1237ajx Active [oc] cmd-dev-test1379bsl Active [oc] cmd-dev-test1379hhx Active [oc] cmd-dev-test1691ssw Active [oc] cmd-dev-test1805otq Active [oc] cmd-dev-test2898vva Active [oc] cmd-dev-test3126imo Active [oc] cmd-dev-test3150fbq Active [oc] cmd-dev-test3538yxp Active [oc] cmd-dev-test3697bty Active [oc] cmd-dev-test458hgt Active [oc] cmd-devfile-deploy-test176pxp Active [oc] cmd-devfile-deploy-test226kwy Terminating [oc] cmd-namespace-test115tkr Active [oc] default Active [oc] generic-test100lvl Active [oc] ibm-cert-store Active [oc] ibm-odf-validation-webhook Active [oc] ibm-system Active [oc] kube-node-lease Active [oc] kube-public Active [oc] kube-system Active [oc] laxu-namespace Active [oc] openshift Active [oc] openshift-apiserver Active [oc] openshift-apiserver-operator Active [oc] openshift-authentication Active [oc] openshift-authentication-operator Active [oc] openshift-cloud-credential-operator Active [oc] openshift-cloud-network-config-controller Active [oc] openshift-cluster-csi-drivers Active [oc] openshift-cluster-machine-approver Active [oc] openshift-cluster-node-tuning-operator Active [oc] openshift-cluster-samples-operator Active [oc] openshift-cluster-storage-operator Active [oc] openshift-cluster-version Active [oc] openshift-config Active [oc] openshift-config-managed Active [oc] openshift-config-operator Active [oc] openshift-console Active [oc] openshift-console-operator Active [oc] openshift-console-user-settings Active [oc] openshift-controller-manager Active [oc] openshift-controller-manager-operator Active [oc] openshift-dns Active [oc] openshift-dns-operator Active [oc] openshift-etcd Active [oc] openshift-etcd-operator Active [oc] openshift-image-registry Active [oc] openshift-infra Active [oc] openshift-ingress Active [oc] openshift-ingress-canary Active [oc] openshift-ingress-operator Active [oc] openshift-insights Active [oc] openshift-kube-apiserver Active [oc] openshift-kube-apiserver-operator Active [oc] openshift-kube-controller-manager Active [oc] openshift-kube-controller-manager-operator Active [oc] openshift-kube-proxy Active [oc] openshift-kube-scheduler Active [oc] openshift-kube-scheduler-operator Active [oc] openshift-kube-storage-version-migrator Active [oc] openshift-kube-storage-version-migrator-operator Active [oc] openshift-machine-api Active [oc] openshift-machine-config-operator Active [oc] openshift-marketplace Active [oc] openshift-monitoring Active [oc] openshift-multus Active [oc] openshift-network-diagnostics Active [oc] openshift-network-operator Active [oc] openshift-node Active [oc] openshift-operator-lifecycle-manager Active [oc] openshift-operators Active [oc] openshift-roks-metrics Active [oc] openshift-route-controller-manager Active [oc] openshift-service-ca Active [oc] openshift-service-ca-operator Active [oc] openshift-user-workload-monitoring Active [oc] phmartin Active [oc] tigera-operator Active [oc] ubkm-project Active Running oc with args [oc get project] and odo env: [] [oc] NAME DISPLAY NAME STATUS [oc] apgr-namespace Active [oc] calico-system Active [oc] cmd-delete-test151tap Terminating [oc] cmd-delete-test316lye Active [oc] cmd-describe-component-test389lws Terminating [oc] cmd-describe-component-test642gfb Active [oc] cmd-dev-api-server-test221jit Terminating [oc] cmd-dev-debug-test112gsc Terminating [oc] cmd-dev-test1127tfz Active [oc] cmd-dev-test1237ajx Active [oc] cmd-dev-test1379bsl Active [oc] cmd-dev-test1379hhx Active [oc] cmd-dev-test1691ssw Active [oc] cmd-dev-test1805otq Active [oc] cmd-dev-test2898vva Active [oc] cmd-dev-test3126imo Active [oc] cmd-dev-test3150fbq Active [oc] cmd-dev-test3538yxp Active [oc] cmd-dev-test3697bty Active [oc] cmd-dev-test458hgt Active [oc] cmd-devfile-deploy-test176pxp Active [oc] cmd-devfile-deploy-test226kwy Terminating [oc] cmd-devfile-deploy-test595ftk Active [oc] cmd-namespace-test115tkr Active [oc] default Active [oc] generic-test100lvl Active [oc] ibm-cert-store Active [oc] ibm-odf-validation-webhook Active [oc] ibm-system Active [oc] kube-node-lease Active [oc] kube-public Active [oc] kube-system Active [oc] laxu-namespace Active [oc] openshift Active [oc] openshift-apiserver Active [oc] openshift-apiserver-operator Active [oc] openshift-authentication Active [oc] openshift-authentication-operator Active [oc] openshift-cloud-credential-operator Active [oc] openshift-cloud-network-config-controller Active [oc] openshift-cluster-csi-drivers Active [oc] openshift-cluster-machine-approver Active [oc] openshift-cluster-node-tuning-operator Active [oc] openshift-cluster-samples-operator Active [oc] openshift-cluster-storage-operator Active [oc] openshift-cluster-version Active [oc] openshift-config Active [oc] openshift-config-managed Active [oc] openshift-config-operator Active [oc] openshift-console Active [oc] openshift-console-operator Active [oc] openshift-console-user-settings Active [oc] openshift-controller-manager Active [oc] openshift-controller-manager-operator Active [oc] openshift-dns Active [oc] openshift-dns-operator Active [oc] openshift-etcd Active [oc] openshift-etcd-operator Active [oc] openshift-image-registry Active [oc] openshift-infra Active [oc] openshift-ingress Active [oc] openshift-ingress-canary Active [oc] openshift-ingress-operator Active [oc] openshift-insights Active [oc] openshift-kube-apiserver Active [oc] openshift-kube-apiserver-operator Active [oc] openshift-kube-controller-manager Active [oc] openshift-kube-controller-manager-operator Active [oc] openshift-kube-proxy Active [oc] openshift-kube-scheduler Active [oc] openshift-kube-scheduler-operator Active [oc] openshift-kube-storage-version-migrator Active [oc] openshift-kube-storage-version-migrator-operator Active [oc] openshift-machine-api Active [oc] openshift-machine-config-operator Active [oc] openshift-marketplace Active [oc] openshift-monitoring Active [oc] openshift-multus Active [oc] openshift-network-diagnostics Active [oc] openshift-network-operator Active [oc] openshift-node Active [oc] openshift-operator-lifecycle-manager Active [oc] openshift-operators Active [oc] openshift-roks-metrics Active [oc] openshift-route-controller-manager Active [oc] openshift-service-ca Active [oc] openshift-service-ca-operator Active [oc] openshift-user-workload-monitoring Active [oc] phmartin Active [oc] tigera-operator Active [oc] ubkm-project Active Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-devfile-deploy-test595ftk] and odo env: [] [oc] configmap/config-map-for-cleanup created Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/958485842 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1103 08:41:13.557448 19326 implem.go:114] The path for preference file is /tmp/1995250029/preference.yaml [odo] Successfully removed registry [odo] I1103 08:41:13.559215 19326 implem.go:114] The path for preference file is /tmp/1995250029/preference.yaml [odo] I1103 08:41:13.559579 19326 segment.go:268] Checking telemetry enable status [odo] I1103 08:41:13.559587 19326 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] I1103 08:41:13.801543 19342 implem.go:114] The path for preference file is /tmp/1995250029/preference.yaml [odo] New registry successfully added [odo] I1103 08:41:13.803611 19342 implem.go:114] The path for preference file is /tmp/1995250029/preference.yaml [odo] I1103 08:41:13.804047 19342 segment.go:268] Checking telemetry enable status [odo] I1103 08:41:13.804076 19342 segment.go:286] Sending telemetry disabled by env variable Setting current dir to: /tmp/958485842 Replacing "image: registry.access.redhat.com/ubi8/nodejs-14:latest" with "image: registry.access.redhat.com/ubi8/nodejs-does-not-exist-14:latest" in /tmp/958485842/devfile.yaml Running odo with args [odo deploy] and odo env: [] [odo] I1103 08:41:14.158073 19351 version.go:37] executing [podman version --format json] [odo] I1103 08:41:14.160210 19351 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I1103 08:41:14.160231 19351 implem.go:114] The path for preference file is /tmp/1995250029/preference.yaml [odo] I1103 08:41:14.161749 19351 context.go:172] absolute devfile path: '/tmp/958485842/devfile.yaml' [odo] I1103 08:41:14.161767 19351 context.go:113] absolute devfile path: '/tmp/958485842/devfile.yaml' [odo] I1103 08:41:14.162478 19351 content.go:48] converted devfile YAML to JSON [odo] I1103 08:41:14.162556 19351 apiVersion.go:60] devfile schemaVersion: '2.2.0' [odo] I1103 08:41:14.162792 19351 helper.go:56] devfile apiVersion '2.2.0' is supported [odo] I1103 08:41:14.166636 19351 schema.go:61] validated devfile schema [odo] I1103 08:41:14.170191 19351 validate.go:45] Successfully validated devfile sections [odo] I1103 08:41:14.170231 19351 validate.go:45] Successfully validated devfile sections [odo] I1103 08:41:14.171454 19351 component.go:87] name of component is "document-how-odo-translates-container-component-to-deploymentss", and sanitized name is "document-how-odo-translates-container-component-to-deploymentss" [odo] I1103 08:41:14.171513 19351 kclient.go:237] Checking if "projects" resource is supported [odo] __ [odo] / \__ Running the application in Deploy mode using the "document-how-odo-translates-container-component-to-deploymentss" Devfile [odo] \__/ \ Namespace: cmd-devfile-deploy-test595ftk [odo] / \__/ odo version: v3.15.0 (faadb7c53) [odo] \__/ [odo] [odo] ↪ Executing command: [odo] • Executing command in container (command: deploy-exec) ... [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") [odo] I1103 08:41:14.521009 19351 jobs.go:44] Waiting for Job document-how-odo-translates-container-compone-app-deploy-exec to complete successfully [odo] ✓ Executing command in container (command: deploy-exec) [5s] [odo] [odo] Your Devfile has been successfully deployed [odo] I1103 08:41:19.441152 19351 implem.go:114] The path for preference file is /tmp/1995250029/preference.yaml [odo] I1103 08:41:19.443072 19351 segment.go:268] Checking telemetry enable status [odo] I1103 08:41:19.443083 19351 segment.go:286] Sending telemetry disabled by env variable [FAILED] in [BeforeEach] - /go/odo_1/tests/helper/helper_cmd_wrapper.go:108 @ 11/03/23 08:41:23.875 Running oc with args [oc get project cmd-devfile-deploy-test595ftk -o jsonpath={.metadata.name}] and odo env: [] [oc] cmd-devfile-deploy-test595ftkDeleting project: cmd-devfile-deploy-test595ftk Running oc with args [oc delete project cmd-devfile-deploy-test595ftk --wait=false] and odo env: [] [oc] project.project.openshift.io "cmd-devfile-deploy-test595ftk" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/958485842 Deleting dir: /tmp/1995250029 << Timeline [FAILED] Failed after 0.000s. Running odo with args [odo deploy] and odo env: [] Expected : 0 not to match exit code: : 0 In [BeforeEach] at: /go/odo_1/tests/helper/helper_cmd_wrapper.go:108 @ 11/03/23 08:41:23.875 ------------------------------ S [5.213 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 @ 11/03/23 08:41:26.43 ------------------------------ S ------------------------------ • [7.792 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 ------------------------------ S [5.159 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 @ 11/03/23 08:41:26.421 ------------------------------ SSSSSSS ------------------------------ S [6.614 seconds] odo devfile registry command tests when DevfileRegistriesList CRD is installed on cluster [BeforeEach] when CR for devfileregistrieslists is installed in namespace should list detailed information regarding nodejs when using an in-cluster registry [BeforeEach] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:216 [It] /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" << Captured StdOut/StdErr Output [SKIPPED] skipped on non Kubernetes clusters In [BeforeEach] at: /go/odo_1/tests/integration/cmd_devfile_registry_test.go:218 @ 11/03/23 08:41:30.76 ------------------------------ SSSS ------------------------------ • [132.335 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 ------------------------------ SS ------------------------------ • [8.755 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 ------------------------------ SS ------------------------------ • [FAILED] [46.858 seconds] odo dev command tests when running odo dev and build command throws an error [It] 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 Timeline >> Created dir: /tmp/2681548178 Created dir: /tmp/3860543976 Setting KUBECONFIG=/tmp/3860543976/config Running oc with args [oc get project cmd-dev-test2898vva -o jsonpath={.metadata.name}] and odo env: [] [oc] Error from server (NotFound): namespaces "cmd-dev-test2898vva" not found Creating a new project: cmd-dev-test2898vva Running oc with args [oc new-project cmd-dev-test2898vva] and odo env: [] [oc] Now using project "cmd-dev-test2898vva" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31952". [oc] [oc] You can add applications to this project with the 'new-app' command. For example, try: [oc] [oc] oc new-app rails-postgresql-example [oc] [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: [oc] [oc] kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname [oc] Running oc with args [oc get project] and odo env: [] [oc] NAME DISPLAY NAME STATUS [oc] apgr-namespace Active [oc] calico-system Active [oc] cmd-delete-test151tap Terminating [oc] cmd-delete-test237uid Terminating [oc] cmd-describe-component-test389lws Active [oc] cmd-describe-component-test642tvc Active [oc] cmd-dev-api-server-test221jit Active [oc] cmd-dev-debug-test112gsc Active [oc] cmd-dev-test1237ajx Active [oc] cmd-dev-test1379agq Active [oc] cmd-dev-test1379bsl Active [oc] cmd-dev-test1379hhx Active [oc] cmd-dev-test1691ssw Active [oc] cmd-dev-test1805otq Active [oc] cmd-dev-test2898vva Active [oc] cmd-dev-test3207rxz Terminating [oc] cmd-dev-test3538yxp Active [oc] cmd-dev-test3697bty Active [oc] cmd-dev-test458hgt Active [oc] cmd-devfile-deploy-test576opp Terminating [oc] cmd-namespace-test115cnr Terminating [oc] cmd-namespace-test115tkr Active [oc] cmd-namespace-test115whn Active [oc] default Active [oc] generic-test100lvl Active [oc] ibm-cert-store Active [oc] ibm-odf-validation-webhook Active [oc] ibm-system Active [oc] interactive-init-test737hqy Active [oc] kube-node-lease Active [oc] kube-public Active [oc] kube-system Active [oc] laxu-namespace Active [oc] openshift Active [oc] openshift-apiserver Active [oc] openshift-apiserver-operator Active [oc] openshift-authentication Active [oc] openshift-authentication-operator Active [oc] openshift-cloud-credential-operator Active [oc] openshift-cloud-network-config-controller Active [oc] openshift-cluster-csi-drivers Active [oc] openshift-cluster-machine-approver Active [oc] openshift-cluster-node-tuning-operator Active [oc] openshift-cluster-samples-operator Active [oc] openshift-cluster-storage-operator Active [oc] openshift-cluster-version Active [oc] openshift-config Active [oc] openshift-config-managed Active [oc] openshift-config-operator Active [oc] openshift-console Active [oc] openshift-console-operator Active [oc] openshift-console-user-settings Active [oc] openshift-controller-manager Active [oc] openshift-controller-manager-operator Active [oc] openshift-dns Active [oc] openshift-dns-operator Active [oc] openshift-etcd Active [oc] openshift-etcd-operator Active [oc] openshift-image-registry Active [oc] openshift-infra Active [oc] openshift-ingress Active [oc] openshift-ingress-canary Active [oc] openshift-ingress-operator Active [oc] openshift-insights Active [oc] openshift-kube-apiserver Active [oc] openshift-kube-apiserver-operator Active [oc] openshift-kube-controller-manager Active [oc] openshift-kube-controller-manager-operator Active [oc] openshift-kube-proxy Active [oc] openshift-kube-scheduler Active [oc] openshift-kube-scheduler-operator Active [oc] openshift-kube-storage-version-migrator Active [oc] openshift-kube-storage-version-migrator-operator Active [oc] openshift-machine-api Active [oc] openshift-machine-config-operator Active [oc] openshift-marketplace Active [oc] openshift-monitoring Active [oc] openshift-multus Active [oc] openshift-network-diagnostics Active [oc] openshift-network-operator Active [oc] openshift-node Active [oc] openshift-operator-lifecycle-manager Active [oc] openshift-operators Active [oc] openshift-roks-metrics Active [oc] openshift-route-controller-manager Active [oc] openshift-service-ca Active [oc] openshift-service-ca-operator Active [oc] openshift-user-workload-monitoring Active [oc] phmartin Active [oc] tigera-operator Active [oc] ubkm-project Active Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test2898vva] and odo env: [] [oc] configmap/config-map-for-cleanup created Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/2681548178 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1103 08:40:52.964491 18535 implem.go:114] The path for preference file is /tmp/3860543976/preference.yaml [odo] Successfully removed registry [odo] I1103 08:40:52.966154 18535 implem.go:114] The path for preference file is /tmp/3860543976/preference.yaml [odo] I1103 08:40:52.966461 18535 segment.go:268] Checking telemetry enable status [odo] I1103 08:40:52.966487 18535 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] I1103 08:40:53.122610 18550 implem.go:114] The path for preference file is /tmp/3860543976/preference.yaml [odo] New registry successfully added [odo] I1103 08:40:53.124618 18550 implem.go:114] The path for preference file is /tmp/3860543976/preference.yaml [odo] I1103 08:40:53.125144 18550 segment.go:268] Checking telemetry enable status [odo] I1103 08:40:53.125155 18550 segment.go:286] Sending telemetry disabled by env variable Setting current dir to: /tmp/2681548178 Replacing "npm install" with "npm install-does-not-exist" in /tmp/2681548178/devfile.yaml Running odo with args [odo dev --random-ports --api-server=false] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no] [odo] I1103 08:40:53.311306 18564 version.go:37] executing [podman version --format json] [odo] I1103 08:40:53.311817 18564 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I1103 08:40:53.311832 18564 implem.go:114] The path for preference file is /tmp/3860543976/preference.yaml [odo] I1103 08:40:53.313151 18564 context.go:172] absolute devfile path: '/tmp/2681548178/devfile.yaml' [odo] I1103 08:40:53.313168 18564 context.go:113] absolute devfile path: '/tmp/2681548178/devfile.yaml' [odo] I1103 08:40:53.313779 18564 content.go:48] converted devfile YAML to JSON [odo] I1103 08:40:53.313995 18564 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:40:53.314158 18564 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:40:53.321681 18564 schema.go:61] validated devfile schema [odo] I1103 08:40:53.323787 18564 validate.go:45] Successfully validated devfile sections [odo] I1103 08:40:53.323829 18564 validate.go:45] Successfully validated devfile sections [odo] I1103 08:40:53.324161 18564 component.go:87] name of component is "vmhlxr", and sanitized name is "vmhlxr" [odo] I1103 08:40:53.324235 18564 kclient.go:237] Checking if "projects" resource is supported [odo] __ [odo] / \__ Developing using the "vmhlxr" Devfile [odo] \__/ \ Namespace: cmd-dev-test2898vva [odo] / \__/ odo version: v3.15.0 (faadb7c53) [odo] \__/ [odo] [odo] ↪ Running on the cluster in Dev mode [odo] I1103 08:40:53.495309 18564 kubedev.go:79] Creating new adapter [odo] I1103 08:40:53.495360 18564 kubedev.go:87] Creating inner-loop resources for the component [odo] I1103 08:40:53.495389 18564 watch.go:105] starting WatchAndPush, path: /tmp/2681548178, component: vmhlxr, ignores [.git .odo .odo/odo-file-index.json] [odo] I1103 08:40:53.497867 18564 file_watcher.go:130] adding watch on path /tmp/2681548178 [odo] I1103 08:40:53.497969 18564 file_watcher.go:130] adding watch on path /tmp/2681548178/.odo [odo] I1103 08:40:53.513994 18564 watch.go:423] Copying files [] to pod [odo] I1103 08:40:53.514225 18564 context.go:172] absolute devfile path: '/tmp/2681548178/devfile.yaml' [odo] I1103 08:40:53.514239 18564 context.go:113] absolute devfile path: '/tmp/2681548178/devfile.yaml' [odo] I1103 08:40:53.515615 18564 content.go:48] converted devfile YAML to JSON [odo] I1103 08:40:53.515874 18564 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:40:53.515888 18564 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:40:53.525150 18564 schema.go:61] validated devfile schema [odo] I1103 08:40:53.525440 18564 validate.go:45] Successfully validated devfile sections [odo] I1103 08:40:53.525516 18564 components.go:69] component state: "" [odo] • Waiting for Kubernetes resources ... [odo] I1103 08:40:53.557965 18564 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:40:53.595845 18564 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] I1103 08:40:53.660767 18564 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:40:53.726928 18564 components.go:346] Creating deployment vmhlxr-app [odo] I1103 08:40:53.726945 18564 components.go:347] The component name is vmhlxr [odo] I1103 08:40:53.737191 18564 kclient.go:286] Kubernetes version is "v1.25.12+ba5cc25" [odo] I1103 08:40:53.737241 18564 kclient.go:298] Cluster has support for SSA: true [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") [odo] I1103 08:40:53.869682 18564 components.go:378] Successfully created component vmhlxr [odo] I1103 08:40:53.910420 18564 components.go:390] Successfully created Service for component vmhlxr [odo] I1103 08:40:53.950823 18564 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:40:53.951135 18564 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:40:54.013611 18564 all.go:67] all goroutines have returned in 62.77216ms [odo] I1103 08:40:54.013633 18564 all.go:76] query result: objects=6 [odo] I1103 08:40:54.013678 18564 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:40:54.016564 18564 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:40:54.019521 18564 service.go:75] Getting list of services [odo] I1103 08:40:54.019535 18564 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:40:54.060992 18564 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:40:54.061048 18564 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:40:54.069267 18564 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:40:54.077218 18564 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:40:54.088110 18564 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:40:54.100259 18564 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:40:54.100269 18564 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:40:54.103694 18564 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:40:54.107103 18564 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:40:54.111063 18564 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:40:54.119060 18564 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:40:54.133036 18564 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:40:54.153361 18564 components.go:134] Deployment has been updated to generation 1. Waiting new event... [odo] I1103 08:40:54.153375 18564 status.go:34] setting inner loop State "WaitDeployment" [odo] =================== [odo] ⚠ Pod is Pending [odo] =================== [odo] I1103 08:40:54.156619 18564 watch.go:271] deployment watcher Event: Type: ADDED, name: vmhlxr-app, rv: 102060700, generation: 1, pods: 0 [odo] I1103 08:40:54.157636 18564 watch.go:271] deployment watcher Event: Type: MODIFIED, name: vmhlxr-app, rv: 102060704, generation: 1, pods: 0 [odo] I1103 08:40:54.158538 18564 watch.go:271] deployment watcher Event: Type: MODIFIED, name: vmhlxr-app, rv: 102060708, generation: 1, pods: 0 [odo] I1103 08:40:54.159336 18564 watch.go:271] deployment watcher Event: Type: MODIFIED, name: vmhlxr-app, rv: 102060717, generation: 1, pods: 0 [odo] I1103 08:40:54.457239 18564 watch.go:423] Copying files [] to pod [odo] I1103 08:40:54.457603 18564 context.go:172] absolute devfile path: '/tmp/2681548178/devfile.yaml' [odo] I1103 08:40:54.457617 18564 context.go:113] absolute devfile path: '/tmp/2681548178/devfile.yaml' [odo] I1103 08:40:54.458338 18564 content.go:48] converted devfile YAML to JSON [odo] I1103 08:40:54.458399 18564 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:40:54.458409 18564 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:40:54.464767 18564 schema.go:61] validated devfile schema [odo] I1103 08:40:54.465048 18564 validate.go:45] Successfully validated devfile sections [odo] I1103 08:40:54.465087 18564 components.go:69] component state: "WaitDeployment" [odo] I1103 08:40:54.482428 18564 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:40:54.494347 18564 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] I1103 08:40:54.553167 18564 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:40:54.590140 18564 components.go:346] Creating deployment vmhlxr-app [odo] I1103 08:40:54.590155 18564 components.go:347] The component name is vmhlxr [odo] I1103 08:40:54.590161 18564 components.go:350] The component already exists, attempting to update it [odo] I1103 08:40:54.590171 18564 components.go:352] Applying deployment [odo] I1103 08:40:54.639383 18564 components.go:361] Successfully updated component vmhlxr [odo] I1103 08:40:54.703925 18564 components.go:748] Successfully update Service for component vmhlxr [odo] I1103 08:40:54.721974 18564 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:40:54.724453 18564 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:40:54.776273 18564 all.go:67] all goroutines have returned in 54.299284ms [odo] I1103 08:40:54.776301 18564 all.go:76] query result: objects=6 [odo] I1103 08:40:54.776341 18564 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:40:54.776358 18564 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:40:54.776366 18564 service.go:75] Getting list of services [odo] I1103 08:40:54.776370 18564 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:40:54.811650 18564 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:40:54.811667 18564 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:40:54.820643 18564 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:40:54.827996 18564 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:40:54.836600 18564 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:40:54.874368 18564 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:40:54.874379 18564 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:40:54.878523 18564 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:40:54.882207 18564 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:40:54.885568 18564 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:40:54.925613 18564 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:40:54.937796 18564 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:40:54.964606 18564 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I1103 08:40:54.964621 18564 status.go:34] setting inner loop State "WaitDeployment" [odo] I1103 08:40:54.964645 18564 watch.go:271] deployment watcher Event: Type: MODIFIED, name: vmhlxr-app, rv: 102060729, generation: 1, pods: 0 [odo] ✓ Pod is Running [odo] I1103 08:40:56.678090 18564 watch.go:271] deployment watcher Event: Type: MODIFIED, name: vmhlxr-app, rv: 102060871, generation: 1, pods: 1 [odo] I1103 08:40:56.978590 18564 watch.go:423] Copying files [] to pod [odo] I1103 08:40:56.979455 18564 context.go:172] absolute devfile path: '/tmp/2681548178/devfile.yaml' [odo] I1103 08:40:56.979595 18564 context.go:113] absolute devfile path: '/tmp/2681548178/devfile.yaml' [odo] I1103 08:40:56.980437 18564 content.go:48] converted devfile YAML to JSON [odo] I1103 08:40:56.981067 18564 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:40:56.981115 18564 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:40:56.990923 18564 schema.go:61] validated devfile schema [odo] I1103 08:40:56.992117 18564 validate.go:45] Successfully validated devfile sections [odo] I1103 08:40:56.992162 18564 components.go:69] component state: "WaitDeployment" [odo] I1103 08:40:57.021476 18564 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:40:57.058406 18564 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] I1103 08:40:57.155320 18564 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:40:57.337033 18564 components.go:346] Creating deployment vmhlxr-app [odo] I1103 08:40:57.337049 18564 components.go:347] The component name is vmhlxr [odo] I1103 08:40:57.337055 18564 components.go:350] The component already exists, attempting to update it [odo] I1103 08:40:57.337062 18564 components.go:352] Applying deployment [odo] I1103 08:40:57.375679 18564 components.go:361] Successfully updated component vmhlxr [odo] I1103 08:40:57.407690 18564 components.go:748] Successfully update Service for component vmhlxr [odo] I1103 08:40:57.423906 18564 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:40:57.424132 18564 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:40:57.479807 18564 all.go:67] all goroutines have returned in 55.907244ms [odo] I1103 08:40:57.479838 18564 all.go:76] query result: objects=6 [odo] I1103 08:40:57.479888 18564 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:40:57.479921 18564 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:40:57.480106 18564 service.go:75] Getting list of services [odo] I1103 08:40:57.480116 18564 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:40:57.514173 18564 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:40:57.514237 18564 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:40:57.522842 18564 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:40:57.530818 18564 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:40:57.547106 18564 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:40:57.566711 18564 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:40:57.566783 18564 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:40:57.572440 18564 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:40:57.576816 18564 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:40:57.581606 18564 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:40:57.590852 18564 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:40:57.602801 18564 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] • Syncing files into the container ... [odo] I1103 08:40:57.730639 18564 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2681548178, destBase: ., destFile: . [odo] I1103 08:40:57.730656 18564 file_indexer.go:406] Corrected destinations: base: . file: . [odo] I1103 08:40:57.731328 18564 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2681548178/.gitignore, destBase: ., destFile: .gitignore [odo] I1103 08:40:57.731337 18564 file_indexer.go:406] Corrected destinations: base: . file: .gitignore [odo] I1103 08:40:57.731588 18564 file_indexer.go:453] file added: /tmp/2681548178/.gitignore [odo] I1103 08:40:57.731601 18564 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2681548178/.odo, destBase: ., destFile: .odo [odo] I1103 08:40:57.731604 18564 file_indexer.go:406] Corrected destinations: base: . file: .odo [odo] I1103 08:40:57.731736 18564 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2681548178/devfile.yaml, destBase: ., destFile: devfile.yaml [odo] I1103 08:40:57.731740 18564 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml [odo] I1103 08:40:57.731869 18564 file_indexer.go:453] file added: /tmp/2681548178/devfile.yaml [odo] I1103 08:40:57.731989 18564 sync.go:138] List of files to be deleted: +[] [odo] I1103 08:40:57.731994 18564 sync.go:140] List of files changed: +[/tmp/2681548178/.gitignore /tmp/2681548178/devfile.yaml] [odo] I1103 08:40:57.732000 18564 sync.go:193] Push: componentName: vmhlxr, path: /tmp/2681548178, files: [/tmp/2681548178/.gitignore /tmp/2681548178/devfile.yaml], delFiles: [*], isForcePush: true [odo] I1103 08:40:57.732455 18564 sync.go:310] remote files marked for deletion are [/projects/*] [odo] I1103 08:40:57.732494 18564 exec.go:37] Executing command [rm -rf /projects/*] for pod: vmhlxr-app-5c89945469-9jvgs in container: runtime [odo] I1103 08:40:57.932682 18564 sync.go:233] Copying files /tmp/2681548178/.gitignore /tmp/2681548178/devfile.yaml to pod [odo] I1103 08:40:57.932708 18564 copy.go:36] CopyFile arguments: localPath /tmp/2681548178, dest /projects/2681548178, targetPath /projects, copyFiles [/tmp/2681548178/.gitignore /tmp/2681548178/devfile.yaml], globalExps [.git .odo .odo/odo-file-index.json] [odo] I1103 08:40:57.932728 18564 copy.go:63] Executing command tar xf - -C /projects --no-same-owner [odo] I1103 08:40:57.932892 18564 copy.go:96] makeTar arguments: srcPath: /tmp/2681548178, destPath: /projects/2681548178, files: [/tmp/2681548178/.gitignore /tmp/2681548178/devfile.yaml] [odo] I1103 08:40:57.933251 18564 copy.go:127] Got abs path: /tmp/2681548178/.gitignore [odo] I1103 08:40:57.933260 18564 copy.go:128] Making /tmp/2681548178 relative to /tmp/2681548178/.gitignore [odo] I1103 08:40:57.933265 18564 copy.go:144] makeTar srcFile: 2681548178/.gitignore [odo] I1103 08:40:57.933269 18564 copy.go:145] makeTar destFile: .gitignore [odo] I1103 08:40:57.933273 18564 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2681548178/.gitignore, destBase: /projects, destFile: .gitignore [odo] I1103 08:40:57.933283 18564 copy.go:171] Corrected destinations: base: /projects file: .gitignore [odo] I1103 08:40:58.015429 18564 copy.go:127] Got abs path: /tmp/2681548178/devfile.yaml [odo] I1103 08:40:58.015446 18564 copy.go:128] Making /tmp/2681548178 relative to /tmp/2681548178/devfile.yaml [odo] I1103 08:40:58.015454 18564 copy.go:144] makeTar srcFile: 2681548178/devfile.yaml [odo] I1103 08:40:58.015458 18564 copy.go:145] makeTar destFile: devfile.yaml [odo] I1103 08:40:58.015469 18564 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2681548178/devfile.yaml, destBase: /projects, destFile: devfile.yaml [odo] I1103 08:40:58.015473 18564 copy.go:171] Corrected destinations: base: /projects file: devfile.yaml [odo] ✓ Syncing files into the container [363ms] [odo] I1103 08:40:58.095395 18564 kubeexec.go:40] GetProcessInfoForCommand for "devrun" [odo] I1103 08:40:58.095420 18564 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_devrun.pid || true] for pod: vmhlxr-app-5c89945469-9jvgs in container: runtime [odo] I1103 08:40:58.250606 18564 exec.go:96] cat: /opt/odo/.odo_cmd_devrun.pid: No such file or directory [odo] I1103 08:40:58.252961 18564 innerloop.go:131] running=false, execRequired=true [odo] • Building your application in container (command: devbuild) ... [odo] I1103 08:40:58.253066 18564 exec.go:37] Executing command [/bin/sh -c cd ${PROJECTS_ROOT} && (npm install-does-not-exist) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: vmhlxr-app-5c89945469-9jvgs in container: runtime [odo] ✗ Building your application in container (command: devbuild) [639ms] [odo] I1103 08:40:58.892777 18564 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-does-not-exist) 1>>/proc/1/fd/1 2>>/proc/1/fd/2]' [odo] stdout: [] [odo] stderr: [] [odo] Unknown command: "install-does-not-exist" [odo] [odo] To see a list of supported npm commands, run: [odo] npm help [odo] I1103 08:40:59.011238 18564 status.go:34] setting inner loop State "Ready" [odo] I1103 08:40:59.011449 18564 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-does-not-exist) 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-does-not-exist) 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/2681548178 [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] I1103 08:40:59.011560 18564 watch.go:271] deployment watcher Event: Type: MODIFIED, name: vmhlxr-app, rv: 102060907, generation: 1, pods: 1 [odo] I1103 08:40:59.113576 18564 watch.go:348] filesystem watch event: CREATE "/tmp/2681548178/.odo/odo-file-index.json" [odo] I1103 08:40:59.114265 18564 watch.go:348] filesystem watch event: WRITE "/tmp/2681548178/.odo/odo-file-index.json" [FAILED] in [It] - /go/odo_1/tests/helper/helper_generic.go:81 @ 11/03/23 08:41:03.164 [odo] read: read /dev/stdin: input/output error [odo] I1103 08:41:03.167618 18564 watch.go:333] Dev mode interrupted by user [odo] I1103 08:41:03.174085 18564 implem.go:114] The path for preference file is /tmp/3860543976/preference.yaml [odo] I1103 08:41:03.175237 18564 segment.go:268] Checking telemetry enable status [odo] I1103 08:41:03.175250 18564 segment.go:286] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I1103 08:41:03.348951 18564 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:41:03.349071 18564 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:41:04.534827 18564 all.go:67] all goroutines have returned in 1.18371283s [odo] I1103 08:41:04.535417 18564 all.go:76] query result: objects=608 Running oc with args [oc get project cmd-dev-test2898vva -o jsonpath={.metadata.name}] and odo env: [] [oc] cmd-dev-test2898vvaDeleting project: cmd-dev-test2898vva Running oc with args [oc delete project cmd-dev-test2898vva --wait=false] and odo env: [] [oc] project.project.openshift.io "cmd-dev-test2898vva" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/2681548178 Deleting dir: /tmp/3860543976 << Timeline [FAILED] Expected : I1103 08:40:53.311306 18564 version.go:37] executing [podman version --format json] I1103 08:40:53.311817 18564 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH I1103 08:40:53.311832 18564 implem.go:114] The path for preference file is /tmp/3860543976/preference.yaml I1103 08:40:53.313151 18564 context.go:172] absolute devfile path: '/tmp/2681548178/devfile.yaml' I1103 08:40:53.313168 18564 context.go:113] absolute devfile path: '/tmp/2681548178/devfile.yaml' I1103 08:40:53.313779 18564 content.go:48] converted devfile YAML to JSON I1103 08:40:53.313995 18564 apiVersion.go:60] devfile schemaVersion: '2.0.0' I1103 08:40:53.314158 18564 helper.go:56] devfile apiVersion '2.0.0' is supported I1103 08:40:53.321681 18564 schema.go:61] validated devfile schema I1103 08:40:53.323787 18564 validate.go:45] Successfully validated devfile sections I1103 08:40:53.323829 18564 validate.go:45] Successfully validated devfile sections I1103 08:40:53.324161 18564 component.go:87] name of component is "vmhlxr", and sanitized name is "vmhlxr" I1103 08:40:53.324235 18564 kclient.go:237] Checking if "projects" resource is supported I1103 08:40:53.495309 18564 kubedev.go:79] Creating new adapter I1103 08:40:53.495360 18564 kubedev.go:87] Creating inner-loop resources for the component I1103 08:40:53.495389 18564 watch.go:105] starting WatchAndPush, path: /tmp/2681548178, component: vmhlxr, ignores [.git .odo .odo/odo-file-index.json] I1103 08:40:53.497867 18564 file_watcher.go:130] adding watch on path /tmp/2681548178 I1103 08:40:53.497969 18564 file_watcher.go:130] adding watch on path /tmp/2681548178/.odo I1103 08:40:53.513994 18564 watch.go:423] Copying files [] to pod I1103 08:40:53.514225 18564 context.go:172] absolute devfile path: '/tmp/2681548178/devfile.yaml' I1103 08:40:53.514239 18564 context.go:113] absolute devfile path: '/tmp/2681548178/devfile.yaml' I1103 08:40:53.515615 18564 content.go:48] converted devfile YAML to JSON I1103 08:40:53.515874 18564 apiVersion.go:60] devfile schemaVersion: '2.0.0' I1103 08:40:53.515888 18564 helper.go:56] devfile apiVersion '2.0.0' is supported I1103 08:40:53.525150 18564 schema.go:61] validated devfile schema I1103 08:40:53.525440 18564 validate.go:45] Successfully validated devfile sections I1103 08:40:53.525516 18564 components.go:69] component state: "" I1103 08:40:53.557965 18564 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] I1103 08:40:53.595845 18564 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. I1103 08:40:53.660767 18564 utils.go:77] Updating container runtime with mandatory volume mounts I1103 08:40:53.726928 18564 components.go:346] Creating deployment vmhlxr-app I1103 08:40:53.726945 18564 components.go:347] The component name is vmhlxr I1103 08:40:53.737191 18564 kclient.go:286] Kubernetes version is "v1.25.12+ba5cc25" I1103 08:40:53.737241 18564 kclient.go:298] Cluster has support for SSA: true Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") I1103 08:40:53.869682 18564 components.go:378] Successfully created component vmhlxr I1103 08:40:53.910420 18... Gomega truncated this representation as it exceeds 'format.MaxLength'. Consider having the object provide a custom 'GomegaStringer' representation or adjust the parameters in Gomega's 'format' package. Learn more here: https://onsi.github.io/gomega/#adjusting-output to contain substring : Usage: npm In [It] at: /go/odo_1/tests/helper/helper_generic.go:81 @ 11/03/23 08:41:03.164 ------------------------------ • [7.560 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 ------------------------------ • [80.124 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 ------------------------------ S ------------------------------ • [109.538 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 ------------------------------ • [116.335 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 ------------------------------ SSS ------------------------------ • [4.932 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 ------------------------------ • [59.156 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 ------------------------------ SSS ------------------------------ • [35.073 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 ------------------------------ • [61.086 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 ------------------------------ • [58.312 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 ------------------------------ • [6.515 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 ------------------------------ SSS ------------------------------ • [9.779 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 ------------------------------ • [27.957 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/12869906 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ Progress Report for Ginkgo Process #14 Automatically polling progress: odo dev command tests when running odo dev and single env var is set - without metadata.name should be able to exec command (Spec Runtime: 2m2.689s) /go/odo_1/tests/integration/cmd_dev_test.go:1691 In [It] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:1691 Begin Captured GinkgoWriter Output >> ... [odo] read: read /dev/stdin: input/output error [odo] I1103 08:42:05.319545 18009 watch.go:333] Dev mode interrupted by user [odo] I1103 08:42:05.326189 18009 implem.go:114] The path for preference file is /tmp/1391095603/preference.yaml [odo] Cleaning resources, please wait [odo] I1103 08:42:05.328142 18009 segment.go:268] Checking telemetry enable status [odo] I1103 08:42:05.328155 18009 segment.go:286] Sending telemetry disabled by env variable [odo] I1103 08:42:05.527972 18009 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:42:05.539699 18009 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:42:08.574121 18009 all.go:67] all goroutines have returned in 3.046091587s [odo] I1103 08:42:08.574196 18009 all.go:76] query result: objects=609 << End Captured GinkgoWriter Output Spec Goroutine goroutine 269 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000466380, {0x30feb48?, 0xc000ce81e0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000466380, {0x30feb48, 0xc000ce81e0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc001587d70?, {0xc00108e3d0?, 0xc001587c38?, 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.11.2() /go/odo_1/tests/integration/cmd_dev_test.go:1692 | | 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({0xc0000e5a00, 0x1042340}) /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 ------------------------------ • [60.306 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 ------------------------------ SS ------------------------------ • [62.356 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 ------------------------------ • [131.714 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 ------------------------------ SSSS ------------------------------ S [4.345 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 @ 11/03/23 08:42:41.791 ------------------------------ • [62.648 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 ------------------------------ S ------------------------------ • [89.512 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 ------------------------------ S ------------------------------ • [5.414 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 ------------------------------ SS ------------------------------ • [50.870 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 ------------------------------ • [9.283 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 ------------------------------ SSS ------------------------------ • [120.671 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 ------------------------------ S ------------------------------ • [88.818 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 ------------------------------ • [118.330 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 ------------------------------ • [FAILED] [49.569 seconds] odo dev command tests when running odo dev and run command throws an error [It] 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 Timeline >> Created dir: /tmp/2835305465 Created dir: /tmp/2956640616 Setting KUBECONFIG=/tmp/2956640616/config Running oc with args [oc get project cmd-dev-test2858aic -o jsonpath={.metadata.name}] and odo env: [] [oc] Error from server (NotFound): namespaces "cmd-dev-test2858aic" not found Creating a new project: cmd-dev-test2858aic Running oc with args [oc new-project cmd-dev-test2858aic] and odo env: [] [oc] Now using project "cmd-dev-test2858aic" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31952". [oc] [oc] You can add applications to this project with the 'new-app' command. For example, try: [oc] [oc] oc new-app rails-postgresql-example [oc] [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: [oc] [oc] kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname [oc] Running oc with args [oc get project] and odo env: [] [oc] NAME DISPLAY NAME STATUS [oc] apgr-namespace Active [oc] calico-system Active [oc] cmd-delete-test473cdu Active [oc] cmd-delete-test473evk Terminating [oc] cmd-delete-test473kfs Active [oc] cmd-describe-component-test552apt Active [oc] cmd-describe-component-test642gfb Active [oc] cmd-describe-component-test642nlo Active [oc] cmd-dev-debug-test124rqo Active [oc] cmd-dev-test1338czl Terminating [oc] cmd-dev-test1463vjk Active [oc] cmd-dev-test1691ssw Active [oc] cmd-dev-test2058agf Active [oc] cmd-dev-test233oxp Terminating [oc] cmd-dev-test2549qat Active [oc] cmd-dev-test3126imo Terminating [oc] cmd-dev-test3818dhc Active [oc] cmd-devfile-deploy-test176pxp Active [oc] cmd-devfile-list-test334snt Active [oc] cmd-namespace-test115tkr Active [oc] default Active [oc] generic-test100lvl Active [oc] ibm-cert-store Active [oc] ibm-odf-validation-webhook Active [oc] ibm-system Active [oc] interactive-dev-test211tvg Active [oc] kube-node-lease Active [oc] kube-public Active [oc] kube-system Active [oc] laxu-namespace Active [oc] openshift Active [oc] openshift-apiserver Active [oc] openshift-apiserver-operator Active [oc] openshift-authentication Active [oc] openshift-authentication-operator Active [oc] openshift-cloud-credential-operator Active [oc] openshift-cloud-network-config-controller Active [oc] openshift-cluster-csi-drivers Active [oc] openshift-cluster-machine-approver Active [oc] openshift-cluster-node-tuning-operator Active [oc] openshift-cluster-samples-operator Active [oc] openshift-cluster-storage-operator Active [oc] openshift-cluster-version Active [oc] openshift-config Active [oc] openshift-config-managed Active [oc] openshift-config-operator Active [oc] openshift-console Active [oc] openshift-console-operator Active [oc] openshift-console-user-settings Active [oc] openshift-controller-manager Active [oc] openshift-controller-manager-operator Active [oc] openshift-dns Active [oc] openshift-dns-operator Active [oc] openshift-etcd Active [oc] openshift-etcd-operator Active [oc] openshift-image-registry Active [oc] openshift-infra Active [oc] openshift-ingress Active [oc] openshift-ingress-canary Active [oc] openshift-ingress-operator Active [oc] openshift-insights Active [oc] openshift-kube-apiserver Active [oc] openshift-kube-apiserver-operator Active [oc] openshift-kube-controller-manager Active [oc] openshift-kube-controller-manager-operator Active [oc] openshift-kube-proxy Active [oc] openshift-kube-scheduler Active [oc] openshift-kube-scheduler-operator Active [oc] openshift-kube-storage-version-migrator Active [oc] openshift-kube-storage-version-migrator-operator Active [oc] openshift-machine-api Active [oc] openshift-machine-config-operator Active [oc] openshift-marketplace Active [oc] openshift-monitoring Active [oc] openshift-multus Active [oc] openshift-network-diagnostics Active [oc] openshift-network-operator Active [oc] openshift-node Active [oc] openshift-operator-lifecycle-manager Active [oc] openshift-operators Active [oc] openshift-roks-metrics Active [oc] openshift-route-controller-manager Active [oc] openshift-service-ca Active [oc] openshift-service-ca-operator Active [oc] openshift-user-workload-monitoring Active [oc] phmartin Active [oc] tigera-operator Active [oc] ubkm-project Active Running oc with args [oc get project] and odo env: [] [oc] NAME DISPLAY NAME STATUS [oc] apgr-namespace Active [oc] calico-system Active [oc] cmd-delete-test473cdu Active [oc] cmd-delete-test473evk Terminating [oc] cmd-delete-test473kfs Active [oc] cmd-describe-component-test552apt Active [oc] cmd-describe-component-test642gfb Active [oc] cmd-describe-component-test642nlo Active [oc] cmd-dev-debug-test124rqo Active [oc] cmd-dev-test1338czl Terminating [oc] cmd-dev-test1463vjk Active [oc] cmd-dev-test1691ssw Active [oc] cmd-dev-test2058agf Active [oc] cmd-dev-test233oxp Terminating [oc] cmd-dev-test2549qat Active [oc] cmd-dev-test2858aic Active [oc] cmd-dev-test3818dhc Active [oc] cmd-devfile-deploy-test176pxp Active [oc] cmd-devfile-list-test334snt Active [oc] cmd-logs-test172wgf Active [oc] cmd-namespace-test115tkr Active [oc] default Active [oc] generic-test100lvl Active [oc] ibm-cert-store Active [oc] ibm-odf-validation-webhook Active [oc] ibm-system Active [oc] interactive-dev-test211tvg Active [oc] kube-node-lease Active [oc] kube-public Active [oc] kube-system Active [oc] laxu-namespace Active [oc] openshift Active [oc] openshift-apiserver Active [oc] openshift-apiserver-operator Active [oc] openshift-authentication Active [oc] openshift-authentication-operator Active [oc] openshift-cloud-credential-operator Active [oc] openshift-cloud-network-config-controller Active [oc] openshift-cluster-csi-drivers Active [oc] openshift-cluster-machine-approver Active [oc] openshift-cluster-node-tuning-operator Active [oc] openshift-cluster-samples-operator Active [oc] openshift-cluster-storage-operator Active [oc] openshift-cluster-version Active [oc] openshift-config Active [oc] openshift-config-managed Active [oc] openshift-config-operator Active [oc] openshift-console Active [oc] openshift-console-operator Active [oc] openshift-console-user-settings Active [oc] openshift-controller-manager Active [oc] openshift-controller-manager-operator Active [oc] openshift-dns Active [oc] openshift-dns-operator Active [oc] openshift-etcd Active [oc] openshift-etcd-operator Active [oc] openshift-image-registry Active [oc] openshift-infra Active [oc] openshift-ingress Active [oc] openshift-ingress-canary Active [oc] openshift-ingress-operator Active [oc] openshift-insights Active [oc] openshift-kube-apiserver Active [oc] openshift-kube-apiserver-operator Active [oc] openshift-kube-controller-manager Active [oc] openshift-kube-controller-manager-operator Active [oc] openshift-kube-proxy Active [oc] openshift-kube-scheduler Active [oc] openshift-kube-scheduler-operator Active [oc] openshift-kube-storage-version-migrator Active [oc] openshift-kube-storage-version-migrator-operator Active [oc] openshift-machine-api Active [oc] openshift-machine-config-operator Active [oc] openshift-marketplace Active [oc] openshift-monitoring Active [oc] openshift-multus Active [oc] openshift-network-diagnostics Active [oc] openshift-network-operator Active [oc] openshift-node Active [oc] openshift-operator-lifecycle-manager Active [oc] openshift-operators Active [oc] openshift-roks-metrics Active [oc] openshift-route-controller-manager Active [oc] openshift-service-ca Active [oc] openshift-service-ca-operator Active [oc] openshift-user-workload-monitoring Active [oc] phmartin Active [oc] tigera-operator Active [oc] ubkm-project Active Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test2858aic] and odo env: [] [oc] configmap/config-map-for-cleanup created Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/2835305465 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1103 08:42:17.384371 21305 implem.go:114] The path for preference file is /tmp/2956640616/preference.yaml [odo] Successfully removed registry [odo] I1103 08:42:17.387438 21305 implem.go:114] The path for preference file is /tmp/2956640616/preference.yaml [odo] I1103 08:42:17.388564 21305 segment.go:268] Checking telemetry enable status [odo] I1103 08:42:17.388583 21305 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] I1103 08:42:17.679712 21323 implem.go:114] The path for preference file is /tmp/2956640616/preference.yaml [odo] I1103 08:42:17.681149 21323 implem.go:114] The path for preference file is /tmp/2956640616/preference.yaml [odo] New registry successfully added [odo] I1103 08:42:17.681582 21323 segment.go:268] Checking telemetry enable status [odo] I1103 08:42:17.681591 21323 segment.go:286] Sending telemetry disabled by env variable Setting current dir to: /tmp/2835305465 Replacing "npm start" with "npm starts" in /tmp/2835305465/devfile.yaml Running odo with args [odo dev --random-ports --api-server=false] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no] [odo] I1103 08:42:17.875782 21336 version.go:37] executing [podman version --format json] [odo] I1103 08:42:17.876243 21336 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I1103 08:42:17.876277 21336 implem.go:114] The path for preference file is /tmp/2956640616/preference.yaml [odo] I1103 08:42:17.877798 21336 context.go:172] absolute devfile path: '/tmp/2835305465/devfile.yaml' [odo] I1103 08:42:17.877816 21336 context.go:113] absolute devfile path: '/tmp/2835305465/devfile.yaml' [odo] I1103 08:42:17.878403 21336 content.go:48] converted devfile YAML to JSON [odo] I1103 08:42:17.878475 21336 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:42:17.878626 21336 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:42:17.896342 21336 schema.go:61] validated devfile schema [odo] I1103 08:42:17.901990 21336 validate.go:45] Successfully validated devfile sections [odo] I1103 08:42:17.902019 21336 validate.go:45] Successfully validated devfile sections [odo] I1103 08:42:17.902102 21336 component.go:87] name of component is "rpnsug", and sanitized name is "rpnsug" [odo] I1103 08:42:17.902137 21336 kclient.go:237] Checking if "projects" resource is supported [odo] __ [odo] / \__ Developing using the "rpnsug" Devfile [odo] \__/ \ Namespace: cmd-dev-test2858aic [odo] / \__/ odo version: v3.15.0 (faadb7c53) [odo] \__/ [odo] [odo] ↪ Running on the cluster in Dev mode [odo] I1103 08:42:18.181555 21336 kubedev.go:79] Creating new adapter [odo] I1103 08:42:18.181568 21336 kubedev.go:87] Creating inner-loop resources for the component [odo] I1103 08:42:18.181578 21336 watch.go:105] starting WatchAndPush, path: /tmp/2835305465, component: rpnsug, ignores [.git .odo .odo/odo-file-index.json] [odo] I1103 08:42:18.183007 21336 file_watcher.go:130] adding watch on path /tmp/2835305465 [odo] I1103 08:42:18.183041 21336 file_watcher.go:130] adding watch on path /tmp/2835305465/.odo [odo] I1103 08:42:18.190788 21336 watch.go:423] Copying files [] to pod [odo] I1103 08:42:18.191054 21336 context.go:172] absolute devfile path: '/tmp/2835305465/devfile.yaml' [odo] I1103 08:42:18.191069 21336 context.go:113] absolute devfile path: '/tmp/2835305465/devfile.yaml' [odo] I1103 08:42:18.191710 21336 content.go:48] converted devfile YAML to JSON [odo] I1103 08:42:18.191765 21336 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:42:18.191775 21336 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:42:18.203814 21336 schema.go:61] validated devfile schema [odo] I1103 08:42:18.204310 21336 validate.go:45] Successfully validated devfile sections [odo] I1103 08:42:18.204431 21336 components.go:69] component state: "" [odo] • Waiting for Kubernetes resources ... [odo] I1103 08:42:18.217434 21336 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:42:18.262022 21336 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] I1103 08:42:18.313817 21336 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:42:18.363638 21336 components.go:346] Creating deployment rpnsug-app [odo] I1103 08:42:18.363656 21336 components.go:347] The component name is rpnsug [odo] I1103 08:42:18.365632 21336 kclient.go:286] Kubernetes version is "v1.25.12+ba5cc25" [odo] I1103 08:42:18.365647 21336 kclient.go:298] Cluster has support for SSA: true [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") [odo] I1103 08:42:18.530201 21336 components.go:378] Successfully created component rpnsug [odo] I1103 08:42:18.637813 21336 components.go:390] Successfully created Service for component rpnsug [odo] I1103 08:42:18.661399 21336 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:42:18.661715 21336 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:42:18.738359 21336 all.go:67] all goroutines have returned in 76.933188ms [odo] I1103 08:42:18.738391 21336 all.go:76] query result: objects=6 [odo] I1103 08:42:18.738447 21336 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:42:18.740403 21336 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:42:18.772956 21336 service.go:75] Getting list of services [odo] I1103 08:42:18.772987 21336 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:42:18.819906 21336 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:42:18.819928 21336 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:42:18.848990 21336 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:42:18.872015 21336 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:42:18.879443 21336 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:42:18.926479 21336 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:42:18.926506 21336 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:42:18.929010 21336 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:42:18.931178 21336 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:42:18.933186 21336 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:42:18.939865 21336 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:42:19.051941 21336 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:42:19.076508 21336 components.go:134] Deployment has been updated to generation 1. Waiting new event... [odo] I1103 08:42:19.076528 21336 status.go:34] setting inner loop State "WaitDeployment" [odo] =================== [odo] ⚠ Pod is Pending [odo] =================== [odo] I1103 08:42:19.079792 21336 watch.go:271] deployment watcher Event: Type: ADDED, name: rpnsug-app, rv: 102065411, generation: 1, pods: 0 [odo] I1103 08:42:19.081462 21336 watch.go:271] deployment watcher Event: Type: MODIFIED, name: rpnsug-app, rv: 102065416, generation: 1, pods: 0 [odo] I1103 08:42:19.082263 21336 watch.go:271] deployment watcher Event: Type: MODIFIED, name: rpnsug-app, rv: 102065421, generation: 1, pods: 0 [odo] I1103 08:42:19.082274 21336 watch.go:271] deployment watcher Event: Type: MODIFIED, name: rpnsug-app, rv: 102065429, generation: 1, pods: 0 [odo] I1103 08:42:19.380755 21336 watch.go:423] Copying files [] to pod [odo] I1103 08:42:19.381257 21336 context.go:172] absolute devfile path: '/tmp/2835305465/devfile.yaml' [odo] I1103 08:42:19.381270 21336 context.go:113] absolute devfile path: '/tmp/2835305465/devfile.yaml' [odo] I1103 08:42:19.382230 21336 content.go:48] converted devfile YAML to JSON [odo] I1103 08:42:19.382313 21336 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:42:19.382330 21336 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:42:19.398772 21336 schema.go:61] validated devfile schema [odo] I1103 08:42:19.399002 21336 validate.go:45] Successfully validated devfile sections [odo] I1103 08:42:19.399032 21336 components.go:69] component state: "WaitDeployment" [odo] I1103 08:42:19.413742 21336 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:42:19.424415 21336 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] I1103 08:42:19.451793 21336 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:42:19.484432 21336 components.go:346] Creating deployment rpnsug-app [odo] I1103 08:42:19.484445 21336 components.go:347] The component name is rpnsug [odo] I1103 08:42:19.484450 21336 components.go:350] The component already exists, attempting to update it [odo] I1103 08:42:19.484463 21336 components.go:352] Applying deployment [odo] I1103 08:42:19.525004 21336 components.go:361] Successfully updated component rpnsug [odo] I1103 08:42:19.550186 21336 components.go:748] Successfully update Service for component rpnsug [odo] I1103 08:42:19.565476 21336 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:42:19.565615 21336 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:42:19.607280 21336 all.go:67] all goroutines have returned in 41.796163ms [odo] I1103 08:42:19.607400 21336 all.go:76] query result: objects=6 [odo] I1103 08:42:19.607568 21336 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:42:19.607665 21336 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:42:19.607731 21336 service.go:75] Getting list of services [odo] I1103 08:42:19.607768 21336 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:42:19.640639 21336 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:42:19.640673 21336 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:42:19.650292 21336 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:42:19.662039 21336 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:42:19.667264 21336 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:42:19.682502 21336 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:42:19.682540 21336 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:42:19.686727 21336 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:42:19.690687 21336 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:42:19.693250 21336 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:42:19.698218 21336 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:42:19.710198 21336 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:42:19.726224 21336 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I1103 08:42:19.726292 21336 status.go:34] setting inner loop State "WaitDeployment" [odo] I1103 08:42:19.726372 21336 watch.go:271] deployment watcher Event: Type: MODIFIED, name: rpnsug-app, rv: 102065510, generation: 1, pods: 0 [odo] ✓ Pod is Running [odo] I1103 08:42:21.026490 21336 watch.go:271] deployment watcher Event: Type: MODIFIED, name: rpnsug-app, rv: 102065562, generation: 1, pods: 1 [odo] I1103 08:42:21.326944 21336 watch.go:423] Copying files [] to pod [odo] I1103 08:42:21.327583 21336 context.go:172] absolute devfile path: '/tmp/2835305465/devfile.yaml' [odo] I1103 08:42:21.327600 21336 context.go:113] absolute devfile path: '/tmp/2835305465/devfile.yaml' [odo] I1103 08:42:21.328314 21336 content.go:48] converted devfile YAML to JSON [odo] I1103 08:42:21.328372 21336 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:42:21.328381 21336 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:42:21.333762 21336 schema.go:61] validated devfile schema [odo] I1103 08:42:21.334022 21336 validate.go:45] Successfully validated devfile sections [odo] I1103 08:42:21.334058 21336 components.go:69] component state: "WaitDeployment" [odo] I1103 08:42:21.347644 21336 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:42:21.368632 21336 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] I1103 08:42:21.401557 21336 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:42:21.423956 21336 components.go:346] Creating deployment rpnsug-app [odo] I1103 08:42:21.424007 21336 components.go:347] The component name is rpnsug [odo] I1103 08:42:21.424014 21336 components.go:350] The component already exists, attempting to update it [odo] I1103 08:42:21.424021 21336 components.go:352] Applying deployment [odo] I1103 08:42:21.460691 21336 components.go:361] Successfully updated component rpnsug [odo] I1103 08:42:21.484822 21336 components.go:748] Successfully update Service for component rpnsug [odo] I1103 08:42:21.504081 21336 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:42:21.504200 21336 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:42:21.549347 21336 all.go:67] all goroutines have returned in 43.490551ms [odo] I1103 08:42:21.549697 21336 all.go:76] query result: objects=6 [odo] I1103 08:42:21.551301 21336 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:42:21.551891 21336 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:42:21.551920 21336 service.go:75] Getting list of services [odo] I1103 08:42:21.552115 21336 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:42:21.600052 21336 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:42:21.600418 21336 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:42:21.613437 21336 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:42:21.621852 21336 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:42:21.626680 21336 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:42:21.636511 21336 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:42:21.636524 21336 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:42:21.638542 21336 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:42:21.640498 21336 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:42:21.642395 21336 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:42:21.661846 21336 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:42:21.671121 21336 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] • Syncing files into the container ... [odo] I1103 08:42:21.718464 21336 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2835305465, destBase: ., destFile: . [odo] I1103 08:42:21.718503 21336 file_indexer.go:406] Corrected destinations: base: . file: . [odo] I1103 08:42:21.719314 21336 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2835305465/.gitignore, destBase: ., destFile: .gitignore [odo] I1103 08:42:21.719331 21336 file_indexer.go:406] Corrected destinations: base: . file: .gitignore [odo] I1103 08:42:21.719833 21336 file_indexer.go:453] file added: /tmp/2835305465/.gitignore [odo] I1103 08:42:21.719878 21336 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2835305465/.odo, destBase: ., destFile: .odo [odo] I1103 08:42:21.719889 21336 file_indexer.go:406] Corrected destinations: base: . file: .odo [odo] I1103 08:42:21.720150 21336 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2835305465/devfile.yaml, destBase: ., destFile: devfile.yaml [odo] I1103 08:42:21.720161 21336 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml [odo] I1103 08:42:21.720384 21336 file_indexer.go:453] file added: /tmp/2835305465/devfile.yaml [odo] I1103 08:42:21.720734 21336 sync.go:138] List of files to be deleted: +[] [odo] I1103 08:42:21.720753 21336 sync.go:140] List of files changed: +[/tmp/2835305465/.gitignore /tmp/2835305465/devfile.yaml] [odo] I1103 08:42:21.720761 21336 sync.go:193] Push: componentName: rpnsug, path: /tmp/2835305465, files: [/tmp/2835305465/.gitignore /tmp/2835305465/devfile.yaml], delFiles: [*], isForcePush: true [odo] I1103 08:42:21.721179 21336 sync.go:310] remote files marked for deletion are [/projects/*] [odo] I1103 08:42:21.721366 21336 exec.go:37] Executing command [rm -rf /projects/*] for pod: rpnsug-app-dcfbc5579-64bz6 in container: runtime [odo] I1103 08:42:21.912138 21336 sync.go:233] Copying files /tmp/2835305465/.gitignore /tmp/2835305465/devfile.yaml to pod [odo] I1103 08:42:21.912185 21336 copy.go:36] CopyFile arguments: localPath /tmp/2835305465, dest /projects/2835305465, targetPath /projects, copyFiles [/tmp/2835305465/.gitignore /tmp/2835305465/devfile.yaml], globalExps [.git .odo .odo/odo-file-index.json] [odo] I1103 08:42:21.912218 21336 copy.go:63] Executing command tar xf - -C /projects --no-same-owner [odo] I1103 08:42:21.912862 21336 copy.go:96] makeTar arguments: srcPath: /tmp/2835305465, destPath: /projects/2835305465, files: [/tmp/2835305465/.gitignore /tmp/2835305465/devfile.yaml] [odo] I1103 08:42:21.913252 21336 copy.go:127] Got abs path: /tmp/2835305465/.gitignore [odo] I1103 08:42:21.913264 21336 copy.go:128] Making /tmp/2835305465 relative to /tmp/2835305465/.gitignore [odo] I1103 08:42:21.913270 21336 copy.go:144] makeTar srcFile: 2835305465/.gitignore [odo] I1103 08:42:21.913275 21336 copy.go:145] makeTar destFile: .gitignore [odo] I1103 08:42:21.913279 21336 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2835305465/.gitignore, destBase: /projects, destFile: .gitignore [odo] I1103 08:42:21.913284 21336 copy.go:171] Corrected destinations: base: /projects file: .gitignore [odo] I1103 08:42:22.085131 21336 copy.go:127] Got abs path: /tmp/2835305465/devfile.yaml [odo] I1103 08:42:22.085150 21336 copy.go:128] Making /tmp/2835305465 relative to /tmp/2835305465/devfile.yaml [odo] I1103 08:42:22.085158 21336 copy.go:144] makeTar srcFile: 2835305465/devfile.yaml [odo] I1103 08:42:22.085162 21336 copy.go:145] makeTar destFile: devfile.yaml [odo] I1103 08:42:22.085172 21336 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2835305465/devfile.yaml, destBase: /projects, destFile: devfile.yaml [odo] I1103 08:42:22.085179 21336 copy.go:171] Corrected destinations: base: /projects file: devfile.yaml [odo] ✓ Syncing files into the container [533ms] [odo] I1103 08:42:22.255288 21336 kubeexec.go:40] GetProcessInfoForCommand for "devrun" [odo] I1103 08:42:22.255648 21336 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_devrun.pid || true] for pod: rpnsug-app-dcfbc5579-64bz6 in container: runtime [odo] I1103 08:42:22.524555 21336 exec.go:96] cat: /opt/odo/.odo_cmd_devrun.pid: No such file or directory [odo] I1103 08:42:22.526567 21336 innerloop.go:131] running=false, execRequired=true [odo] • Building your application in container (command: devbuild) ... [odo] I1103 08:42:22.526806 21336 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: rpnsug-app-dcfbc5579-64bz6 in container: runtime [odo] ✗ Building your application in container (command: devbuild) [1s] [odo] I1103 08:42:23.608311 21336 exec.go:54] ExecuteCommand returned an an err: error while streaming command: command terminated with exit code 254. 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] npm ERR! code ENOENT [odo] npm ERR! syscall open [odo] npm ERR! path /projects/package.json [odo] npm ERR! errno -2 [odo] npm ERR! enoent ENOENT: no such file or directory, open '/projects/package.json' [odo] npm ERR! enoent This is related to npm not being able to find a file. [odo] npm ERR! enoent [odo] [odo] npm ERR! A complete log of this run can be found in: [odo] npm ERR! /opt/app-root/src/.npm/_logs/2023-11-03T08_42_23_315Z-debug-0.log [odo] I1103 08:42:23.779795 21336 status.go:34] setting inner loop State "Ready" [odo] I1103 08:42:23.780393 21336 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 254 [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 254 [odo] [odo] [odo] ↪ Dev mode [odo] Status: [odo] Watching for changes in the current directory /tmp/2835305465 [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] I1103 08:42:23.781306 21336 watch.go:271] deployment watcher Event: Type: MODIFIED, name: rpnsug-app, rv: 102065586, generation: 1, pods: 1 [odo] I1103 08:42:23.885238 21336 watch.go:348] filesystem watch event: CREATE "/tmp/2835305465/.odo/odo-file-index.json" [odo] I1103 08:42:23.887619 21336 watch.go:348] filesystem watch event: WRITE "/tmp/2835305465/.odo/odo-file-index.json" [FAILED] in [It] - /go/odo_1/tests/helper/helper_generic.go:81 @ 11/03/23 08:42:27.719 [odo] read: read /dev/stdin: input/output error [odo] I1103 08:42:27.720954 21336 watch.go:333] Dev mode interrupted by user [odo] I1103 08:42:27.737103 21336 implem.go:114] The path for preference file is /tmp/2956640616/preference.yaml [odo] Cleaning resources, please wait [odo] I1103 08:42:27.738063 21336 segment.go:268] Checking telemetry enable status [odo] I1103 08:42:27.738075 21336 segment.go:286] Sending telemetry disabled by env variable [odo] I1103 08:42:27.835186 21336 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:42:27.838445 21336 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:42:28.590251 21336 all.go:67] all goroutines have returned in 755.069603ms [odo] I1103 08:42:28.590354 21336 all.go:76] query result: objects=608 Running oc with args [oc get project cmd-dev-test2858aic -o jsonpath={.metadata.name}] and odo env: [] [oc] cmd-dev-test2858aicDeleting project: cmd-dev-test2858aic Running oc with args [oc delete project cmd-dev-test2858aic --wait=false] and odo env: [] [oc] project.project.openshift.io "cmd-dev-test2858aic" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/2835305465 Deleting dir: /tmp/2956640616 << Timeline [FAILED] Expected : I1103 08:42:17.875782 21336 version.go:37] executing [podman version --format json] I1103 08:42:17.876243 21336 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH I1103 08:42:17.876277 21336 implem.go:114] The path for preference file is /tmp/2956640616/preference.yaml I1103 08:42:17.877798 21336 context.go:172] absolute devfile path: '/tmp/2835305465/devfile.yaml' I1103 08:42:17.877816 21336 context.go:113] absolute devfile path: '/tmp/2835305465/devfile.yaml' I1103 08:42:17.878403 21336 content.go:48] converted devfile YAML to JSON I1103 08:42:17.878475 21336 apiVersion.go:60] devfile schemaVersion: '2.0.0' I1103 08:42:17.878626 21336 helper.go:56] devfile apiVersion '2.0.0' is supported I1103 08:42:17.896342 21336 schema.go:61] validated devfile schema I1103 08:42:17.901990 21336 validate.go:45] Successfully validated devfile sections I1103 08:42:17.902019 21336 validate.go:45] Successfully validated devfile sections I1103 08:42:17.902102 21336 component.go:87] name of component is "rpnsug", and sanitized name is "rpnsug" I1103 08:42:17.902137 21336 kclient.go:237] Checking if "projects" resource is supported I1103 08:42:18.181555 21336 kubedev.go:79] Creating new adapter I1103 08:42:18.181568 21336 kubedev.go:87] Creating inner-loop resources for the component I1103 08:42:18.181578 21336 watch.go:105] starting WatchAndPush, path: /tmp/2835305465, component: rpnsug, ignores [.git .odo .odo/odo-file-index.json] I1103 08:42:18.183007 21336 file_watcher.go:130] adding watch on path /tmp/2835305465 I1103 08:42:18.183041 21336 file_watcher.go:130] adding watch on path /tmp/2835305465/.odo I1103 08:42:18.190788 21336 watch.go:423] Copying files [] to pod I1103 08:42:18.191054 21336 context.go:172] absolute devfile path: '/tmp/2835305465/devfile.yaml' I1103 08:42:18.191069 21336 context.go:113] absolute devfile path: '/tmp/2835305465/devfile.yaml' I1103 08:42:18.191710 21336 content.go:48] converted devfile YAML to JSON I1103 08:42:18.191765 21336 apiVersion.go:60] devfile schemaVersion: '2.0.0' I1103 08:42:18.191775 21336 helper.go:56] devfile apiVersion '2.0.0' is supported I1103 08:42:18.203814 21336 schema.go:61] validated devfile schema I1103 08:42:18.204310 21336 validate.go:45] Successfully validated devfile sections I1103 08:42:18.204431 21336 components.go:69] component state: "" I1103 08:42:18.217434 21336 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] I1103 08:42:18.262022 21336 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. I1103 08:42:18.313817 21336 utils.go:77] Updating container runtime with mandatory volume mounts I1103 08:42:18.363638 21336 components.go:346] Creating deployment rpnsug-app I1103 08:42:18.363656 21336 components.go:347] The component name is rpnsug I1103 08:42:18.365632 21336 kclient.go:286] Kubernetes version is "v1.25.12+ba5cc25" I1103 08:42:18.365647 21336 kclient.go:298] Cluster has support for SSA: true Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") I1103 08:42:18.530201 21336 components.go:378] Successfully created component rpnsug I1103 08:42:18.637813 21... Gomega truncated this representation as it exceeds 'format.MaxLength'. Consider having the object provide a custom 'GomegaStringer' representation or adjust the parameters in Gomega's 'format' package. Learn more here: https://onsi.github.io/gomega/#adjusting-output to contain substring : exited with an error status in In [It] at: /go/odo_1/tests/helper/helper_generic.go:81 @ 11/03/23 08:42:27.719 ------------------------------ • [6.323 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 ------------------------------ • [61.960 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 ------------------------------ • [71.816 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 ------------------------------ • [59.497 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 ------------------------------ • [5.945 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 ------------------------------ SSSS ------------------------------ • [59.327 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 ------------------------------ • [120.376 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 ------------------------------ SSS ------------------------------ • [3.873 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 ------------------------------ •SSSS ------------------------------ • [6.398 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 ------------------------------ • [59.339 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 ------------------------------ SS ------------------------------ S [5.678 seconds] odo preference and config command tests when DevfileRegistriesList CRD is installed on cluster [BeforeEach] when CR for devfileregistrieslists is installed in namespace should fail to delete the in-cluster registry [BeforeEach] /go/odo_1/tests/integration/cmd_pref_config_test.go:377 [It] /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" << Captured StdOut/StdErr Output [SKIPPED] skipped on non Kubernetes clusters In [BeforeEach] at: /go/odo_1/tests/integration/cmd_pref_config_test.go:379 @ 11/03/23 08:43:36.305 ------------------------------ • [50.904 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 ------------------------------ S ------------------------------ • [60.306 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 ------------------------------ • [5.143 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 ------------------------------ • [59.979 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 ------------------------------ SSS ------------------------------ S [4.917 seconds] odo preference and config command tests when DevfileRegistriesList CRD is installed on cluster [BeforeEach] when CR for devfileregistrieslists is installed in namespace registry list should return registry listed in CR [BeforeEach] /go/odo_1/tests/integration/cmd_pref_config_test.go:377 [It] /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" << Captured StdOut/StdErr Output [SKIPPED] skipped on non Kubernetes clusters In [BeforeEach] at: /go/odo_1/tests/integration/cmd_pref_config_test.go:379 @ 11/03/23 08:43:43.802 ------------------------------ • [5.836 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 ------------------------------ • [59.269 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 ------------------------------ S ------------------------------ • [11.078 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 ------------------------------ SSS ------------------------------ • [111.430 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 ------------------------------ • [70.999 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 ------------------------------ SS ------------------------------ • [4.924 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/2085693045 << Captured StdOut/StdErr Output ------------------------------ • [31.483 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 ------------------------------ SSSS ------------------------------ • [72.067 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 ------------------------------ SS ------------------------------ • [58.902 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 ------------------------------ SS ------------------------------ • [51.288 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 ------------------------------ • [79.752 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 ------------------------------ • [4.858 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 ------------------------------ SSS ------------------------------ S [3.734 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 @ 11/03/23 08:44:27.958 ------------------------------ SSSSS ------------------------------ • [5.906 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 ------------------------------ • [58.860 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 ------------------------------ • [92.683 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 ------------------------------ • [111.422 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 ------------------------------ S [5.595 seconds] odo dev command tests when a component is bootstrapped [It] 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 [SKIPPED] This is a Kubernetes specific scenario, skipping In [It] at: /go/odo_1/tests/integration/cmd_dev_test.go:394 @ 11/03/23 08:44:48.277 ------------------------------ SSSSSSSSSS ------------------------------ • [120.451 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 ------------------------------ S ------------------------------ • [29.518 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 ------------------------------ • [8.035 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 ------------------------------ S ------------------------------ • [61.866 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 ------------------------------ • [62.472 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 ------------------------------ SSS ------------------------------ • [7.323 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 ------------------------------ SS ------------------------------ S [5.297 seconds] odo devfile init command tests when DevfileRegistriesList CRD is installed on cluster [BeforeEach] when CR for devfileregistrieslists is installed in namespace should be able to download devfile from the in-cluster registry [BeforeEach] /go/odo_1/tests/integration/cmd_devfile_init_test.go:586 [It] /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" << Captured StdOut/StdErr Output [SKIPPED] skipped on non Kubernetes clusters In [BeforeEach] at: /go/odo_1/tests/integration/cmd_devfile_init_test.go:588 @ 11/03/23 08:45:02.446 ------------------------------ • [9.363 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 ------------------------------ SSSSS ------------------------------ • [11.423 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 ------------------------------ S ------------------------------ • [60.275 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 ------------------------------ SS ------------------------------ • [10.606 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 ------------------------------ SSS ------------------------------ • [132.348 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 ------------------------------ • [60.659 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 ------------------------------ • [60.020 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 ------------------------------ • [90.741 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 ------------------------------ • [9.136 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 ------------------------------ • [9.658 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 ------------------------------ S ------------------------------ • [14.921 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 ------------------------------ SSSSS ------------------------------ • [6.996 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 ------------------------------ • [6.918 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/1260695504 << Captured StdOut/StdErr Output ------------------------------ • [87.608 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 ------------------------------ S ------------------------------ • [5.323 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 ------------------------------ SSSS ------------------------------ • [4.551 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 ------------------------------ • [69.454 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 ------------------------------ • [123.983 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.743 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 ------------------------------ • [85.090 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 ------------------------------ S ------------------------------ • [3.798 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 ------------------------------ SS ------------------------------ • [62.679 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 ------------------------------ • [85.200 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 ------------------------------ • [10.705 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 ------------------------------ • [7.598 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 ------------------------------ • [8.337 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 ------------------------------ • [60.099 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false should have created resources /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 ------------------------------ • [29.277 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 ------------------------------ • [5.702 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 ------------------------------ • [25.900 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 ------------------------------ • [8.240 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 ------------------------------ • [86.581 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 ------------------------------ SSS ------------------------------ • [83.604 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false when stopping odo dev normally should have deleted all resources before returning /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 ------------------------------ S ------------------------------ • [68.980 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 ------------------------------ • [87.713 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 ------------------------------ • [61.118 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 ------------------------------ • [64.822 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 ------------------------------ • [118.592 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 ------------------------------ S ------------------------------ • [90.144 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 ------------------------------ • [7.924 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 ------------------------------ • [27.300 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 ------------------------------ S ------------------------------ • [4.708 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 ------------------------------ SSS ------------------------------ • [87.743 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 ------------------------------ • [6.560 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 ------------------------------ SSSSS ------------------------------ • [4.965 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 ------------------------------ • [66.480 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 ------------------------------ • [51.735 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 ------------------------------ SS ------------------------------ • [122.863 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 ------------------------------ • [60.594 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 ------------------------------ S ------------------------------ • [52.772 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 ------------------------------ • [FAILED] [51.373 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=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 Timeline >> Created dir: /tmp/3363944519 Created dir: /tmp/3305063864 Setting KUBECONFIG=/tmp/3305063864/config Running oc with args [oc get project cmd-dev-test1338fqj -o jsonpath={.metadata.name}] and odo env: [] [odo] I1103 08:46:34.865761 27224 all.go:67] all goroutines have returned in 2.025186373s [odo] I1103 08:46:34.867920 27224 all.go:76] query result: objects=765 [oc] Error from server (NotFound): namespaces "cmd-dev-test1338fqj" not found Creating a new project: cmd-dev-test1338fqj Running oc with args [oc new-project cmd-dev-test1338fqj] and odo env: [] [oc] Now using project "cmd-dev-test1338fqj" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31952". [oc] [oc] You can add applications to this project with the 'new-app' command. For example, try: [oc] [oc] oc new-app rails-postgresql-example [oc] [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: [oc] [oc] kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname [oc] Running oc with args [oc get project] and odo env: [] [oc] NAME DISPLAY NAME STATUS [oc] apgr-namespace Active [oc] calico-system Active [oc] cmd-delete-test178ucn Active [oc] cmd-delete-test428req Terminating [oc] cmd-dev-debug-test631nay Terminating [oc] cmd-dev-test1282pkx Active [oc] cmd-dev-test1338fqj Active [oc] cmd-dev-test1717oug Active [oc] cmd-dev-test1987ozq Terminating [oc] cmd-dev-test2016nrk Active [oc] cmd-dev-test2388zwd Active [oc] cmd-dev-test2772zar Active [oc] cmd-dev-test2931nfk Active [oc] cmd-dev-test3207qbx Active [oc] cmd-dev-test3375kkq Active [oc] cmd-dev-test3463vdx Active [oc] cmd-dev-test507uyq Active [oc] cmd-dev-test629fbn Terminating [oc] cmd-dev-test668rzu Terminating [oc] cmd-dev-test981xgv Active [oc] cmd-devfile-deploy-test161dlj Terminating [oc] cmd-devfile-deploy-test161hwi Terminating [oc] cmd-devfile-deploy-test176bdb Active [oc] cmd-devfile-list-test193uzv Active [oc] cmd-namespace-test115tkr Active [oc] cmd-run-test100bjj Active [oc] default Active [oc] generic-test100lvl Active [oc] ibm-cert-store Active [oc] ibm-odf-validation-webhook Active [oc] ibm-system Active [oc] kube-node-lease Active [oc] kube-public Active [oc] kube-system Active [oc] laxu-namespace Active [oc] openshift Active [oc] openshift-apiserver Active [oc] openshift-apiserver-operator Active [oc] openshift-authentication Active [oc] openshift-authentication-operator Active [oc] openshift-cloud-credential-operator Active [oc] openshift-cloud-network-config-controller Active [oc] openshift-cluster-csi-drivers Active [oc] openshift-cluster-machine-approver Active [oc] openshift-cluster-node-tuning-operator Active [oc] openshift-cluster-samples-operator Active [oc] openshift-cluster-storage-operator Active [oc] openshift-cluster-version Active [oc] openshift-config Active [oc] openshift-config-managed Active [oc] openshift-config-operator Active [oc] openshift-console Active [oc] openshift-console-operator Active [oc] openshift-console-user-settings Active [oc] openshift-controller-manager Active [oc] openshift-controller-manager-operator Active [oc] openshift-dns Active [oc] openshift-dns-operator Active [oc] openshift-etcd Active [oc] openshift-etcd-operator Active [oc] openshift-image-registry Active [oc] openshift-infra Active [oc] openshift-ingress Active [oc] openshift-ingress-canary Active [oc] openshift-ingress-operator Active [oc] openshift-insights Active [oc] openshift-kube-apiserver Active [oc] openshift-kube-apiserver-operator Active [oc] openshift-kube-controller-manager Active [oc] openshift-kube-controller-manager-operator Active [oc] openshift-kube-proxy Active [oc] openshift-kube-scheduler Active [oc] openshift-kube-scheduler-operator Active [oc] openshift-kube-storage-version-migrator Active [oc] openshift-kube-storage-version-migrator-operator Active [oc] openshift-machine-api Active [oc] openshift-machine-config-operator Active [oc] openshift-marketplace Active [oc] openshift-monitoring Active [oc] openshift-multus Active [oc] openshift-network-diagnostics Active [oc] openshift-network-operator Active [oc] openshift-node Active [oc] openshift-operator-lifecycle-manager Active [oc] openshift-operators Active [oc] openshift-roks-metrics Active [oc] openshift-route-controller-manager Active [oc] openshift-service-ca Active [oc] openshift-service-ca-operator Active [oc] openshift-user-workload-monitoring Active [oc] phmartin Active [oc] tigera-operator Active [oc] ubkm-project Active Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test1338fqj] and odo env: [] [oc] configmap/config-map-for-cleanup created Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/3363944519 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1103 08:46:39.628258 30210 implem.go:114] The path for preference file is /tmp/3305063864/preference.yaml [odo] Successfully removed registry [odo] I1103 08:46:39.631196 30210 implem.go:114] The path for preference file is /tmp/3305063864/preference.yaml [odo] I1103 08:46:39.631870 30210 segment.go:268] Checking telemetry enable status [odo] I1103 08:46:39.631939 30210 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] I1103 08:46:39.925050 30228 implem.go:114] The path for preference file is /tmp/3305063864/preference.yaml [odo] New registry successfully added [odo] I1103 08:46:39.927084 30228 implem.go:114] The path for preference file is /tmp/3305063864/preference.yaml [odo] I1103 08:46:39.927477 30228 segment.go:268] Checking telemetry enable status [odo] I1103 08:46:39.927511 30228 segment.go:286] Sending telemetry disabled by env variable Setting current dir to: /tmp/3363944519 Running odo with args [odo init --name bxwtia --devfile-path /go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml] and odo env: [] [odo] I1103 08:46:40.221002 30236 implem.go:114] The path for preference file is /tmp/3305063864/preference.yaml [odo] __ [odo] / \__ Initializing a new component [odo] \__/ \ [odo] / \__/ odo version: v3.15.0 (faadb7c53) [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] I1103 08:46:40.225181 30236 context.go:172] absolute devfile path: '/tmp/3363944519/devfile.yaml' [odo] I1103 08:46:40.225384 30236 context.go:113] absolute devfile path: '/tmp/3363944519/devfile.yaml' [odo] I1103 08:46:40.226638 30236 content.go:48] converted devfile YAML to JSON [odo] I1103 08:46:40.226907 30236 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:46:40.226990 30236 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:46:40.241660 30236 schema.go:61] validated devfile schema [odo] I1103 08:46:40.273720 30236 writer.go:55] devfile yaml created at: 'devfile.yaml' [odo] [odo] Your new component 'bxwtia' 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] I1103 08:46:40.279882 30236 implem.go:114] The path for preference file is /tmp/3305063864/preference.yaml [odo] I1103 08:46:40.281476 30236 segment.go:268] Checking telemetry enable status [odo] I1103 08:46:40.282130 30236 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=31500:3000 --no-watch] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no] [odo] I1103 08:46:40.729611 30250 version.go:37] executing [podman version --format json] [odo] I1103 08:46:40.730333 30250 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I1103 08:46:40.730710 30250 implem.go:114] The path for preference file is /tmp/3305063864/preference.yaml [odo] I1103 08:46:40.733879 30250 context.go:172] absolute devfile path: '/tmp/3363944519/devfile.yaml' [odo] I1103 08:46:40.733900 30250 context.go:113] absolute devfile path: '/tmp/3363944519/devfile.yaml' [odo] I1103 08:46:40.735315 30250 content.go:48] converted devfile YAML to JSON [odo] I1103 08:46:40.735381 30250 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:46:40.735580 30250 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:46:40.754280 30250 schema.go:61] validated devfile schema [odo] I1103 08:46:40.765805 30250 validate.go:45] Successfully validated devfile sections [odo] I1103 08:46:40.765860 30250 validate.go:45] Successfully validated devfile sections [odo] I1103 08:46:40.766276 30250 component.go:87] name of component is "bxwtia", and sanitized name is "bxwtia" [odo] I1103 08:46:40.767458 30250 kclient.go:237] Checking if "projects" resource is supported [odo] __ [odo] / \__ Developing using the "bxwtia" Devfile [odo] \__/ \ Namespace: cmd-dev-test1338fqj [odo] / \__/ odo version: v3.15.0 (faadb7c53) [odo] \__/ [odo] [odo] ↪ Running on the cluster in Dev mode [odo] I1103 08:46:40.942090 30250 kubedev.go:79] Creating new adapter [odo] I1103 08:46:40.942110 30250 kubedev.go:87] Creating inner-loop resources for the component [odo] I1103 08:46:40.942138 30250 watch.go:105] starting WatchAndPush, path: /tmp/3363944519, component: bxwtia, ignores [.git .odo .odo/odo-file-index.json] [odo] I1103 08:46:40.952994 30250 watch.go:423] Copying files [] to pod [odo] I1103 08:46:40.953292 30250 context.go:172] absolute devfile path: '/tmp/3363944519/devfile.yaml' [odo] I1103 08:46:40.953303 30250 context.go:113] absolute devfile path: '/tmp/3363944519/devfile.yaml' [odo] I1103 08:46:40.953962 30250 content.go:48] converted devfile YAML to JSON [odo] I1103 08:46:40.954016 30250 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:46:40.954026 30250 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:46:40.961433 30250 schema.go:61] validated devfile schema [odo] I1103 08:46:40.961627 30250 validate.go:45] Successfully validated devfile sections [odo] I1103 08:46:40.961650 30250 components.go:69] component state: "" [odo] • Waiting for Kubernetes resources ... [odo] I1103 08:46:40.976359 30250 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:46:40.991522 30250 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] I1103 08:46:41.040390 30250 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:46:41.082245 30250 components.go:346] Creating deployment bxwtia-app [odo] I1103 08:46:41.082272 30250 components.go:347] The component name is bxwtia [odo] I1103 08:46:41.086057 30250 kclient.go:286] Kubernetes version is "v1.25.12+ba5cc25" [odo] I1103 08:46:41.086081 30250 kclient.go:298] Cluster has support for SSA: true [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") [odo] I1103 08:46:41.194442 30250 components.go:378] Successfully created component bxwtia [odo] I1103 08:46:41.239545 30250 components.go:390] Successfully created Service for component bxwtia [odo] I1103 08:46:41.286012 30250 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:46:41.286214 30250 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:46:41.402923 30250 all.go:67] all goroutines have returned in 116.898046ms [odo] I1103 08:46:41.402950 30250 all.go:76] query result: objects=6 [odo] I1103 08:46:41.402991 30250 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:46:41.406273 30250 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:46:41.410403 30250 service.go:75] Getting list of services [odo] I1103 08:46:41.410428 30250 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:46:41.442885 30250 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:46:41.442990 30250 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:41.454945 30250 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:41.471706 30250 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:41.482612 30250 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:41.493081 30250 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:46:41.493114 30250 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:46:41.496442 30250 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:46:41.500065 30250 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:46:41.503420 30250 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:46:41.510874 30250 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:46:41.522675 30250 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:46:41.550034 30250 components.go:134] Deployment has been updated to generation 1. Waiting new event... [odo] I1103 08:46:41.550058 30250 status.go:34] setting inner loop State "WaitDeployment" [odo] =================== [odo] ⚠ Pod is Pending [odo] =================== [odo] I1103 08:46:41.555387 30250 watch.go:271] deployment watcher Event: Type: ADDED, name: bxwtia-app, rv: 102079532, generation: 1, pods: 0 [odo] I1103 08:46:41.557285 30250 watch.go:271] deployment watcher Event: Type: MODIFIED, name: bxwtia-app, rv: 102079541, generation: 1, pods: 0 [odo] I1103 08:46:41.557776 30250 watch.go:271] deployment watcher Event: Type: MODIFIED, name: bxwtia-app, rv: 102079554, generation: 1, pods: 0 [odo] I1103 08:46:41.558212 30250 watch.go:271] deployment watcher Event: Type: MODIFIED, name: bxwtia-app, rv: 102079567, generation: 1, pods: 0 [odo] I1103 08:46:41.855500 30250 watch.go:423] Copying files [] to pod [odo] I1103 08:46:41.855916 30250 context.go:172] absolute devfile path: '/tmp/3363944519/devfile.yaml' [odo] I1103 08:46:41.855943 30250 context.go:113] absolute devfile path: '/tmp/3363944519/devfile.yaml' [odo] I1103 08:46:41.856765 30250 content.go:48] converted devfile YAML to JSON [odo] I1103 08:46:41.856871 30250 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:46:41.856889 30250 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:46:41.872179 30250 schema.go:61] validated devfile schema [odo] I1103 08:46:41.872412 30250 validate.go:45] Successfully validated devfile sections [odo] I1103 08:46:41.872437 30250 components.go:69] component state: "WaitDeployment" [odo] I1103 08:46:41.885850 30250 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:46:41.894752 30250 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] I1103 08:46:41.926698 30250 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:46:41.964798 30250 components.go:346] Creating deployment bxwtia-app [odo] I1103 08:46:41.964815 30250 components.go:347] The component name is bxwtia [odo] I1103 08:46:41.964821 30250 components.go:350] The component already exists, attempting to update it [odo] I1103 08:46:41.964829 30250 components.go:352] Applying deployment [odo] I1103 08:46:42.042600 30250 components.go:361] Successfully updated component bxwtia [odo] I1103 08:46:42.075653 30250 components.go:748] Successfully update Service for component bxwtia [odo] I1103 08:46:42.096569 30250 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:46:42.096766 30250 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:46:42.139135 30250 all.go:67] all goroutines have returned in 42.563242ms [odo] I1103 08:46:42.139327 30250 all.go:76] query result: objects=6 [odo] I1103 08:46:42.139474 30250 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:46:42.139517 30250 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:46:42.139771 30250 service.go:75] Getting list of services [odo] I1103 08:46:42.139805 30250 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:46:42.176926 30250 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:46:42.177034 30250 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:42.189946 30250 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:42.239621 30250 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:42.247882 30250 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:42.257981 30250 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:46:42.257998 30250 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:46:42.261815 30250 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:46:42.263988 30250 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:46:42.267567 30250 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:46:42.275489 30250 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:46:42.286284 30250 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:46:42.321300 30250 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I1103 08:46:42.321319 30250 status.go:34] setting inner loop State "WaitDeployment" [odo] I1103 08:46:42.321342 30250 watch.go:271] deployment watcher Event: Type: MODIFIED, name: bxwtia-app, rv: 102079638, generation: 1, pods: 0 [odo] ✓ Pod is Running [odo] I1103 08:46:43.671423 30250 watch.go:271] deployment watcher Event: Type: MODIFIED, name: bxwtia-app, rv: 102079703, generation: 1, pods: 1 [odo] I1103 08:46:43.972385 30250 watch.go:423] Copying files [] to pod [odo] I1103 08:46:43.974533 30250 context.go:172] absolute devfile path: '/tmp/3363944519/devfile.yaml' [odo] I1103 08:46:43.974576 30250 context.go:113] absolute devfile path: '/tmp/3363944519/devfile.yaml' [odo] I1103 08:46:43.976469 30250 content.go:48] converted devfile YAML to JSON [odo] I1103 08:46:43.976729 30250 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:46:43.977479 30250 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:46:43.993488 30250 schema.go:61] validated devfile schema [odo] I1103 08:46:44.011836 30250 validate.go:45] Successfully validated devfile sections [odo] I1103 08:46:44.012591 30250 components.go:69] component state: "WaitDeployment" [odo] I1103 08:46:44.059438 30250 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:46:44.068245 30250 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] I1103 08:46:44.127022 30250 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:46:44.171277 30250 components.go:346] Creating deployment bxwtia-app [odo] I1103 08:46:44.171291 30250 components.go:347] The component name is bxwtia [odo] I1103 08:46:44.171297 30250 components.go:350] The component already exists, attempting to update it [odo] I1103 08:46:44.171304 30250 components.go:352] Applying deployment [odo] I1103 08:46:44.223100 30250 components.go:361] Successfully updated component bxwtia [odo] I1103 08:46:44.268824 30250 components.go:748] Successfully update Service for component bxwtia [odo] I1103 08:46:44.305516 30250 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:46:44.311783 30250 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:46:44.391423 30250 all.go:67] all goroutines have returned in 86.135749ms [odo] I1103 08:46:44.391451 30250 all.go:76] query result: objects=6 [odo] I1103 08:46:44.391522 30250 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:46:44.391828 30250 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:46:44.391887 30250 service.go:75] Getting list of services [odo] I1103 08:46:44.391900 30250 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:46:44.453066 30250 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:46:44.453117 30250 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:44.472848 30250 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:44.478919 30250 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:44.489287 30250 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:44.505645 30250 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:46:44.505672 30250 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:46:44.513722 30250 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:46:44.518080 30250 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:46:44.521277 30250 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:46:44.530915 30250 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:46:44.576079 30250 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] • Syncing files into the container ... [odo] I1103 08:46:44.779450 30250 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519, destBase: ., destFile: . [odo] I1103 08:46:44.779624 30250 file_indexer.go:406] Corrected destinations: base: . file: . [odo] I1103 08:46:44.780966 30250 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/.gitignore, destBase: ., destFile: .gitignore [odo] I1103 08:46:44.780981 30250 file_indexer.go:406] Corrected destinations: base: . file: .gitignore [odo] I1103 08:46:44.781384 30250 file_indexer.go:453] file added: /tmp/3363944519/.gitignore [odo] I1103 08:46:44.781405 30250 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/.odo, destBase: ., destFile: .odo [odo] I1103 08:46:44.781409 30250 file_indexer.go:406] Corrected destinations: base: . file: .odo [odo] I1103 08:46:44.783554 30250 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/devfile.yaml, destBase: ., destFile: devfile.yaml [odo] I1103 08:46:44.783568 30250 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml [odo] I1103 08:46:44.783802 30250 file_indexer.go:453] file added: /tmp/3363944519/devfile.yaml [odo] I1103 08:46:44.783828 30250 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/package.json, destBase: ., destFile: package.json [odo] I1103 08:46:44.783833 30250 file_indexer.go:406] Corrected destinations: base: . file: package.json [odo] I1103 08:46:44.784018 30250 file_indexer.go:453] file added: /tmp/3363944519/package.json [odo] I1103 08:46:44.784033 30250 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/server.js, destBase: ., destFile: server.js [odo] I1103 08:46:44.784047 30250 file_indexer.go:406] Corrected destinations: base: . file: server.js [odo] I1103 08:46:44.784202 30250 file_indexer.go:453] file added: /tmp/3363944519/server.js [odo] I1103 08:46:44.784215 30250 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/test, destBase: ., destFile: test [odo] I1103 08:46:44.784219 30250 file_indexer.go:406] Corrected destinations: base: . file: test [odo] I1103 08:46:44.784450 30250 file_indexer.go:453] file added: /tmp/3363944519/test [odo] I1103 08:46:44.787620 30250 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/test/test.js, destBase: ., destFile: test/test.js [odo] I1103 08:46:44.787633 30250 file_indexer.go:406] Corrected destinations: base: . file: test/test.js [odo] I1103 08:46:44.787824 30250 file_indexer.go:453] file added: /tmp/3363944519/test/test.js [odo] I1103 08:46:44.788598 30250 sync.go:138] List of files to be deleted: +[] [odo] I1103 08:46:44.788613 30250 sync.go:140] List of files changed: +[/tmp/3363944519/devfile.yaml /tmp/3363944519/package.json /tmp/3363944519/server.js /tmp/3363944519/test /tmp/3363944519/test/test.js /tmp/3363944519/.gitignore] [odo] I1103 08:46:44.788631 30250 sync.go:193] Push: componentName: bxwtia, path: /tmp/3363944519, files: [/tmp/3363944519/devfile.yaml /tmp/3363944519/package.json /tmp/3363944519/server.js /tmp/3363944519/test /tmp/3363944519/test/test.js /tmp/3363944519/.gitignore], delFiles: [*], isForcePush: true [odo] I1103 08:46:44.789810 30250 sync.go:310] remote files marked for deletion are [/projects/*] [odo] I1103 08:46:44.789861 30250 exec.go:37] Executing command [rm -rf /projects/*] for pod: bxwtia-app-67945f4b8c-8glvm in container: runtime [odo] I1103 08:46:44.987103 30250 sync.go:233] Copying files /tmp/3363944519/devfile.yaml /tmp/3363944519/package.json /tmp/3363944519/server.js /tmp/3363944519/test /tmp/3363944519/test/test.js /tmp/3363944519/.gitignore to pod [odo] I1103 08:46:44.987157 30250 copy.go:36] CopyFile arguments: localPath /tmp/3363944519, dest /projects/3363944519, targetPath /projects, copyFiles [/tmp/3363944519/devfile.yaml /tmp/3363944519/package.json /tmp/3363944519/server.js /tmp/3363944519/test /tmp/3363944519/test/test.js /tmp/3363944519/.gitignore], globalExps [.git .odo .odo/odo-file-index.json] [odo] I1103 08:46:44.987224 30250 copy.go:63] Executing command tar xf - -C /projects --no-same-owner [odo] I1103 08:46:44.987971 30250 copy.go:96] makeTar arguments: srcPath: /tmp/3363944519, destPath: /projects/3363944519, files: [/tmp/3363944519/devfile.yaml /tmp/3363944519/package.json /tmp/3363944519/server.js /tmp/3363944519/test /tmp/3363944519/test/test.js /tmp/3363944519/.gitignore] [odo] I1103 08:46:44.988750 30250 copy.go:127] Got abs path: /tmp/3363944519/devfile.yaml [odo] I1103 08:46:44.988771 30250 copy.go:128] Making /tmp/3363944519 relative to /tmp/3363944519/devfile.yaml [odo] I1103 08:46:44.988803 30250 copy.go:144] makeTar srcFile: 3363944519/devfile.yaml [odo] I1103 08:46:44.988814 30250 copy.go:145] makeTar destFile: devfile.yaml [odo] I1103 08:46:44.988825 30250 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/devfile.yaml, destBase: /projects, destFile: devfile.yaml [odo] I1103 08:46:44.988831 30250 copy.go:171] Corrected destinations: base: /projects file: devfile.yaml [odo] I1103 08:46:45.133244 30250 copy.go:127] Got abs path: /tmp/3363944519/package.json [odo] I1103 08:46:45.133263 30250 copy.go:128] Making /tmp/3363944519 relative to /tmp/3363944519/package.json [odo] I1103 08:46:45.133271 30250 copy.go:144] makeTar srcFile: 3363944519/package.json [odo] I1103 08:46:45.133276 30250 copy.go:145] makeTar destFile: package.json [odo] I1103 08:46:45.133281 30250 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/package.json, destBase: /projects, destFile: package.json [odo] I1103 08:46:45.133287 30250 copy.go:171] Corrected destinations: base: /projects file: package.json [odo] I1103 08:46:45.133721 30250 copy.go:127] Got abs path: /tmp/3363944519/server.js [odo] I1103 08:46:45.133732 30250 copy.go:128] Making /tmp/3363944519 relative to /tmp/3363944519/server.js [odo] I1103 08:46:45.133737 30250 copy.go:144] makeTar srcFile: 3363944519/server.js [odo] I1103 08:46:45.133749 30250 copy.go:145] makeTar destFile: server.js [odo] I1103 08:46:45.133753 30250 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/server.js, destBase: /projects, destFile: server.js [odo] I1103 08:46:45.133757 30250 copy.go:171] Corrected destinations: base: /projects file: server.js [odo] I1103 08:46:45.134155 30250 copy.go:127] Got abs path: /tmp/3363944519/test [odo] I1103 08:46:45.134166 30250 copy.go:128] Making /tmp/3363944519 relative to /tmp/3363944519/test [odo] I1103 08:46:45.134176 30250 copy.go:144] makeTar srcFile: 3363944519/test [odo] I1103 08:46:45.134180 30250 copy.go:145] makeTar destFile: test [odo] I1103 08:46:45.134183 30250 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/test, destBase: /projects, destFile: test [odo] I1103 08:46:45.134189 30250 copy.go:171] Corrected destinations: base: /projects file: test [odo] I1103 08:46:45.134515 30250 copy.go:127] Got abs path: /tmp/3363944519/test/test.js [odo] I1103 08:46:45.134524 30250 copy.go:128] Making /tmp/3363944519 relative to /tmp/3363944519/test/test.js [odo] I1103 08:46:45.134530 30250 copy.go:144] makeTar srcFile: 3363944519/test/test.js [odo] I1103 08:46:45.134533 30250 copy.go:145] makeTar destFile: test/test.js [odo] I1103 08:46:45.134537 30250 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/test/test.js, destBase: /projects, destFile: test/test.js [odo] I1103 08:46:45.134539 30250 copy.go:171] Corrected destinations: base: /projects file: test/test.js [odo] I1103 08:46:45.135659 30250 copy.go:127] Got abs path: /tmp/3363944519/.gitignore [odo] I1103 08:46:45.135677 30250 copy.go:128] Making /tmp/3363944519 relative to /tmp/3363944519/.gitignore [odo] I1103 08:46:45.135682 30250 copy.go:144] makeTar srcFile: 3363944519/.gitignore [odo] I1103 08:46:45.135686 30250 copy.go:145] makeTar destFile: .gitignore [odo] I1103 08:46:45.135692 30250 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 3363944519/.gitignore, destBase: /projects, destFile: .gitignore [odo] I1103 08:46:45.135695 30250 copy.go:171] Corrected destinations: base: /projects file: .gitignore [odo] ✓ Syncing files into the container [449ms] [odo] I1103 08:46:45.228992 30250 kubeexec.go:40] GetProcessInfoForCommand for "devrun" [odo] I1103 08:46:45.229046 30250 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_devrun.pid || true] for pod: bxwtia-app-67945f4b8c-8glvm in container: runtime [odo] I1103 08:46:45.555253 30250 exec.go:96] cat: /opt/odo/.odo_cmd_devrun.pid: No such file or directory [odo] • Building your application in container (command: devbuild) ... [odo] I1103 08:46:45.560441 30250 innerloop.go:131] running=false, execRequired=true [odo] I1103 08:46:45.560525 30250 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: bxwtia-app-67945f4b8c-8glvm in container: runtime [odo] I1103 08:46:48.003483 30250 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) [2s] [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] 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 notice [odo] npm notice New major version of npm available! 8.19.4 -> 10.2.3 [odo] npm notice Changelog: [odo] npm notice Run `npm install -g npm@10.2.3` to update! [odo] npm notice [odo] npm ERR! code FETCH_ERROR [odo] npm ERR! errno FETCH_ERROR [odo] npm ERR! invalid json response body at https://registry.npmjs.org/fast-safe-stringify reason: Invalid response body while trying to fetch https://registry.npmjs.org/fast-safe-stringify: 140243664698368:error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac:ssl/record/ssl3_record.c:677: [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-11-03T08_46_46_271Z-debug-0.log [odo] I1103 08:46:48.130603 30250 status.go:34] setting inner loop State "Ready" [odo] I1103 08:46:48.130673 30250 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] I1103 08:46:48.130741 30250 watch.go:271] deployment watcher Event: Type: MODIFIED, name: bxwtia-app, rv: 102079737, generation: 1, pods: 1 [FAILED] in [It] - /go/odo_1/tests/integration/cmd_dev_test.go:1341 @ 11/03/23 08:46:50.347 [odo] read: read /dev/stdin: input/output error [odo] I1103 08:46:50.348229 30250 watch.go:333] Dev mode interrupted by user [odo] I1103 08:46:50.348365 30250 implem.go:114] The path for preference file is /tmp/3305063864/preference.yaml [odo] I1103 08:46:50.349028 30250 segment.go:268] Checking telemetry enable status [odo] I1103 08:46:50.349048 30250 segment.go:286] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I1103 08:46:50.547398 30250 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:46:50.547651 30250 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:46:51.934633 30250 all.go:67] all goroutines have returned in 1.387232669s [odo] I1103 08:46:51.934793 30250 all.go:76] query result: objects=608 [odo] I1103 08:47:08.003671 27224 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:47:08.005155 27224 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:47:08.880687 27224 all.go:67] all goroutines have returned in 877.071725ms [odo] I1103 08:47:08.880785 27224 all.go:76] query result: objects=576 Running oc with args [oc get project cmd-dev-test1338fqj -o jsonpath={.metadata.name}] and odo env: [] [oc] cmd-dev-test1338fqjDeleting project: cmd-dev-test1338fqj Running oc with args [oc delete project cmd-dev-test1338fqj --wait=false] and odo env: [] [oc] project.project.openshift.io "cmd-dev-test1338fqj" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/3363944519 Deleting dir: /tmp/3305063864 << Timeline [FAILED] Expected : http:// to contain substring : 31500 In [It] at: /go/odo_1/tests/integration/cmd_dev_test.go:1341 @ 11/03/23 08:46:50.347 ------------------------------ SS ------------------------------ • [29.594 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 ------------------------------ • [60.458 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 ------------------------------ S ------------------------------ • [4.125 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 ------------------------------ • [57.834 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 ------------------------------ SS ------------------------------ • [FAILED] [71.030 seconds] odo dev command tests when Create and dev java-springboot component [It] 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 Timeline >> Created dir: /tmp/2800860017 Created dir: /tmp/1659201509 Setting KUBECONFIG=/tmp/1659201509/config Running oc with args [oc get project cmd-dev-test2931nfk -o jsonpath={.metadata.name}] and odo env: [] [oc] Error from server (NotFound): namespaces "cmd-dev-test2931nfk" not found Creating a new project: cmd-dev-test2931nfk Running oc with args [oc new-project cmd-dev-test2931nfk] and odo env: [] [oc] Now using project "cmd-dev-test2931nfk" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31952". [oc] [oc] You can add applications to this project with the 'new-app' command. For example, try: [oc] [oc] oc new-app rails-postgresql-example [oc] [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: [oc] [oc] kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname [oc] Running oc with args [oc get project] and odo env: [] [oc] NAME DISPLAY NAME STATUS [oc] apgr-namespace Active [oc] calico-system Active [oc] cmd-delete-test178ucn Active [oc] cmd-delete-test428req Terminating [oc] cmd-dev-debug-test631nay Terminating [oc] cmd-dev-test1282pkx Active [oc] cmd-dev-test1717oug Active [oc] cmd-dev-test1987ozq Terminating [oc] cmd-dev-test2016nrk Active [oc] cmd-dev-test2388zwd Active [oc] cmd-dev-test2772zar Active [oc] cmd-dev-test2931nfk Active [oc] cmd-dev-test3207qbx Active [oc] cmd-dev-test3375kkq Active [oc] cmd-dev-test3463vdx Active [oc] cmd-dev-test507uyq Active [oc] cmd-dev-test629fbn Terminating [oc] cmd-dev-test668rzu Terminating [oc] cmd-dev-test981xgv Active [oc] cmd-devfile-deploy-test161dlj Terminating [oc] cmd-devfile-deploy-test161hwi Terminating [oc] cmd-devfile-deploy-test176bdb Active [oc] cmd-devfile-list-test193uzv Active [oc] cmd-devfile-list-test88riz Terminating [oc] cmd-namespace-test115tkr Active [oc] cmd-run-test100bjj Active [oc] default Active [oc] generic-test100lvl Active [oc] ibm-cert-store Active [oc] ibm-odf-validation-webhook Active [oc] ibm-system Active [oc] kube-node-lease Active [oc] kube-public Active [oc] kube-system Active [oc] laxu-namespace Active [oc] openshift Active [oc] openshift-apiserver Active [oc] openshift-apiserver-operator Active [oc] openshift-authentication Active [oc] openshift-authentication-operator Active [oc] openshift-cloud-credential-operator Active [oc] openshift-cloud-network-config-controller Active [oc] openshift-cluster-csi-drivers Active [oc] openshift-cluster-machine-approver Active [oc] openshift-cluster-node-tuning-operator Active [oc] openshift-cluster-samples-operator Active [oc] openshift-cluster-storage-operator Active [oc] openshift-cluster-version Active [oc] openshift-config Active [oc] openshift-config-managed Active [oc] openshift-config-operator Active [oc] openshift-console Active [oc] openshift-console-operator Active [oc] openshift-console-user-settings Active [oc] openshift-controller-manager Active [oc] openshift-controller-manager-operator Active [oc] openshift-dns Active [oc] openshift-dns-operator Active [oc] openshift-etcd Active [oc] openshift-etcd-operator Active [oc] openshift-image-registry Active [oc] openshift-infra Active [oc] openshift-ingress Active [oc] openshift-ingress-canary Active [oc] openshift-ingress-operator Active [oc] openshift-insights Active [oc] openshift-kube-apiserver Active [oc] openshift-kube-apiserver-operator Active [oc] openshift-kube-controller-manager Active [oc] openshift-kube-controller-manager-operator Active [oc] openshift-kube-proxy Active [oc] openshift-kube-scheduler Active [oc] openshift-kube-scheduler-operator Active [oc] openshift-kube-storage-version-migrator Active [oc] openshift-kube-storage-version-migrator-operator Active [oc] openshift-machine-api Active [oc] openshift-machine-config-operator Active [oc] openshift-marketplace Active [oc] openshift-monitoring Active [oc] openshift-multus Active [oc] openshift-network-diagnostics Active [oc] openshift-network-operator Active [oc] openshift-node Active [oc] openshift-operator-lifecycle-manager Active [oc] openshift-operators Active [oc] openshift-roks-metrics Active [oc] openshift-route-controller-manager Active [oc] openshift-service-ca Active [oc] openshift-service-ca-operator Active [oc] openshift-user-workload-monitoring Active [oc] phmartin Active [oc] tigera-operator Active [oc] ubkm-project Active Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test2931nfk] and odo env: [] [oc] configmap/config-map-for-cleanup created Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/2800860017 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1103 08:46:37.515829 30100 implem.go:114] The path for preference file is /tmp/1659201509/preference.yaml [odo] Successfully removed registry [odo] I1103 08:46:37.519179 30100 implem.go:114] The path for preference file is /tmp/1659201509/preference.yaml [odo] I1103 08:46:37.520473 30100 segment.go:268] Checking telemetry enable status [odo] I1103 08:46:37.520485 30100 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] I1103 08:46:37.803117 30139 implem.go:114] The path for preference file is /tmp/1659201509/preference.yaml [odo] New registry successfully added [odo] I1103 08:46:37.805237 30139 implem.go:114] The path for preference file is /tmp/1659201509/preference.yaml [odo] I1103 08:46:37.805820 30139 segment.go:268] Checking telemetry enable status [odo] I1103 08:46:37.805836 30139 segment.go:286] Sending telemetry disabled by env variable Setting current dir to: /tmp/2800860017 Running odo with args [odo init --name javaspringboot-ztpnuy --devfile-path /go/odo_1/tests/examples/source/devfiles/springboot/devfile.yaml] and odo env: [] [odo] I1103 08:46:38.331649 30150 implem.go:114] The path for preference file is /tmp/1659201509/preference.yaml [odo] __ [odo] / \__ Initializing a new component [odo] \__/ \ [odo] / \__/ odo version: v3.15.0 (faadb7c53) [odo] \__/ [odo] [odo] • Copying devfile from "/go/odo_1/tests/examples/source/devfiles/springboot/devfile.yaml" ... [odo] ✓ Copying devfile from "/go/odo_1/tests/examples/source/devfiles/springboot/devfile.yaml" [2ms] [odo] I1103 08:46:38.336682 30150 context.go:172] absolute devfile path: '/tmp/2800860017/devfile.yaml' [odo] I1103 08:46:38.336717 30150 context.go:113] absolute devfile path: '/tmp/2800860017/devfile.yaml' [odo] I1103 08:46:38.339466 30150 content.go:48] converted devfile YAML to JSON [odo] I1103 08:46:38.339621 30150 apiVersion.go:60] devfile schemaVersion: '2.2.0' [odo] I1103 08:46:38.340008 30150 helper.go:56] devfile apiVersion '2.2.0' is supported [odo] I1103 08:46:38.382198 30150 schema.go:61] validated devfile schema [odo] I1103 08:46:38.436019 30150 writer.go:55] devfile yaml created at: 'devfile.yaml' [odo] [odo] Your new component 'javaspringboot-ztpnuy' 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] I1103 08:46:38.438884 30150 implem.go:114] The path for preference file is /tmp/1659201509/preference.yaml [odo] I1103 08:46:38.439964 30150 segment.go:268] Checking telemetry enable status [odo] I1103 08:46:38.439982 30150 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] I1103 08:46:38.950684 30179 version.go:37] executing [podman version --format json] [odo] I1103 08:46:38.950990 30179 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I1103 08:46:38.951021 30179 implem.go:114] The path for preference file is /tmp/1659201509/preference.yaml [odo] I1103 08:46:38.952306 30179 context.go:172] absolute devfile path: '/tmp/2800860017/devfile.yaml' [odo] I1103 08:46:38.952325 30179 context.go:113] absolute devfile path: '/tmp/2800860017/devfile.yaml' [odo] I1103 08:46:38.952977 30179 content.go:48] converted devfile YAML to JSON [odo] I1103 08:46:38.953058 30179 apiVersion.go:60] devfile schemaVersion: '2.2.0' [odo] I1103 08:46:38.953073 30179 helper.go:56] devfile apiVersion '2.2.0' is supported [odo] I1103 08:46:38.976862 30179 schema.go:61] validated devfile schema [odo] I1103 08:46:38.988038 30179 validate.go:45] Successfully validated devfile sections [odo] I1103 08:46:38.988351 30179 validate.go:45] Successfully validated devfile sections [odo] I1103 08:46:38.988610 30179 component.go:87] name of component is "javaspringboot-ztpnuy", and sanitized name is "javaspringboot-ztpnuy" [odo] I1103 08:46:38.988837 30179 kclient.go:237] Checking if "projects" resource is supported [odo] __ [odo] / \__ Developing using the "javaspringboot-ztpnuy" Devfile [odo] \__/ \ Namespace: cmd-dev-test2931nfk [odo] / \__/ odo version: v3.15.0 (faadb7c53) [odo] \__/ [odo] [odo] ↪ Running on the cluster in Dev mode [odo] I1103 08:46:39.165382 30179 kubedev.go:79] Creating new adapter [odo] I1103 08:46:39.165397 30179 kubedev.go:87] Creating inner-loop resources for the component [odo] I1103 08:46:39.165409 30179 watch.go:105] starting WatchAndPush, path: /tmp/2800860017, component: javaspringboot-ztpnuy, ignores [.git .odo .odo/odo-file-index.json] [odo] I1103 08:46:39.170951 30179 file_watcher.go:130] adding watch on path /tmp/2800860017 [odo] I1103 08:46:39.171020 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/.odo [odo] I1103 08:46:39.171033 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/docker [odo] I1103 08:46:39.171041 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/kubernetes [odo] I1103 08:46:39.171050 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/src [odo] I1103 08:46:39.171057 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/src/main [odo] I1103 08:46:39.171075 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/src/main/java [odo] I1103 08:46:39.171086 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/src/main/java/com [odo] I1103 08:46:39.171095 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/src/main/java/com/example [odo] I1103 08:46:39.171107 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/src/main/java/com/example/demo [odo] I1103 08:46:39.171117 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/src/main/resources [odo] I1103 08:46:39.171124 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/src/test [odo] I1103 08:46:39.171132 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/src/test/java [odo] I1103 08:46:39.171143 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/src/test/java/com [odo] I1103 08:46:39.171154 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/src/test/java/com/example [odo] I1103 08:46:39.171163 30179 file_watcher.go:130] adding watch on path /tmp/2800860017/src/test/java/com/example/demo [odo] I1103 08:46:39.185924 30179 watch.go:423] Copying files [] to pod [odo] I1103 08:46:39.186196 30179 context.go:172] absolute devfile path: '/tmp/2800860017/devfile.yaml' [odo] I1103 08:46:39.186263 30179 context.go:113] absolute devfile path: '/tmp/2800860017/devfile.yaml' [odo] I1103 08:46:39.192687 30179 content.go:48] converted devfile YAML to JSON [odo] I1103 08:46:39.193959 30179 apiVersion.go:60] devfile schemaVersion: '2.2.0' [odo] I1103 08:46:39.193995 30179 helper.go:56] devfile apiVersion '2.2.0' is supported [odo] I1103 08:46:39.212830 30179 schema.go:61] validated devfile schema [odo] I1103 08:46:39.213497 30179 validate.go:45] Successfully validated devfile sections [odo] I1103 08:46:39.213526 30179 components.go:69] component state: "" [odo] • Waiting for Kubernetes resources ... [odo] I1103 08:46:39.239491 30179 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:springboot] [odo] I1103 08:46:39.254436 30179 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] I1103 08:46:39.315110 30179 utils.go:77] Updating container tools with mandatory volume mounts [odo] I1103 08:46:39.315141 30179 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:46:39.453954 30179 components.go:346] Creating deployment javaspringboot-ztpnuy-app [odo] I1103 08:46:39.453975 30179 components.go:347] The component name is javaspringboot-ztpnuy [odo] I1103 08:46:39.459728 30179 kclient.go:286] Kubernetes version is "v1.25.12+ba5cc25" [odo] I1103 08:46:39.459759 30179 kclient.go:298] Cluster has support for SSA: true [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (containers "tools", "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (containers "tools", "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or containers "tools", "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or containers "tools", "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") [odo] I1103 08:46:39.636396 30179 components.go:378] Successfully created component javaspringboot-ztpnuy [odo] I1103 08:46:39.710870 30179 components.go:390] Successfully created Service for component javaspringboot-ztpnuy [odo] I1103 08:46:39.745403 30179 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:46:39.761876 30179 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:46:39.820443 30179 all.go:67] all goroutines have returned in 74.982526ms [odo] I1103 08:46:39.820483 30179 all.go:76] query result: objects=6 [odo] I1103 08:46:39.820596 30179 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:46:39.823051 30179 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:46:39.825413 30179 service.go:75] Getting list of services [odo] I1103 08:46:39.825432 30179 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:46:39.869551 30179 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:46:39.869719 30179 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:39.893514 30179 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:39.913327 30179 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:39.918762 30179 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:39.929851 30179 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:46:39.929877 30179 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:46:39.932410 30179 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:46:39.934923 30179 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:46:39.937364 30179 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:46:39.943332 30179 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:46:39.965116 30179 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:46:39.999066 30179 components.go:134] Deployment has been updated to generation 1. Waiting new event... [odo] I1103 08:46:39.999660 30179 status.go:34] setting inner loop State "WaitDeployment" [odo] =================== [odo] ⚠ Pod is Pending [odo] =================== [odo] I1103 08:46:40.003802 30179 watch.go:271] deployment watcher Event: Type: ADDED, name: javaspringboot-ztpnuy-app, rv: 102079365, generation: 1, pods: 0 [odo] I1103 08:46:40.007506 30179 watch.go:271] deployment watcher Event: Type: MODIFIED, name: javaspringboot-ztpnuy-app, rv: 102079377, generation: 1, pods: 0 [odo] I1103 08:46:40.008110 30179 watch.go:271] deployment watcher Event: Type: MODIFIED, name: javaspringboot-ztpnuy-app, rv: 102079386, generation: 1, pods: 0 [odo] I1103 08:46:40.008595 30179 watch.go:271] deployment watcher Event: Type: MODIFIED, name: javaspringboot-ztpnuy-app, rv: 102079398, generation: 1, pods: 0 [odo] I1103 08:46:40.304702 30179 watch.go:423] Copying files [] to pod [odo] I1103 08:46:40.306511 30179 context.go:172] absolute devfile path: '/tmp/2800860017/devfile.yaml' [odo] I1103 08:46:40.306533 30179 context.go:113] absolute devfile path: '/tmp/2800860017/devfile.yaml' [odo] I1103 08:46:40.307631 30179 content.go:48] converted devfile YAML to JSON [odo] I1103 08:46:40.307708 30179 apiVersion.go:60] devfile schemaVersion: '2.2.0' [odo] I1103 08:46:40.307736 30179 helper.go:56] devfile apiVersion '2.2.0' is supported [odo] I1103 08:46:40.312196 30179 schema.go:61] validated devfile schema [odo] I1103 08:46:40.313203 30179 validate.go:45] Successfully validated devfile sections [odo] I1103 08:46:40.313305 30179 components.go:69] component state: "WaitDeployment" [odo] I1103 08:46:40.353337 30179 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:springboot] [odo] I1103 08:46:40.370901 30179 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] I1103 08:46:40.435292 30179 utils.go:77] Updating container tools with mandatory volume mounts [odo] I1103 08:46:40.435760 30179 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:46:40.465844 30179 components.go:346] Creating deployment javaspringboot-ztpnuy-app [odo] I1103 08:46:40.465859 30179 components.go:347] The component name is javaspringboot-ztpnuy [odo] I1103 08:46:40.465864 30179 components.go:350] The component already exists, attempting to update it [odo] I1103 08:46:40.465875 30179 components.go:352] Applying deployment [odo] I1103 08:46:40.499114 30179 components.go:361] Successfully updated component javaspringboot-ztpnuy [odo] I1103 08:46:40.531473 30179 components.go:748] Successfully update Service for component javaspringboot-ztpnuy [odo] I1103 08:46:40.582586 30179 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:46:40.582750 30179 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:46:40.639551 30179 all.go:67] all goroutines have returned in 56.960986ms [odo] I1103 08:46:40.639635 30179 all.go:76] query result: objects=6 [odo] I1103 08:46:40.639717 30179 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:46:40.639764 30179 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:46:40.639788 30179 service.go:75] Getting list of services [odo] I1103 08:46:40.639819 30179 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:46:40.668992 30179 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:46:40.669047 30179 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:40.682756 30179 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:40.695766 30179 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:40.700829 30179 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:40.710623 30179 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:46:40.710639 30179 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:46:40.712945 30179 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:46:40.715188 30179 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:46:40.717294 30179 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:46:40.722519 30179 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:46:40.739176 30179 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:46:40.756354 30179 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I1103 08:46:40.756377 30179 status.go:34] setting inner loop State "WaitDeployment" [odo] I1103 08:46:40.756396 30179 watch.go:271] deployment watcher Event: Type: MODIFIED, name: javaspringboot-ztpnuy-app, rv: 102079469, generation: 1, pods: 0 [odo] ✓ Pod is Running [odo] I1103 08:46:42.682558 30179 watch.go:271] deployment watcher Event: Type: MODIFIED, name: javaspringboot-ztpnuy-app, rv: 102079674, generation: 1, pods: 1 [odo] I1103 08:46:42.982941 30179 watch.go:423] Copying files [] to pod [odo] I1103 08:46:42.983662 30179 context.go:172] absolute devfile path: '/tmp/2800860017/devfile.yaml' [odo] I1103 08:46:42.983679 30179 context.go:113] absolute devfile path: '/tmp/2800860017/devfile.yaml' [odo] I1103 08:46:42.984533 30179 content.go:48] converted devfile YAML to JSON [odo] I1103 08:46:42.984611 30179 apiVersion.go:60] devfile schemaVersion: '2.2.0' [odo] I1103 08:46:42.984633 30179 helper.go:56] devfile apiVersion '2.2.0' is supported [odo] I1103 08:46:42.987705 30179 schema.go:61] validated devfile schema [odo] I1103 08:46:42.987972 30179 validate.go:45] Successfully validated devfile sections [odo] I1103 08:46:42.987999 30179 components.go:69] component state: "WaitDeployment" [odo] I1103 08:46:42.997971 30179 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:springboot] [odo] I1103 08:46:43.007177 30179 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] I1103 08:46:43.076712 30179 utils.go:77] Updating container tools with mandatory volume mounts [odo] I1103 08:46:43.076734 30179 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:46:43.098159 30179 components.go:346] Creating deployment javaspringboot-ztpnuy-app [odo] I1103 08:46:43.098213 30179 components.go:347] The component name is javaspringboot-ztpnuy [odo] I1103 08:46:43.098220 30179 components.go:350] The component already exists, attempting to update it [odo] I1103 08:46:43.098227 30179 components.go:352] Applying deployment [odo] I1103 08:46:43.150525 30179 components.go:361] Successfully updated component javaspringboot-ztpnuy [odo] I1103 08:46:43.223089 30179 components.go:748] Successfully update Service for component javaspringboot-ztpnuy [odo] I1103 08:46:43.248205 30179 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:46:43.248651 30179 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:46:43.295418 30179 all.go:67] all goroutines have returned in 47.246208ms [odo] I1103 08:46:43.295481 30179 all.go:76] query result: objects=6 [odo] I1103 08:46:43.295555 30179 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:46:43.295592 30179 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:46:43.295605 30179 service.go:75] Getting list of services [odo] I1103 08:46:43.295628 30179 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:46:43.323833 30179 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:46:43.323912 30179 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:43.348924 30179 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:43.365980 30179 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:43.371244 30179 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:46:43.387133 30179 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:46:43.387168 30179 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:46:43.389810 30179 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:46:43.392152 30179 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:46:43.394398 30179 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:46:43.398980 30179 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:46:43.407771 30179 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] • Syncing files into the container ... [odo] I1103 08:46:43.484507 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017, destBase: ., destFile: . [odo] I1103 08:46:43.484550 30179 file_indexer.go:406] Corrected destinations: base: . file: . [odo] I1103 08:46:43.489899 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/.gitignore, destBase: ., destFile: .gitignore [odo] I1103 08:46:43.489939 30179 file_indexer.go:406] Corrected destinations: base: . file: .gitignore [odo] I1103 08:46:43.490253 30179 file_indexer.go:453] file added: /tmp/2800860017/.gitignore [odo] I1103 08:46:43.490271 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/.odo, destBase: ., destFile: .odo [odo] I1103 08:46:43.490276 30179 file_indexer.go:406] Corrected destinations: base: . file: .odo [odo] I1103 08:46:43.490452 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/Dockerfile, destBase: ., destFile: Dockerfile [odo] I1103 08:46:43.490456 30179 file_indexer.go:406] Corrected destinations: base: . file: Dockerfile [odo] I1103 08:46:43.490620 30179 file_indexer.go:453] file added: /tmp/2800860017/Dockerfile [odo] I1103 08:46:43.490629 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/HELP.md, destBase: ., destFile: HELP.md [odo] I1103 08:46:43.490632 30179 file_indexer.go:406] Corrected destinations: base: . file: HELP.md [odo] I1103 08:46:43.490779 30179 file_indexer.go:453] file added: /tmp/2800860017/HELP.md [odo] I1103 08:46:43.490789 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/devfile.yaml, destBase: ., destFile: devfile.yaml [odo] I1103 08:46:43.490793 30179 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml [odo] I1103 08:46:43.490936 30179 file_indexer.go:453] file added: /tmp/2800860017/devfile.yaml [odo] I1103 08:46:43.490947 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/docker, destBase: ., destFile: docker [odo] I1103 08:46:43.490950 30179 file_indexer.go:406] Corrected destinations: base: . file: docker [odo] I1103 08:46:43.491104 30179 file_indexer.go:453] file added: /tmp/2800860017/docker [odo] I1103 08:46:43.506494 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/docker/Dockerfile, destBase: ., destFile: docker/Dockerfile [odo] I1103 08:46:43.506518 30179 file_indexer.go:406] Corrected destinations: base: . file: docker/Dockerfile [odo] I1103 08:46:43.507023 30179 file_indexer.go:453] file added: /tmp/2800860017/docker/Dockerfile [odo] I1103 08:46:43.507051 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/kubernetes, destBase: ., destFile: kubernetes [odo] I1103 08:46:43.507056 30179 file_indexer.go:406] Corrected destinations: base: . file: kubernetes [odo] I1103 08:46:43.507333 30179 file_indexer.go:453] file added: /tmp/2800860017/kubernetes [odo] I1103 08:46:43.513195 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/kubernetes/deploy.yaml, destBase: ., destFile: kubernetes/deploy.yaml [odo] I1103 08:46:43.513218 30179 file_indexer.go:406] Corrected destinations: base: . file: kubernetes/deploy.yaml [odo] I1103 08:46:43.513571 30179 file_indexer.go:453] file added: /tmp/2800860017/kubernetes/deploy.yaml [odo] I1103 08:46:43.513605 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/mvnw, destBase: ., destFile: mvnw [odo] I1103 08:46:43.513610 30179 file_indexer.go:406] Corrected destinations: base: . file: mvnw [odo] I1103 08:46:43.513978 30179 file_indexer.go:453] file added: /tmp/2800860017/mvnw [odo] I1103 08:46:43.514014 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/mvnw.cmd, destBase: ., destFile: mvnw.cmd [odo] I1103 08:46:43.514023 30179 file_indexer.go:406] Corrected destinations: base: . file: mvnw.cmd [odo] I1103 08:46:43.514274 30179 file_indexer.go:453] file added: /tmp/2800860017/mvnw.cmd [odo] I1103 08:46:43.514293 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/pom.xml, destBase: ., destFile: pom.xml [odo] I1103 08:46:43.514298 30179 file_indexer.go:406] Corrected destinations: base: . file: pom.xml [odo] I1103 08:46:43.514581 30179 file_indexer.go:453] file added: /tmp/2800860017/pom.xml [odo] I1103 08:46:43.514604 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src, destBase: ., destFile: src [odo] I1103 08:46:43.514609 30179 file_indexer.go:406] Corrected destinations: base: . file: src [odo] I1103 08:46:43.514848 30179 file_indexer.go:453] file added: /tmp/2800860017/src [odo] I1103 08:46:43.519449 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main, destBase: ., destFile: src/main [odo] I1103 08:46:43.519468 30179 file_indexer.go:406] Corrected destinations: base: . file: src/main [odo] I1103 08:46:43.519757 30179 file_indexer.go:453] file added: /tmp/2800860017/src/main [odo] I1103 08:46:43.520884 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/java, destBase: ., destFile: src/main/java [odo] I1103 08:46:43.520914 30179 file_indexer.go:406] Corrected destinations: base: . file: src/main/java [odo] I1103 08:46:43.521119 30179 file_indexer.go:453] file added: /tmp/2800860017/src/main/java [odo] I1103 08:46:43.521901 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/java/com, destBase: ., destFile: src/main/java/com [odo] I1103 08:46:43.521914 30179 file_indexer.go:406] Corrected destinations: base: . file: src/main/java/com [odo] I1103 08:46:43.522119 30179 file_indexer.go:453] file added: /tmp/2800860017/src/main/java/com [odo] I1103 08:46:43.523461 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/java/com/example, destBase: ., destFile: src/main/java/com/example [odo] I1103 08:46:43.523480 30179 file_indexer.go:406] Corrected destinations: base: . file: src/main/java/com/example [odo] I1103 08:46:43.523772 30179 file_indexer.go:453] file added: /tmp/2800860017/src/main/java/com/example [odo] I1103 08:46:43.524167 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/java/com/example/demo, destBase: ., destFile: src/main/java/com/example/demo [odo] I1103 08:46:43.524176 30179 file_indexer.go:406] Corrected destinations: base: . file: src/main/java/com/example/demo [odo] I1103 08:46:43.524425 30179 file_indexer.go:453] file added: /tmp/2800860017/src/main/java/com/example/demo [odo] I1103 08:46:43.524741 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/java/com/example/demo/DemoApplication.java, destBase: ., destFile: src/main/java/com/example/demo/DemoApplication.java [odo] I1103 08:46:43.524748 30179 file_indexer.go:406] Corrected destinations: base: . file: src/main/java/com/example/demo/DemoApplication.java [odo] I1103 08:46:43.525033 30179 file_indexer.go:453] file added: /tmp/2800860017/src/main/java/com/example/demo/DemoApplication.java [odo] I1103 08:46:43.525058 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/resources, destBase: ., destFile: src/main/resources [odo] I1103 08:46:43.525062 30179 file_indexer.go:406] Corrected destinations: base: . file: src/main/resources [odo] I1103 08:46:43.525206 30179 file_indexer.go:453] file added: /tmp/2800860017/src/main/resources [odo] I1103 08:46:43.525623 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/resources/application.properties, destBase: ., destFile: src/main/resources/application.properties [odo] I1103 08:46:43.525633 30179 file_indexer.go:406] Corrected destinations: base: . file: src/main/resources/application.properties [odo] I1103 08:46:43.526714 30179 file_indexer.go:453] file added: /tmp/2800860017/src/main/resources/application.properties [odo] I1103 08:46:43.526745 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/test, destBase: ., destFile: src/test [odo] I1103 08:46:43.526750 30179 file_indexer.go:406] Corrected destinations: base: . file: src/test [odo] I1103 08:46:43.526954 30179 file_indexer.go:453] file added: /tmp/2800860017/src/test [odo] I1103 08:46:43.527308 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/test/java, destBase: ., destFile: src/test/java [odo] I1103 08:46:43.527348 30179 file_indexer.go:406] Corrected destinations: base: . file: src/test/java [odo] I1103 08:46:43.527584 30179 file_indexer.go:453] file added: /tmp/2800860017/src/test/java [odo] I1103 08:46:43.527896 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/test/java/com, destBase: ., destFile: src/test/java/com [odo] I1103 08:46:43.527920 30179 file_indexer.go:406] Corrected destinations: base: . file: src/test/java/com [odo] I1103 08:46:43.528138 30179 file_indexer.go:453] file added: /tmp/2800860017/src/test/java/com [odo] I1103 08:46:43.528362 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/test/java/com/example, destBase: ., destFile: src/test/java/com/example [odo] I1103 08:46:43.528385 30179 file_indexer.go:406] Corrected destinations: base: . file: src/test/java/com/example [odo] I1103 08:46:43.528623 30179 file_indexer.go:453] file added: /tmp/2800860017/src/test/java/com/example [odo] I1103 08:46:43.528822 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/test/java/com/example/demo, destBase: ., destFile: src/test/java/com/example/demo [odo] I1103 08:46:43.528840 30179 file_indexer.go:406] Corrected destinations: base: . file: src/test/java/com/example/demo [odo] I1103 08:46:43.529045 30179 file_indexer.go:453] file added: /tmp/2800860017/src/test/java/com/example/demo [odo] I1103 08:46:43.529300 30179 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/test/java/com/example/demo/DemoApplicationTests.java, destBase: ., destFile: src/test/java/com/example/demo/DemoApplicationTests.java [odo] I1103 08:46:43.529323 30179 file_indexer.go:406] Corrected destinations: base: . file: src/test/java/com/example/demo/DemoApplicationTests.java [odo] I1103 08:46:43.529560 30179 file_indexer.go:453] file added: /tmp/2800860017/src/test/java/com/example/demo/DemoApplicationTests.java [odo] I1103 08:46:43.530070 30179 sync.go:138] List of files to be deleted: +[] [odo] I1103 08:46:43.530138 30179 sync.go:140] List of files changed: +[/tmp/2800860017/src /tmp/2800860017/src/main/java/com/example /tmp/2800860017/src/main /tmp/2800860017/src/test/java/com/example/demo/DemoApplicationTests.java /tmp/2800860017/docker /tmp/2800860017/kubernetes /tmp/2800860017/devfile.yaml /tmp/2800860017/src/main/resources /tmp/2800860017/src/test/java /tmp/2800860017/src/test /tmp/2800860017/.gitignore /tmp/2800860017/HELP.md /tmp/2800860017/pom.xml /tmp/2800860017/src/main/resources/application.properties /tmp/2800860017/src/main/java/com /tmp/2800860017/src/main/java/com/example/demo /tmp/2800860017/src/main/java/com/example/demo/DemoApplication.java /tmp/2800860017/src/test/java/com /tmp/2800860017/src/test/java/com/example/demo /tmp/2800860017/docker/Dockerfile /tmp/2800860017/src/main/java /tmp/2800860017/Dockerfile /tmp/2800860017/kubernetes/deploy.yaml /tmp/2800860017/mvnw.cmd /tmp/2800860017/mvnw /tmp/2800860017/src/test/java/com/example] [odo] I1103 08:46:43.530165 30179 sync.go:193] Push: componentName: javaspringboot-ztpnuy, path: /tmp/2800860017, files: [/tmp/2800860017/src /tmp/2800860017/src/main/java/com/example /tmp/2800860017/src/main /tmp/2800860017/src/test/java/com/example/demo/DemoApplicationTests.java /tmp/2800860017/docker /tmp/2800860017/kubernetes /tmp/2800860017/devfile.yaml /tmp/2800860017/src/main/resources /tmp/2800860017/src/test/java /tmp/2800860017/src/test /tmp/2800860017/.gitignore /tmp/2800860017/HELP.md /tmp/2800860017/pom.xml /tmp/2800860017/src/main/resources/application.properties /tmp/2800860017/src/main/java/com /tmp/2800860017/src/main/java/com/example/demo /tmp/2800860017/src/main/java/com/example/demo/DemoApplication.java /tmp/2800860017/src/test/java/com /tmp/2800860017/src/test/java/com/example/demo /tmp/2800860017/docker/Dockerfile /tmp/2800860017/src/main/java /tmp/2800860017/Dockerfile /tmp/2800860017/kubernetes/deploy.yaml /tmp/2800860017/mvnw.cmd /tmp/2800860017/mvnw /tmp/2800860017/src/test/java/com/example], delFiles: [*], isForcePush: true [odo] I1103 08:46:43.530650 30179 sync.go:310] remote files marked for deletion are [/projects/*] [odo] I1103 08:46:43.530705 30179 exec.go:37] Executing command [rm -rf /projects/*] for pod: javaspringboot-ztpnuy-app-f5775dc66-xmdxg in container: tools [odo] I1103 08:46:43.815722 30179 sync.go:233] Copying files /tmp/2800860017/src /tmp/2800860017/src/main/java/com/example /tmp/2800860017/src/main /tmp/2800860017/src/test/java/com/example/demo/DemoApplicationTests.java /tmp/2800860017/docker /tmp/2800860017/kubernetes /tmp/2800860017/devfile.yaml /tmp/2800860017/src/main/resources /tmp/2800860017/src/test/java /tmp/2800860017/src/test /tmp/2800860017/.gitignore /tmp/2800860017/HELP.md /tmp/2800860017/pom.xml /tmp/2800860017/src/main/resources/application.properties /tmp/2800860017/src/main/java/com /tmp/2800860017/src/main/java/com/example/demo /tmp/2800860017/src/main/java/com/example/demo/DemoApplication.java /tmp/2800860017/src/test/java/com /tmp/2800860017/src/test/java/com/example/demo /tmp/2800860017/docker/Dockerfile /tmp/2800860017/src/main/java /tmp/2800860017/Dockerfile /tmp/2800860017/kubernetes/deploy.yaml /tmp/2800860017/mvnw.cmd /tmp/2800860017/mvnw /tmp/2800860017/src/test/java/com/example to pod [odo] I1103 08:46:43.816551 30179 copy.go:36] CopyFile arguments: localPath /tmp/2800860017, dest /projects/2800860017, targetPath /projects, copyFiles [/tmp/2800860017/src /tmp/2800860017/src/main/java/com/example /tmp/2800860017/src/main /tmp/2800860017/src/test/java/com/example/demo/DemoApplicationTests.java /tmp/2800860017/docker /tmp/2800860017/kubernetes /tmp/2800860017/devfile.yaml /tmp/2800860017/src/main/resources /tmp/2800860017/src/test/java /tmp/2800860017/src/test /tmp/2800860017/.gitignore /tmp/2800860017/HELP.md /tmp/2800860017/pom.xml /tmp/2800860017/src/main/resources/application.properties /tmp/2800860017/src/main/java/com /tmp/2800860017/src/main/java/com/example/demo /tmp/2800860017/src/main/java/com/example/demo/DemoApplication.java /tmp/2800860017/src/test/java/com /tmp/2800860017/src/test/java/com/example/demo /tmp/2800860017/docker/Dockerfile /tmp/2800860017/src/main/java /tmp/2800860017/Dockerfile /tmp/2800860017/kubernetes/deploy.yaml /tmp/2800860017/mvnw.cmd /tmp/2800860017/mvnw /tmp/2800860017/src/test/java/com/example], globalExps [.git .odo .odo/odo-file-index.json] [odo] I1103 08:46:43.817158 30179 copy.go:63] Executing command tar xf - -C /projects --no-same-owner [odo] I1103 08:46:43.817750 30179 copy.go:96] makeTar arguments: srcPath: /tmp/2800860017, destPath: /projects/2800860017, files: [/tmp/2800860017/src /tmp/2800860017/src/main/java/com/example /tmp/2800860017/src/main /tmp/2800860017/src/test/java/com/example/demo/DemoApplicationTests.java /tmp/2800860017/docker /tmp/2800860017/kubernetes /tmp/2800860017/devfile.yaml /tmp/2800860017/src/main/resources /tmp/2800860017/src/test/java /tmp/2800860017/src/test /tmp/2800860017/.gitignore /tmp/2800860017/HELP.md /tmp/2800860017/pom.xml /tmp/2800860017/src/main/resources/application.properties /tmp/2800860017/src/main/java/com /tmp/2800860017/src/main/java/com/example/demo /tmp/2800860017/src/main/java/com/example/demo/DemoApplication.java /tmp/2800860017/src/test/java/com /tmp/2800860017/src/test/java/com/example/demo /tmp/2800860017/docker/Dockerfile /tmp/2800860017/src/main/java /tmp/2800860017/Dockerfile /tmp/2800860017/kubernetes/deploy.yaml /tmp/2800860017/mvnw.cmd /tmp/2800860017/mvnw /tmp/2800860017/src/test/java/com/example] [odo] I1103 08:46:43.820555 30179 copy.go:127] Got abs path: /tmp/2800860017/src [odo] I1103 08:46:43.820572 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src [odo] I1103 08:46:43.820580 30179 copy.go:144] makeTar srcFile: 2800860017/src [odo] I1103 08:46:43.820585 30179 copy.go:145] makeTar destFile: src [odo] I1103 08:46:43.820590 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src, destBase: /projects, destFile: src [odo] I1103 08:46:43.820595 30179 copy.go:171] Corrected destinations: base: /projects file: src [odo] I1103 08:46:43.822370 30179 copy.go:127] Got abs path: /tmp/2800860017/src/main/java/com/example [odo] I1103 08:46:43.822385 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/main/java/com/example [odo] I1103 08:46:43.822391 30179 copy.go:144] makeTar srcFile: 2800860017/src/main/java/com/example [odo] I1103 08:46:43.822395 30179 copy.go:145] makeTar destFile: src/main/java/com/example [odo] I1103 08:46:43.822400 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/java/com/example, destBase: /projects, destFile: src/main/java/com/example [odo] I1103 08:46:43.822405 30179 copy.go:171] Corrected destinations: base: /projects file: src/main/java/com/example [odo] I1103 08:46:43.823008 30179 copy.go:127] Got abs path: /tmp/2800860017/src/main [odo] I1103 08:46:43.823019 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/main [odo] I1103 08:46:43.823025 30179 copy.go:144] makeTar srcFile: 2800860017/src/main [odo] I1103 08:46:43.823028 30179 copy.go:145] makeTar destFile: src/main [odo] I1103 08:46:43.823032 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main, destBase: /projects, destFile: src/main [odo] I1103 08:46:43.823035 30179 copy.go:171] Corrected destinations: base: /projects file: src/main [odo] I1103 08:46:43.823855 30179 copy.go:127] Got abs path: /tmp/2800860017/src/test/java/com/example/demo/DemoApplicationTests.java [odo] I1103 08:46:43.823868 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/test/java/com/example/demo/DemoApplicationTests.java [odo] I1103 08:46:43.823875 30179 copy.go:144] makeTar srcFile: 2800860017/src/test/java/com/example/demo/DemoApplicationTests.java [odo] I1103 08:46:43.823879 30179 copy.go:145] makeTar destFile: src/test/java/com/example/demo/DemoApplicationTests.java [odo] I1103 08:46:43.823886 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/test/java/com/example/demo/DemoApplicationTests.java, destBase: /projects, destFile: src/test/java/com/example/demo/DemoApplicationTests.java [odo] I1103 08:46:43.823890 30179 copy.go:171] Corrected destinations: base: /projects file: src/test/java/com/example/demo/DemoApplicationTests.java [odo] I1103 08:46:44.062143 30179 copy.go:127] Got abs path: /tmp/2800860017/docker [odo] I1103 08:46:44.062162 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/docker [odo] I1103 08:46:44.062170 30179 copy.go:144] makeTar srcFile: 2800860017/docker [odo] I1103 08:46:44.062174 30179 copy.go:145] makeTar destFile: docker [odo] I1103 08:46:44.062185 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/docker, destBase: /projects, destFile: docker [odo] I1103 08:46:44.062192 30179 copy.go:171] Corrected destinations: base: /projects file: docker [odo] I1103 08:46:44.062569 30179 copy.go:127] Got abs path: /tmp/2800860017/kubernetes [odo] I1103 08:46:44.062589 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/kubernetes [odo] I1103 08:46:44.062602 30179 copy.go:144] makeTar srcFile: 2800860017/kubernetes [odo] I1103 08:46:44.062606 30179 copy.go:145] makeTar destFile: kubernetes [odo] I1103 08:46:44.062609 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/kubernetes, destBase: /projects, destFile: kubernetes [odo] I1103 08:46:44.062612 30179 copy.go:171] Corrected destinations: base: /projects file: kubernetes [odo] I1103 08:46:44.062953 30179 copy.go:127] Got abs path: /tmp/2800860017/devfile.yaml [odo] I1103 08:46:44.062973 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/devfile.yaml [odo] I1103 08:46:44.062982 30179 copy.go:144] makeTar srcFile: 2800860017/devfile.yaml [odo] I1103 08:46:44.062985 30179 copy.go:145] makeTar destFile: devfile.yaml [odo] I1103 08:46:44.062989 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/devfile.yaml, destBase: /projects, destFile: devfile.yaml [odo] I1103 08:46:44.062992 30179 copy.go:171] Corrected destinations: base: /projects file: devfile.yaml [odo] I1103 08:46:44.063567 30179 copy.go:127] Got abs path: /tmp/2800860017/src/main/resources [odo] I1103 08:46:44.063576 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/main/resources [odo] I1103 08:46:44.063581 30179 copy.go:144] makeTar srcFile: 2800860017/src/main/resources [odo] I1103 08:46:44.063585 30179 copy.go:145] makeTar destFile: src/main/resources [odo] I1103 08:46:44.063642 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/resources, destBase: /projects, destFile: src/main/resources [odo] I1103 08:46:44.063648 30179 copy.go:171] Corrected destinations: base: /projects file: src/main/resources [odo] I1103 08:46:44.063993 30179 copy.go:127] Got abs path: /tmp/2800860017/src/test/java [odo] I1103 08:46:44.064006 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/test/java [odo] I1103 08:46:44.064011 30179 copy.go:144] makeTar srcFile: 2800860017/src/test/java [odo] I1103 08:46:44.064015 30179 copy.go:145] makeTar destFile: src/test/java [odo] I1103 08:46:44.064061 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/test/java, destBase: /projects, destFile: src/test/java [odo] I1103 08:46:44.064066 30179 copy.go:171] Corrected destinations: base: /projects file: src/test/java [odo] I1103 08:46:44.064342 30179 copy.go:127] Got abs path: /tmp/2800860017/src/test [odo] I1103 08:46:44.064355 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/test [odo] I1103 08:46:44.064360 30179 copy.go:144] makeTar srcFile: 2800860017/src/test [odo] I1103 08:46:44.064364 30179 copy.go:145] makeTar destFile: src/test [odo] I1103 08:46:44.064367 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/test, destBase: /projects, destFile: src/test [odo] I1103 08:46:44.064370 30179 copy.go:171] Corrected destinations: base: /projects file: src/test [odo] I1103 08:46:44.064761 30179 copy.go:127] Got abs path: /tmp/2800860017/.gitignore [odo] I1103 08:46:44.064772 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/.gitignore [odo] I1103 08:46:44.064778 30179 copy.go:144] makeTar srcFile: 2800860017/.gitignore [odo] I1103 08:46:44.064781 30179 copy.go:145] makeTar destFile: .gitignore [odo] I1103 08:46:44.064833 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/.gitignore, destBase: /projects, destFile: .gitignore [odo] I1103 08:46:44.064838 30179 copy.go:171] Corrected destinations: base: /projects file: .gitignore [odo] I1103 08:46:44.065429 30179 copy.go:127] Got abs path: /tmp/2800860017/HELP.md [odo] I1103 08:46:44.065438 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/HELP.md [odo] I1103 08:46:44.065443 30179 copy.go:144] makeTar srcFile: 2800860017/HELP.md [odo] I1103 08:46:44.065447 30179 copy.go:145] makeTar destFile: HELP.md [odo] I1103 08:46:44.065450 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/HELP.md, destBase: /projects, destFile: HELP.md [odo] I1103 08:46:44.065452 30179 copy.go:171] Corrected destinations: base: /projects file: HELP.md [odo] I1103 08:46:44.065897 30179 copy.go:127] Got abs path: /tmp/2800860017/pom.xml [odo] I1103 08:46:44.065940 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/pom.xml [odo] I1103 08:46:44.065947 30179 copy.go:144] makeTar srcFile: 2800860017/pom.xml [odo] I1103 08:46:44.065951 30179 copy.go:145] makeTar destFile: pom.xml [odo] I1103 08:46:44.065954 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/pom.xml, destBase: /projects, destFile: pom.xml [odo] I1103 08:46:44.065957 30179 copy.go:171] Corrected destinations: base: /projects file: pom.xml [odo] I1103 08:46:44.066427 30179 copy.go:127] Got abs path: /tmp/2800860017/src/main/resources/application.properties [odo] I1103 08:46:44.066438 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/main/resources/application.properties [odo] I1103 08:46:44.066446 30179 copy.go:144] makeTar srcFile: 2800860017/src/main/resources/application.properties [odo] I1103 08:46:44.066451 30179 copy.go:145] makeTar destFile: src/main/resources/application.properties [odo] I1103 08:46:44.066455 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/resources/application.properties, destBase: /projects, destFile: src/main/resources/application.properties [odo] I1103 08:46:44.066458 30179 copy.go:171] Corrected destinations: base: /projects file: src/main/resources/application.properties [odo] I1103 08:46:44.066997 30179 copy.go:127] Got abs path: /tmp/2800860017/src/main/java/com [odo] I1103 08:46:44.067007 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/main/java/com [odo] I1103 08:46:44.067012 30179 copy.go:144] makeTar srcFile: 2800860017/src/main/java/com [odo] I1103 08:46:44.067016 30179 copy.go:145] makeTar destFile: src/main/java/com [odo] I1103 08:46:44.067019 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/java/com, destBase: /projects, destFile: src/main/java/com [odo] I1103 08:46:44.067022 30179 copy.go:171] Corrected destinations: base: /projects file: src/main/java/com [odo] I1103 08:46:44.067744 30179 copy.go:127] Got abs path: /tmp/2800860017/src/main/java/com/example/demo [odo] I1103 08:46:44.067756 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/main/java/com/example/demo [odo] I1103 08:46:44.067765 30179 copy.go:144] makeTar srcFile: 2800860017/src/main/java/com/example/demo [odo] I1103 08:46:44.067773 30179 copy.go:145] makeTar destFile: src/main/java/com/example/demo [odo] I1103 08:46:44.067778 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/java/com/example/demo, destBase: /projects, destFile: src/main/java/com/example/demo [odo] I1103 08:46:44.067784 30179 copy.go:171] Corrected destinations: base: /projects file: src/main/java/com/example/demo [odo] I1103 08:46:44.068208 30179 copy.go:127] Got abs path: /tmp/2800860017/src/main/java/com/example/demo/DemoApplication.java [odo] I1103 08:46:44.068218 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/main/java/com/example/demo/DemoApplication.java [odo] I1103 08:46:44.068224 30179 copy.go:144] makeTar srcFile: 2800860017/src/main/java/com/example/demo/DemoApplication.java [odo] I1103 08:46:44.068227 30179 copy.go:145] makeTar destFile: src/main/java/com/example/demo/DemoApplication.java [odo] I1103 08:46:44.068231 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/java/com/example/demo/DemoApplication.java, destBase: /projects, destFile: src/main/java/com/example/demo/DemoApplication.java [odo] I1103 08:46:44.068234 30179 copy.go:171] Corrected destinations: base: /projects file: src/main/java/com/example/demo/DemoApplication.java [odo] I1103 08:46:44.068749 30179 copy.go:127] Got abs path: /tmp/2800860017/src/test/java/com [odo] I1103 08:46:44.068766 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/test/java/com [odo] I1103 08:46:44.068774 30179 copy.go:144] makeTar srcFile: 2800860017/src/test/java/com [odo] I1103 08:46:44.068779 30179 copy.go:145] makeTar destFile: src/test/java/com [odo] I1103 08:46:44.068784 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/test/java/com, destBase: /projects, destFile: src/test/java/com [odo] I1103 08:46:44.068792 30179 copy.go:171] Corrected destinations: base: /projects file: src/test/java/com [odo] I1103 08:46:44.069289 30179 copy.go:127] Got abs path: /tmp/2800860017/src/test/java/com/example/demo [odo] I1103 08:46:44.069302 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/test/java/com/example/demo [odo] I1103 08:46:44.069310 30179 copy.go:144] makeTar srcFile: 2800860017/src/test/java/com/example/demo [odo] I1103 08:46:44.069314 30179 copy.go:145] makeTar destFile: src/test/java/com/example/demo [odo] I1103 08:46:44.069318 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/test/java/com/example/demo, destBase: /projects, destFile: src/test/java/com/example/demo [odo] I1103 08:46:44.069322 30179 copy.go:171] Corrected destinations: base: /projects file: src/test/java/com/example/demo [odo] I1103 08:46:44.069739 30179 copy.go:127] Got abs path: /tmp/2800860017/docker/Dockerfile [odo] I1103 08:46:44.069748 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/docker/Dockerfile [odo] I1103 08:46:44.069754 30179 copy.go:144] makeTar srcFile: 2800860017/docker/Dockerfile [odo] I1103 08:46:44.069760 30179 copy.go:145] makeTar destFile: docker/Dockerfile [odo] I1103 08:46:44.069768 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/docker/Dockerfile, destBase: /projects, destFile: docker/Dockerfile [odo] I1103 08:46:44.069772 30179 copy.go:171] Corrected destinations: base: /projects file: docker/Dockerfile [odo] I1103 08:46:44.070216 30179 copy.go:127] Got abs path: /tmp/2800860017/src/main/java [odo] I1103 08:46:44.070227 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/main/java [odo] I1103 08:46:44.070233 30179 copy.go:144] makeTar srcFile: 2800860017/src/main/java [odo] I1103 08:46:44.070237 30179 copy.go:145] makeTar destFile: src/main/java [odo] I1103 08:46:44.070240 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/main/java, destBase: /projects, destFile: src/main/java [odo] I1103 08:46:44.070279 30179 copy.go:171] Corrected destinations: base: /projects file: src/main/java [odo] I1103 08:46:44.070602 30179 copy.go:127] Got abs path: /tmp/2800860017/Dockerfile [odo] I1103 08:46:44.070610 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/Dockerfile [odo] I1103 08:46:44.070615 30179 copy.go:144] makeTar srcFile: 2800860017/Dockerfile [odo] I1103 08:46:44.070618 30179 copy.go:145] makeTar destFile: Dockerfile [odo] I1103 08:46:44.070621 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/Dockerfile, destBase: /projects, destFile: Dockerfile [odo] I1103 08:46:44.070624 30179 copy.go:171] Corrected destinations: base: /projects file: Dockerfile [odo] I1103 08:46:44.071112 30179 copy.go:127] Got abs path: /tmp/2800860017/kubernetes/deploy.yaml [odo] I1103 08:46:44.071124 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/kubernetes/deploy.yaml [odo] I1103 08:46:44.071129 30179 copy.go:144] makeTar srcFile: 2800860017/kubernetes/deploy.yaml [odo] I1103 08:46:44.071137 30179 copy.go:145] makeTar destFile: kubernetes/deploy.yaml [odo] I1103 08:46:44.071140 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/kubernetes/deploy.yaml, destBase: /projects, destFile: kubernetes/deploy.yaml [odo] I1103 08:46:44.071146 30179 copy.go:171] Corrected destinations: base: /projects file: kubernetes/deploy.yaml [odo] I1103 08:46:44.071588 30179 copy.go:127] Got abs path: /tmp/2800860017/mvnw.cmd [odo] I1103 08:46:44.071601 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/mvnw.cmd [odo] I1103 08:46:44.071610 30179 copy.go:144] makeTar srcFile: 2800860017/mvnw.cmd [odo] I1103 08:46:44.071614 30179 copy.go:145] makeTar destFile: mvnw.cmd [odo] I1103 08:46:44.071620 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/mvnw.cmd, destBase: /projects, destFile: mvnw.cmd [odo] I1103 08:46:44.071624 30179 copy.go:171] Corrected destinations: base: /projects file: mvnw.cmd [odo] I1103 08:46:44.072133 30179 copy.go:127] Got abs path: /tmp/2800860017/mvnw [odo] I1103 08:46:44.072143 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/mvnw [odo] I1103 08:46:44.072148 30179 copy.go:144] makeTar srcFile: 2800860017/mvnw [odo] I1103 08:46:44.072152 30179 copy.go:145] makeTar destFile: mvnw [odo] I1103 08:46:44.072155 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/mvnw, destBase: /projects, destFile: mvnw [odo] I1103 08:46:44.072158 30179 copy.go:171] Corrected destinations: base: /projects file: mvnw [odo] I1103 08:46:44.072626 30179 copy.go:127] Got abs path: /tmp/2800860017/src/test/java/com/example [odo] I1103 08:46:44.072679 30179 copy.go:128] Making /tmp/2800860017 relative to /tmp/2800860017/src/test/java/com/example [odo] I1103 08:46:44.072706 30179 copy.go:144] makeTar srcFile: 2800860017/src/test/java/com/example [odo] I1103 08:46:44.072710 30179 copy.go:145] makeTar destFile: src/test/java/com/example [odo] I1103 08:46:44.072713 30179 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 2800860017/src/test/java/com/example, destBase: /projects, destFile: src/test/java/com/example [odo] I1103 08:46:44.072716 30179 copy.go:171] Corrected destinations: base: /projects file: src/test/java/com/example [odo] ✓ Syncing files into the container [685ms] [odo] I1103 08:46:44.168031 30179 kubeexec.go:40] GetProcessInfoForCommand for "defaultrun" [odo] I1103 08:46:44.168059 30179 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_defaultrun.pid || true] for pod: javaspringboot-ztpnuy-app-f5775dc66-xmdxg in container: runtime [odo] I1103 08:46:44.386460 30179 exec.go:96] cat: /opt/odo/.odo_cmd_defaultrun.pid: No such file or directory [odo] • Building your application in container (command: defaultbuild) ... [odo] I1103 08:46:44.387082 30179 innerloop.go:131] running=false, execRequired=true [odo] I1103 08:46:44.387699 30179 exec.go:37] Executing command [/bin/sh -c cd /projects && (mvn clean -Dmaven.repo.local=/data/cache/.m2/repository package -Dmaven.test.skip=true) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: javaspringboot-ztpnuy-app-f5775dc66-xmdxg in container: tools [odo] ✓ Building your application in container (command: defaultbuild) [12s] [odo] I1103 08:46:56.343453 30179 kubeexec.go:54] StartProcessForCommand for "defaultrun" [odo] I1103 08:46:56.343582 30179 retry.go:48] waiting for 5 second(s) before trying task "process for command \"defaultrun\"" [odo] I1103 08:46:56.343607 30179 exec.go:37] Executing command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_defaultrun.pid && cd /projects && (mvn -Dmaven.repo.local=/data/cache/.m2/repository spring-boot:run) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_defaultrun.pid] for pod: javaspringboot-ztpnuy-app-f5775dc66-xmdxg in container: runtime [odo] • Executing the application (command: defaultrun) ... [odo] I1103 08:47:01.344255 30179 execute_run.go:90] checking if process for command "defaultrun" is running [odo] I1103 08:47:01.344369 30179 kubeexec.go:40] GetProcessInfoForCommand for "defaultrun" [odo] I1103 08:47:01.344452 30179 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_defaultrun.pid || true] for pod: javaspringboot-ztpnuy-app-f5775dc66-xmdxg in container: runtime [odo] I1103 08:47:01.621420 30179 exec.go:96] 14 [odo] I1103 08:47:01.624470 30179 exec.go:37] Executing command [/bin/sh -c kill -0 14; echo $?] for pod: javaspringboot-ztpnuy-app-f5775dc66-xmdxg in container: runtime [odo] I1103 08:47:01.821604 30179 exec.go:96] 0 [odo] I1103 08:47:01.821723 30179 kubeexec.go:40] GetProcessInfoForCommand for "defaultrun" [odo] I1103 08:47:01.821744 30179 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_defaultrun.pid || true] for pod: javaspringboot-ztpnuy-app-f5775dc66-xmdxg in container: runtime [odo] I1103 08:47:02.084192 30179 exec.go:96] 14 [odo] I1103 08:47:02.099568 30179 exec.go:37] Executing command [/bin/sh -c kill -0 14; echo $?] for pod: javaspringboot-ztpnuy-app-f5775dc66-xmdxg in container: runtime [odo] I1103 08:47:02.324066 30179 exec.go:96] 0 [odo] • Waiting for the application to be ready ... [odo] I1103 08:47:03.327223 30179 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: javaspringboot-ztpnuy-app-f5775dc66-xmdxg in container: runtime [odo] I1103 08:47:03.506165 30179 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1103 08:47:03.506345 30179 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1103 08:47:03.506414 30179 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1103 08:47:03.506420 30179 exec.go:96] 0: 00000000000000000000000000000000:1F90 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1004100000 0 6162284 1 0000000000000000 100 0 0 10 0 [odo] I1103 08:47:03.506803 30179 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] ✓ Waiting for the application to be ready [1s] [odo] I1103 08:47:03.507723 30179 port.go:346] ports not listening: map[] [odo] - Forwarding from 127.0.0.1:46727 -> 8080 [odo] [odo] [odo] ↪ Dev mode [odo] Status: [odo] Watching for changes in the current directory /tmp/2800860017 [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] I1103 08:47:03.590275 30179 status.go:34] setting inner loop State "Ready" [odo] I1103 08:47:03.590346 30179 watch.go:271] deployment watcher Event: Type: MODIFIED, name: javaspringboot-ztpnuy-app, rv: 102079692, generation: 1, pods: 1 [odo] I1103 08:47:03.691704 30179 watch.go:348] filesystem watch event: CREATE "/tmp/2800860017/.odo/odo-file-index.json" [odo] I1103 08:47:03.692096 30179 watch.go:348] filesystem watch event: WRITE "/tmp/2800860017/.odo/odo-file-index.json" [odo] I1103 08:47:03.692262 30179 watch.go:348] filesystem watch event: WRITE "/tmp/2800860017/.odo/devstate.json" [odo] I1103 08:47:03.692512 30179 watch.go:348] filesystem watch event: WRITE "/tmp/2800860017/.odo/devstate.30179.json" Running oc with args [oc get pods --namespace cmd-dev-test2931nfk --selector=component=javaspringboot-ztpnuy -o jsonpath={.items[*].metadata.name}] and odo env: [] [oc] javaspringboot-ztpnuy-app-f5775dc66-xmdxgRunning oc with args [oc exec javaspringboot-ztpnuy-app-f5775dc66-xmdxg --namespace cmd-dev-test2931nfk -c runtime -- bash -c grep [s]pring-boot:run /proc/*/cmdline] and odo env: [] [oc] grep: /proc/14/cmdline: binary file matches [oc] grep: /proc/20/cmdline: binary file matches [FAILED] in [It] - /go/odo_1/tests/integration/cmd_dev_test.go:2942 @ 11/03/23 08:47:09.725 [odo] I1103 08:47:09.726089 30179 watch.go:333] Dev mode interrupted by user [odo] read: read /dev/stdin: input/output error [odo] I1103 08:47:09.726518 30179 exec.go:54] ExecuteCommand returned an an err: error while streaming command: context canceled. for command '[/bin/sh -c echo $$ > /opt/odo/.odo_cmd_defaultrun.pid && cd /projects && (mvn -Dmaven.repo.local=/data/cache/.m2/repository spring-boot:run) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_defaultrun.pid]' [odo] stdout: [] [odo] stderr: [] [odo] I1103 08:47:09.726558 30179 kubeexec.go:118] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_defaultrun.pid && cd /projects && (mvn -Dmaven.repo.local=/data/cache/.m2/repository spring-boot:run) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_defaultrun.pid]: error while streaming command: context canceled [odo] I1103 08:47:09.726571 30179 kubeexec.go:40] GetProcessInfoForCommand for "defaultrun" [odo] I1103 08:47:09.726587 30179 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_defaultrun.pid || true] for pod: javaspringboot-ztpnuy-app-f5775dc66-xmdxg in container: runtime [odo] I1103 08:47:09.727351 30179 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c100-e.eu-de.containers.cloud.ibm.com:31952/api/v1/namespaces/cmd-dev-test2931nfk/pods/javaspringboot-ztpnuy-app-f5775dc66-xmdxg/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_defaultrun.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c100-e.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_defaultrun.pid || true]' [odo] stdout: [] [odo] stderr: [] [odo] ✗ Finished executing the application (command: defaultrun) [13s] [odo] I1103 08:47:09.727396 30179 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_defaultrun.pid && cd /projects && (mvn -Dmaven.repo.local=/data/cache/.m2/repository spring-boot:run) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_defaultrun.pid]: error while streaming command: context canceled [odo] I1103 08:47:09.741062 30179 implem.go:114] The path for preference file is /tmp/1659201509/preference.yaml [odo] I1103 08:47:09.741755 30179 segment.go:268] Checking telemetry enable status [odo] I1103 08:47:09.741796 30179 segment.go:286] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I1103 08:47:09.832238 30179 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:47:09.832380 30179 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:47:10.704456 30179 all.go:67] all goroutines have returned in 872.226898ms [odo] I1103 08:47:10.704511 30179 all.go:76] query result: objects=616 Running oc with args [oc get project cmd-dev-test2931nfk -o jsonpath={.metadata.name}] and odo env: [] [oc] cmd-dev-test2931nfkDeleting project: cmd-dev-test2931nfk Running oc with args [oc delete project cmd-dev-test2931nfk --wait=false] and odo env: [] [oc] project.project.openshift.io "cmd-dev-test2931nfk" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/2800860017 Deleting dir: /tmp/1659201509 << Timeline [FAILED] Expected : to match regular expression : Binary file .* matches In [It] at: /go/odo_1/tests/integration/cmd_dev_test.go:2942 @ 11/03/23 08:47:09.725 ------------------------------ SSSS ------------------------------ • [125.311 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 ------------------------------ SSSSSSSSS ------------------------------ • [52.476 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 ------------------------------ S ------------------------------ • [34.827 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 ------------------------------ SSS ------------------------------ • [59.629 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 ------------------------------ • [41.057 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 ------------------------------ SSSSSSS ------------------------------ • [82.657 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 ------------------------------ • [28.327 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 ------------------------------ • [18.521 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 ------------------------------ S ------------------------------ • [12.889 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 ------------------------------ SS ------------------------------ • [63.112 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 ------------------------------ • [58.374 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 ------------------------------ • [24.667 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 ------------------------------ • [6.932 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 ------------------------------ SS ------------------------------ • [61.344 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 ------------------------------ • [70.291 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 ------------------------------ S ------------------------------ • [58.165 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 ------------------------------ • [132.384 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 ------------------------------ SSS ------------------------------ • [27.270 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 ------------------------------ SSS ------------------------------ • [7.751 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 ------------------------------ SSSS ------------------------------ • [88.052 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 ------------------------------ • [58.500 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 ------------------------------ S ------------------------------ • [47.505 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 ------------------------------ • [60.981 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 ------------------------------ • [6.679 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 ------------------------------ SSSSSSS ------------------------------ • [7.922 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 ------------------------------ • [69.517 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 ------------------------------ • [7.371 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 ------------------------------ S ------------------------------ • [117.594 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 ------------------------------ SSSS ------------------------------ • [5.493 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 ------------------------------ • [4.791 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 ------------------------------ SS ------------------------------ • [8.074 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 ------------------------------ • [62.000 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 ------------------------------ • [151.062 seconds] odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name should successfully use the volume components in container components /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 ------------------------------ • [60.968 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 ------------------------------ • [5.600 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 ------------------------------ • [7.476 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 ------------------------------ • [8.294 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 ------------------------------ SS ------------------------------ • [8.736 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 ------------------------------ S ------------------------------ • [58.104 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 ------------------------------ S ------------------------------ • [71.095 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 ------------------------------ SSSSSSSS ------------------------------ • [60.844 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 ------------------------------ • [118.720 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 ------------------------------ SSSS ------------------------------ • [86.573 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 ------------------------------ SS ------------------------------ • [62.158 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 ------------------------------ SSSSS ------------------------------ • [4.775 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 ------------------------------ 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: 2m4.9s) /go/odo_1/tests/integration/cmd_dev_test.go:4146 In [It] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:4146 Begin Captured GinkgoWriter Output >> ... [odo] ✗ Finished executing the application (command: run) [1m] [odo] I1103 08:49:48.238806 1003 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] I1103 08:49:48.241035 1003 implem.go:114] The path for preference file is /tmp/3920515912/preference.yaml [odo] I1103 08:49:48.241923 1003 segment.go:268] Checking telemetry enable status [odo] I1103 08:49:48.241955 1003 segment.go:286] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I1103 08:49:48.319835 1003 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:49:48.320000 1003 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:49:49.015737 1003 all.go:67] all goroutines have returned in 695.898745ms [odo] I1103 08:49:49.015821 1003 all.go:76] query result: objects=614 << End Captured GinkgoWriter Output Spec Goroutine goroutine 32721 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000263b90, {0x30feb48?, 0xc0003c5c38}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000263b90, {0x30feb48, 0xc0003c5c38}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc0015c9d50?, {0xc000756c40?, 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({0x269b4f3, 0xc000ab99e0}) /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 ------------------------------ • [5.768 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 ------------------------------ S ------------------------------ • [61.634 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 ------------------------------ SSSSSS ------------------------------ • [130.295 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 ------------------------------ S ------------------------------ • [59.181 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 ------------------------------ S ------------------------------ • [28.980 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 ------------------------------ • [7.564 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/3024004017 << Captured StdOut/StdErr Output ------------------------------ • [57.439 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 ------------------------------ • [7.772 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 ------------------------------ SS ------------------------------ • [119.280 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 ------------------------------ • [8.369 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 ------------------------------ S [7.197 seconds] odo devfile deploy command tests deploying devfile with long-running exec when pod security is enforced as restricted [It] 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 [SKIPPED] This is a Kubernetes specific scenario, skipping In [It] at: /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:678 @ 11/03/23 08:50:36.476 ------------------------------ SS ------------------------------ • [86.006 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 ------------------------------ • [30.513 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 ------------------------------ • [119.915 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 ------------------------------ • [59.488 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 ------------------------------ • [9.370 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 ------------------------------ • [132.128 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 ------------------------------ SSSS ------------------------------ • [89.026 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 ------------------------------ • [57.758 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 ------------------------------ S ------------------------------ • [31.251 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 ------------------------------ • [12.296 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 ------------------------------ SSS ------------------------------ • [8.729 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 ------------------------------ • [59.837 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 ------------------------------ S ------------------------------ • [6.120 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 ------------------------------ SSS ------------------------------ • [58.222 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 ------------------------------ • [84.053 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/1640416670 << Captured StdOut/StdErr Output ------------------------------ • [8.119 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 ------------------------------ SSSSS ------------------------------ • [4.308 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 ------------------------------ SS ------------------------------ • [83.328 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 ------------------------------ • [62.885 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 ------------------------------ SS ------------------------------ • [75.880 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 ------------------------------ • [13.471 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 ------------------------------ • [67.271 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 ------------------------------ • [6.092 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 ------------------------------ • [61.392 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 ------------------------------ S ------------------------------ • [27.589 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 ------------------------------ SSSSSSS ------------------------------ • [60.623 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 ------------------------------ • [26.807 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 ------------------------------ • [6.439 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 ------------------------------ • [103.022 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false when killing odo dev and another process replaces it should restart a new session successfully /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 ------------------------------ S ------------------------------ • [73.310 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 ------------------------------ SS ------------------------------ • [93.313 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 ------------------------------ S ------------------------------ • [85.194 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false when killing odo dev and running odo delete component --wait should have deleted all resources before returning /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 ------------------------------ S ------------------------------ • [92.408 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 ------------------------------ S ------------------------------ • [10.877 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 ------------------------------ • [111.178 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 ------------------------------ SS ------------------------------ S [7.174 seconds] odo dev command tests when a component is bootstrapped when pod security is enforced as restricted [It] 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 [SKIPPED] This is a Kubernetes specific scenario, skipping In [It] at: /go/odo_1/tests/integration/cmd_dev_test.go:416 @ 11/03/23 08:52:30.638 ------------------------------ • [6.904 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 ------------------------------ S ------------------------------ • [6.526 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 ------------------------------ • [73.369 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 ------------------------------ SS ------------------------------ Progress Report for Ginkgo Process #12 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: 3m33.546s) /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: 26.284s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:326 Begin Captured GinkgoWriter Output >> ... [odo] stderr: [] [odo] ✗ Finished executing the application (command: start-debug) [1m] [odo] I1103 08:52:18.769453 2796 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] I1103 08:52:18.770668 2796 segment.go:268] Checking telemetry enable status [odo] I1103 08:52:18.770693 2796 segment.go:286] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I1103 08:52:18.895468 2796 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:52:18.896087 2796 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:52:20.905933 2796 all.go:67] all goroutines have returned in 2.010455172s [odo] I1103 08:52:20.906061 2796 all.go:76] query result: objects=651 << End Captured GinkgoWriter Output Spec Goroutine goroutine 863 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00076ea80, {0x30feb48?, 0xc001264090}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00076ea80, {0x30feb48, 0xc001264090}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc0004546c0?, {0xc000628250?, 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(0xc0001b0000, {0x2d5356e, 0x2f}, {0xc000b83e70, 0x1, 0x0?}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309 github.com/onsi/ginkgo/v2.By({0x2d5356e?, 0xf7289d?}, {0xc000b83e70?, 0xeaeea0?, 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, 0xc000cf8900}) /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 ------------------------------ • [61.537 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 ------------------------------ S ------------------------------ • [226.725 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 ------------------------------ S ------------------------------ • [4.144 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 ------------------------------ • [84.567 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/1971887677 << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [59.945 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 ------------------------------ • [6.479 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 ------------------------------ S ------------------------------ • [90.450 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 ------------------------------ S ------------------------------ • [6.108 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 ------------------------------ S ------------------------------ • [66.950 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.001 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 ------------------------------ • [8.035 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 ------------------------------ • [62.252 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 ------------------------------ SSSSSS ------------------------------ • [59.707 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 ------------------------------ SSSSSSSS ------------------------------ • [41.616 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 ------------------------------ • [71.586 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 ------------------------------ SS ------------------------------ • [120.558 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 ------------------------------ • [60.463 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 ------------------------------ • [70.805 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 ------------------------------ • [5.495 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 ------------------------------ SSS ------------------------------ • [57.600 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 ------------------------------ • [6.639 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 ------------------------------ • [10.870 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 ------------------------------ • [103.576 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 ------------------------------ SS ------------------------------ • [57.271 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 ------------------------------ SSSSS ------------------------------ • [65.607 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 ------------------------------ SS ------------------------------ • [112.276 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 ------------------------------ • [55.913 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 ------------------------------ • [13.650 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 ------------------------------ • [131.852 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 ------------------------------ SSSSSS ------------------------------ Progress Report for Ginkgo Process #10 Automatically polling progress: odo dev command tests checking if odo dev matches local Devfile K8s resources and remote resources when odo dev is executed to run a devfile containing a k8s resource with apply command should have deleted the old resource and created the new resource (Spec Runtime: 2m4.651s) /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] I1103 08:54:21.714149 8873 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1103 08:54:21.715160 8873 port.go:319] port 8080 not listening in container "runtime" [odo] I1103 08:54:29.381820 8873 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: kxohpp-app-55fb68b679-9b7qc in container: runtime [odo] I1103 08:54:29.574076 8873 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1103 08:54:29.574112 8873 exec.go:96] 0: 171111AC:97A4 221A1068:01BB 06 00000000:00000000 03:00000BEC 00000000 0 0 0 3 0000000000000000 [odo] I1103 08:54:29.574123 8873 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1103 08:54:29.574196 8873 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1103 08:54:29.574201 8873 exec.go:96] 0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1006020000 0 6312213 1 0000000000000000 100 0 0 10 0 [odo] I1103 08:54:29.574207 8873 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1103 08:54:29.576408 8873 port.go:319] port 8080 not listening in container "runtime" << End Captured GinkgoWriter Output Spec Goroutine goroutine 37762 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0003b67e0, {0x30fed88?, 0xc001132360}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0003b67e0, {0x30fed88, 0xc001132360}, {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}, 0xc00048bfc0?, 0xc00048bfa0?, 0xc001133200) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000453e00) /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({0x1088f3e, 0xc001a08900}) /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 ------------------------------ • [81.134 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: 9932 << Captured StdOut/StdErr Output ------------------------------ • [135.122 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 ------------------------------ SS ------------------------------ • [11.595 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 ------------------------------ S ------------------------------ • [18.692 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/3985533997 << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [15.061 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 ------------------------------ • [15.844 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 ------------------------------ SSSS ------------------------------ • [65.389 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 ------------------------------ S ------------------------------ • [28.217 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 ------------------------------ • [75.145 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 ------------------------------ • [61.729 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 ------------------------------ • [15.756 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 ------------------------------ S ------------------------------ • [8.523 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 ------------------------------ SS ------------------------------ • [62.037 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 ------------------------------ S ------------------------------ • [49.966 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 ------------------------------ • [66.168 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 ------------------------------ • [8.092 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 ------------------------------ • [62.403 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 ------------------------------ • [81.967 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 ------------------------------ SS ------------------------------ • [73.593 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 ------------------------------ • [71.879 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 [7.893 seconds] odo devfile deploy command tests deploying devfile with exec [It] 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 [SKIPPED] This is a Kubernetes specific scenario, skipping In [It] at: /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:603 @ 11/03/23 08:55:44.77 ------------------------------ SS ------------------------------ • [140.431 seconds] odo dev command tests when running odo dev with devfile containing volume-component - without metadata.name should successfully use the volume components in container components /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 ------------------------------ SS ------------------------------ • [8.101 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 ------------------------------ • [211.023 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 ------------------------------ SSSSS ------------------------------ • [87.563 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/2544352168 << Captured StdOut/StdErr Output ------------------------------ • [3.660 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.321 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 ------------------------------ S ------------------------------ • [92.090 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 ------------------------------ SS ------------------------------ • [62.164 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 ------------------------------ SS ------------------------------ • [159.138 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 ------------------------------ S ------------------------------ • [5.961 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 ------------------------------ SSSSSS ------------------------------ • [59.214 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 ------------------------------ SSS ------------------------------ • [5.160 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 ------------------------------ S [3.856 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 @ 11/03/23 08:56:37.751 ------------------------------ • [122.445 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 ------------------------------ S ------------------------------ • [60.234 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 ------------------------------ SS• ------------------------------ • [117.155 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 ------------------------------ • [64.083 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 ------------------------------ SSS ------------------------------ • [59.687 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 ------------------------------ • [8.855 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 ------------------------------ • [58.138 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 ------------------------------ SS ------------------------------ • [60.051 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 ------------------------------ S ------------------------------ • [81.235 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 ------------------------------ SS ------------------------------ • [29.905 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 ------------------------------ SSS ------------------------------ • [82.429 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 ------------------------------ SS ------------------------------ • [114.427 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 ------------------------------ SSSS ------------------------------ • [6.233 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 ------------------------------ • [6.620 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 ------------------------------ S ------------------------------ • [10.028 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 ------------------------------ • [5.373 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 ------------------------------ • [5.911 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 ------------------------------ • [4.979 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 ------------------------------ S ------------------------------ • [44.354 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 ------------------------------ SSS ------------------------------ • [60.086 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 ------------------------------ • [62.954 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 ------------------------------ S ------------------------------ • [60.632 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=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 ------------------------------ • [7.572 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 ------------------------------ • [9.149 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 ------------------------------ S [5.439 seconds] odo devfile deploy command tests deploying devfile with exec [It] 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 [SKIPPED] This is a Kubernetes specific scenario, skipping In [It] at: /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:603 @ 11/03/23 08:57:43.534 ------------------------------ S ------------------------------ • [6.537 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 ------------------------------ SS ------------------------------ • [16.092 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 ------------------------------ SS ------------------------------ • [50.446 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 ------------------------------ • [132.154 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 ------------------------------ • [28.926 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 ------------------------------ • [59.210 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 ------------------------------ S ------------------------------ • [99.427 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 ------------------------------ • [154.615 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 ------------------------------ S ------------------------------ • [78.739 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 ------------------------------ SSSSS ------------------------------ • [58.801 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 ------------------------------ • [95.131 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 ------------------------------ SS ------------------------------ • [6.819 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 ------------------------------ S ------------------------------ • [9.818 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/3788219799 << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [FAILED] [48.418 seconds] odo dev command tests Devfile with no metadata.name when running odo dev against a component with no source code [It] 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 Timeline >> Created dir: /tmp/1924075849 Created dir: /tmp/1258967511 Setting KUBECONFIG=/tmp/1258967511/config Running oc with args [oc get project cmd-dev-test3873auj -o jsonpath={.metadata.name}] and odo env: [] [oc] Error from server (NotFound): namespaces "cmd-dev-test3873auj" not found Creating a new project: cmd-dev-test3873auj Running oc with args [oc new-project cmd-dev-test3873auj] and odo env: [] [oc] Now using project "cmd-dev-test3873auj" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31952". [oc] [oc] You can add applications to this project with the 'new-app' command. For example, try: [oc] [oc] oc new-app rails-postgresql-example [oc] [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: [oc] [oc] kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname [oc] Running oc with args [oc get project] and odo env: [] [oc] NAME DISPLAY NAME STATUS [oc] apgr-namespace Active [oc] calico-system Active [oc] cmd-delete-test151khq Active [oc] cmd-delete-test517dmh Active [oc] cmd-describe-component-test477lwo Active [oc] cmd-dev-api-server-test123agz Active [oc] cmd-dev-debug-test163zyj Active [oc] cmd-dev-test1338faf Active [oc] cmd-dev-test1743vwd Active [oc] cmd-dev-test2197xsk Active [oc] cmd-dev-test2709lrl Active [oc] cmd-dev-test2709pfd Active [oc] cmd-dev-test2772kho Active [oc] cmd-dev-test3538tjt Active [oc] cmd-dev-test3834njl Active [oc] cmd-dev-test3873auj Active [oc] cmd-dev-test5007kkj Active [oc] cmd-devfile-deploy-test601dei Terminating [oc] cmd-devfile-deploy-test648qbe Terminating [oc] cmd-logs-test219ogk Active [oc] cmd-logs-test291ufv Terminating [oc] cmd-namespace-test115tkr Active [oc] cmd-namespace-test122rwl Terminating [oc] default Active [oc] generic-test100lvl Active [oc] ibm-cert-store Active [oc] ibm-odf-validation-webhook Active [oc] ibm-system Active [oc] kube-node-lease Active [oc] kube-public Active [oc] kube-system Active [oc] laxu-namespace Active [oc] openshift Active [oc] openshift-apiserver Active [oc] openshift-apiserver-operator Active [oc] openshift-authentication Active [oc] openshift-authentication-operator Active [oc] openshift-cloud-credential-operator Active [oc] openshift-cloud-network-config-controller Active [oc] openshift-cluster-csi-drivers Active [oc] openshift-cluster-machine-approver Active [oc] openshift-cluster-node-tuning-operator Active [oc] openshift-cluster-samples-operator Active [oc] openshift-cluster-storage-operator Active [oc] openshift-cluster-version Active [oc] openshift-config Active [oc] openshift-config-managed Active [oc] openshift-config-operator Active [oc] openshift-console Active [oc] openshift-console-operator Active [oc] openshift-console-user-settings Active [oc] openshift-controller-manager Active [oc] openshift-controller-manager-operator Active [oc] openshift-dns Active [oc] openshift-dns-operator Active [oc] openshift-etcd Active [oc] openshift-etcd-operator Active [oc] openshift-image-registry Active [oc] openshift-infra Active [oc] openshift-ingress Active [oc] openshift-ingress-canary Active [oc] openshift-ingress-operator Active [oc] openshift-insights Active [oc] openshift-kube-apiserver Active [oc] openshift-kube-apiserver-operator Active [oc] openshift-kube-controller-manager Active [oc] openshift-kube-controller-manager-operator Active [oc] openshift-kube-proxy Active [oc] openshift-kube-scheduler Active [oc] openshift-kube-scheduler-operator Active [oc] openshift-kube-storage-version-migrator Active [oc] openshift-kube-storage-version-migrator-operator Active [oc] openshift-machine-api Active [oc] openshift-machine-config-operator Active [oc] openshift-marketplace Active [oc] openshift-monitoring Active [oc] openshift-multus Active [oc] openshift-network-diagnostics Active [oc] openshift-network-operator Active [oc] openshift-node Active [oc] openshift-operator-lifecycle-manager Active [oc] openshift-operators Active [oc] openshift-roks-metrics Active [oc] openshift-route-controller-manager Active [oc] openshift-service-ca Active [oc] openshift-service-ca-operator Active [oc] openshift-user-workload-monitoring Active [oc] phmartin Active [oc] tigera-operator Active [oc] ubkm-project Active Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test3873auj] and odo env: [] [oc] configmap/config-map-for-cleanup created Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/1924075849 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1103 08:57:50.778430 18722 implem.go:114] The path for preference file is /tmp/1258967511/preference.yaml [odo] Successfully removed registry [odo] I1103 08:57:50.779769 18722 implem.go:114] The path for preference file is /tmp/1258967511/preference.yaml [odo] I1103 08:57:50.780126 18722 segment.go:268] Checking telemetry enable status [odo] I1103 08:57:50.780135 18722 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] I1103 08:57:51.040240 18731 implem.go:114] The path for preference file is /tmp/1258967511/preference.yaml [odo] New registry successfully added [odo] I1103 08:57:51.042125 18731 implem.go:114] The path for preference file is /tmp/1258967511/preference.yaml [odo] I1103 08:57:51.042626 18731 segment.go:268] Checking telemetry enable status [odo] I1103 08:57:51.042639 18731 segment.go:286] Sending telemetry disabled by env variable Setting current dir to: /tmp/1924075849 Running odo with args [odo dev --random-ports --api-server=false] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no] [odo] I1103 08:57:51.307213 18740 version.go:37] executing [podman version --format json] [odo] I1103 08:57:51.307911 18740 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I1103 08:57:51.307931 18740 implem.go:114] The path for preference file is /tmp/1258967511/preference.yaml [odo] I1103 08:57:51.308694 18740 context.go:172] absolute devfile path: '/tmp/1924075849/devfile.yaml' [odo] I1103 08:57:51.308721 18740 context.go:113] absolute devfile path: '/tmp/1924075849/devfile.yaml' [odo] I1103 08:57:51.309571 18740 content.go:48] converted devfile YAML to JSON [odo] I1103 08:57:51.309675 18740 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:57:51.309713 18740 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:57:51.326883 18740 schema.go:61] validated devfile schema [odo] I1103 08:57:51.339764 18740 validate.go:45] Successfully validated devfile sections [odo] I1103 08:57:51.339788 18740 validate.go:45] Successfully validated devfile sections [odo] I1103 08:57:51.580809 18740 alizer.go:104] Found components: [] [odo] I1103 08:57:51.582009 18740 alizer.go:124] Path: /tmp/1924075849, Detected name: 1924075849, Sanitized name: x1924075849 [odo] I1103 08:57:51.582530 18740 kclient.go:237] Checking if "projects" resource is supported [odo] __ [odo] / \__ Developing using the "x1924075849" Devfile [odo] \__/ \ Namespace: cmd-dev-test3873auj [odo] / \__/ odo version: v3.15.0 (faadb7c53) [odo] \__/ [odo] [odo] ↪ Running on the cluster in Dev mode [odo] I1103 08:57:51.754561 18740 kubedev.go:79] Creating new adapter [odo] I1103 08:57:51.754575 18740 kubedev.go:87] Creating inner-loop resources for the component [odo] I1103 08:57:51.754597 18740 watch.go:105] starting WatchAndPush, path: /tmp/1924075849, component: x1924075849, ignores [.git .odo .odo/odo-file-index.json] [odo] I1103 08:57:51.755339 18740 file_watcher.go:130] adding watch on path /tmp/1924075849 [odo] I1103 08:57:51.755368 18740 file_watcher.go:130] adding watch on path /tmp/1924075849/.odo [odo] I1103 08:57:51.767088 18740 watch.go:423] Copying files [] to pod [odo] I1103 08:57:51.767223 18740 context.go:172] absolute devfile path: '/tmp/1924075849/devfile.yaml' [odo] I1103 08:57:51.767234 18740 context.go:113] absolute devfile path: '/tmp/1924075849/devfile.yaml' [odo] I1103 08:57:51.767771 18740 content.go:48] converted devfile YAML to JSON [odo] I1103 08:57:51.767830 18740 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:57:51.767839 18740 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:57:51.773441 18740 schema.go:61] validated devfile schema [odo] I1103 08:57:51.773686 18740 validate.go:45] Successfully validated devfile sections [odo] I1103 08:57:51.773716 18740 components.go:69] component state: "" [odo] • Waiting for Kubernetes resources ... [odo] I1103 08:57:51.787945 18740 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:57:51.800780 18740 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] I1103 08:57:51.839460 18740 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:57:51.877747 18740 components.go:346] Creating deployment x1924075849-app [odo] I1103 08:57:51.877763 18740 components.go:347] The component name is x1924075849 [odo] I1103 08:57:51.881729 18740 kclient.go:286] Kubernetes version is "v1.25.12+ba5cc25" [odo] I1103 08:57:51.881748 18740 kclient.go:298] Cluster has support for SSA: true [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") [odo] I1103 08:57:51.995086 18740 components.go:378] Successfully created component x1924075849 [odo] I1103 08:57:52.048923 18740 components.go:390] Successfully created Service for component x1924075849 [odo] I1103 08:57:52.067620 18740 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:57:52.068981 18740 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:57:52.126207 18740 all.go:67] all goroutines have returned in 58.58217ms [odo] I1103 08:57:52.126271 18740 all.go:76] query result: objects=5 [odo] I1103 08:57:52.126325 18740 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:57:52.132154 18740 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:57:52.137006 18740 service.go:75] Getting list of services [odo] I1103 08:57:52.137020 18740 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:57:52.183903 18740 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:57:52.183957 18740 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:57:52.193842 18740 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:57:52.202061 18740 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:57:52.212455 18740 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:57:52.232415 18740 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:57:52.232433 18740 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:57:52.237088 18740 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:57:52.240589 18740 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:57:52.244267 18740 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:57:52.253644 18740 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:57:52.283086 18740 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:57:52.339710 18740 components.go:134] Deployment has been updated to generation 1. Waiting new event... [odo] I1103 08:57:52.339887 18740 status.go:34] setting inner loop State "WaitDeployment" [odo] I1103 08:57:52.343750 18740 watch.go:271] deployment watcher Event: Type: ADDED, name: x1924075849-app, rv: 102113676, generation: 1, pods: 0 [odo] =================== [odo] ⚠ Pod is Pending [odo] =================== [odo] I1103 08:57:52.345260 18740 watch.go:271] deployment watcher Event: Type: MODIFIED, name: x1924075849-app, rv: 102113683, generation: 1, pods: 0 [odo] I1103 08:57:52.345919 18740 watch.go:271] deployment watcher Event: Type: MODIFIED, name: x1924075849-app, rv: 102113688, generation: 1, pods: 0 [odo] I1103 08:57:52.346076 18740 watch.go:271] deployment watcher Event: Type: MODIFIED, name: x1924075849-app, rv: 102113697, generation: 1, pods: 0 [odo] I1103 08:57:52.644673 18740 watch.go:423] Copying files [] to pod [odo] I1103 08:57:52.645103 18740 context.go:172] absolute devfile path: '/tmp/1924075849/devfile.yaml' [odo] I1103 08:57:52.645125 18740 context.go:113] absolute devfile path: '/tmp/1924075849/devfile.yaml' [odo] I1103 08:57:52.646135 18740 content.go:48] converted devfile YAML to JSON [odo] I1103 08:57:52.646279 18740 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:57:52.646294 18740 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:57:52.664817 18740 schema.go:61] validated devfile schema [odo] I1103 08:57:52.666381 18740 validate.go:45] Successfully validated devfile sections [odo] I1103 08:57:52.666457 18740 components.go:69] component state: "WaitDeployment" [odo] I1103 08:57:52.681372 18740 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:57:52.694817 18740 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] I1103 08:57:52.741464 18740 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:57:52.797267 18740 components.go:346] Creating deployment x1924075849-app [odo] I1103 08:57:52.797302 18740 components.go:347] The component name is x1924075849 [odo] I1103 08:57:52.797324 18740 components.go:350] The component already exists, attempting to update it [odo] I1103 08:57:52.797339 18740 components.go:352] Applying deployment [odo] I1103 08:57:52.841224 18740 components.go:361] Successfully updated component x1924075849 [odo] I1103 08:57:52.881476 18740 components.go:748] Successfully update Service for component x1924075849 [odo] I1103 08:57:52.912609 18740 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:57:52.912864 18740 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:57:52.987563 18740 all.go:67] all goroutines have returned in 74.953658ms [odo] I1103 08:57:52.987600 18740 all.go:76] query result: objects=6 [odo] I1103 08:57:52.987653 18740 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:57:52.987684 18740 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:57:52.987698 18740 service.go:75] Getting list of services [odo] I1103 08:57:52.987713 18740 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:57:53.029235 18740 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:57:53.029262 18740 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:57:53.041511 18740 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:57:53.050934 18740 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:57:53.061566 18740 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:57:53.073104 18740 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:57:53.073118 18740 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:57:53.077636 18740 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:57:53.081960 18740 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:57:53.087855 18740 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:57:53.094515 18740 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:57:53.108161 18740 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:57:53.134366 18740 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I1103 08:57:53.134436 18740 status.go:34] setting inner loop State "WaitDeployment" [odo] I1103 08:57:53.134510 18740 watch.go:271] deployment watcher Event: Type: MODIFIED, name: x1924075849-app, rv: 102113732, generation: 1, pods: 0 [odo] ✓ Pod is Running [odo] I1103 08:57:54.684349 18740 watch.go:271] deployment watcher Event: Type: MODIFIED, name: x1924075849-app, rv: 102113889, generation: 1, pods: 1 [odo] I1103 08:57:54.987571 18740 watch.go:423] Copying files [] to pod [odo] I1103 08:57:54.993304 18740 context.go:172] absolute devfile path: '/tmp/1924075849/devfile.yaml' [odo] I1103 08:57:54.993638 18740 context.go:113] absolute devfile path: '/tmp/1924075849/devfile.yaml' [odo] I1103 08:57:54.995917 18740 content.go:48] converted devfile YAML to JSON [odo] I1103 08:57:54.996169 18740 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:57:54.996933 18740 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:57:55.025867 18740 schema.go:61] validated devfile schema [odo] I1103 08:57:55.028887 18740 validate.go:45] Successfully validated devfile sections [odo] I1103 08:57:55.029145 18740 components.go:69] component state: "WaitDeployment" [odo] I1103 08:57:55.044513 18740 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:57:55.057755 18740 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] I1103 08:57:55.091717 18740 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:57:55.211335 18740 components.go:346] Creating deployment x1924075849-app [odo] I1103 08:57:55.211365 18740 components.go:347] The component name is x1924075849 [odo] I1103 08:57:55.211521 18740 components.go:350] The component already exists, attempting to update it [odo] I1103 08:57:55.211544 18740 components.go:352] Applying deployment [odo] I1103 08:57:55.289108 18740 components.go:361] Successfully updated component x1924075849 [odo] I1103 08:57:55.320449 18740 components.go:748] Successfully update Service for component x1924075849 [odo] I1103 08:57:55.346283 18740 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:57:55.354490 18740 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:57:55.392397 18740 all.go:67] all goroutines have returned in 46.095532ms [odo] I1103 08:57:55.392490 18740 all.go:76] query result: objects=6 [odo] I1103 08:57:55.392578 18740 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:57:55.392638 18740 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:57:55.392738 18740 service.go:75] Getting list of services [odo] I1103 08:57:55.392800 18740 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:57:55.443593 18740 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:57:55.443627 18740 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:57:55.467688 18740 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:57:55.478853 18740 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:57:55.490101 18740 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:57:55.513882 18740 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:57:55.514064 18740 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:57:55.519440 18740 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:57:55.524140 18740 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:57:55.528128 18740 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:57:55.537598 18740 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:57:55.548863 18740 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] • Syncing files into the container ... [odo] I1103 08:57:55.634600 18740 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1924075849, destBase: ., destFile: . [odo] I1103 08:57:55.634614 18740 file_indexer.go:406] Corrected destinations: base: . file: . [odo] I1103 08:57:55.635351 18740 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1924075849/.gitignore, destBase: ., destFile: .gitignore [odo] I1103 08:57:55.635363 18740 file_indexer.go:406] Corrected destinations: base: . file: .gitignore [odo] I1103 08:57:55.635553 18740 file_indexer.go:453] file added: /tmp/1924075849/.gitignore [odo] I1103 08:57:55.635572 18740 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1924075849/.odo, destBase: ., destFile: .odo [odo] I1103 08:57:55.635576 18740 file_indexer.go:406] Corrected destinations: base: . file: .odo [odo] I1103 08:57:55.635735 18740 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1924075849/devfile.yaml, destBase: ., destFile: devfile.yaml [odo] I1103 08:57:55.635744 18740 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml [odo] I1103 08:57:55.635930 18740 file_indexer.go:453] file added: /tmp/1924075849/devfile.yaml [odo] I1103 08:57:55.636290 18740 sync.go:138] List of files to be deleted: +[] [odo] I1103 08:57:55.636302 18740 sync.go:140] List of files changed: +[/tmp/1924075849/.gitignore /tmp/1924075849/devfile.yaml] [odo] I1103 08:57:55.636309 18740 sync.go:193] Push: componentName: x1924075849, path: /tmp/1924075849, files: [/tmp/1924075849/.gitignore /tmp/1924075849/devfile.yaml], delFiles: [*], isForcePush: true [odo] I1103 08:57:55.636577 18740 sync.go:310] remote files marked for deletion are [/projects/*] [odo] I1103 08:57:55.636608 18740 exec.go:37] Executing command [rm -rf /projects/*] for pod: x1924075849-app-6cb9f6cc5b-4vtjw in container: runtime [odo] I1103 08:57:55.808400 18740 sync.go:233] Copying files /tmp/1924075849/.gitignore /tmp/1924075849/devfile.yaml to pod [odo] I1103 08:57:55.808522 18740 copy.go:36] CopyFile arguments: localPath /tmp/1924075849, dest /projects/1924075849, targetPath /projects, copyFiles [/tmp/1924075849/.gitignore /tmp/1924075849/devfile.yaml], globalExps [.git .odo .odo/odo-file-index.json] [odo] I1103 08:57:55.808543 18740 copy.go:63] Executing command tar xf - -C /projects --no-same-owner [odo] I1103 08:57:55.808660 18740 copy.go:96] makeTar arguments: srcPath: /tmp/1924075849, destPath: /projects/1924075849, files: [/tmp/1924075849/.gitignore /tmp/1924075849/devfile.yaml] [odo] I1103 08:57:55.808933 18740 copy.go:127] Got abs path: /tmp/1924075849/.gitignore [odo] I1103 08:57:55.808940 18740 copy.go:128] Making /tmp/1924075849 relative to /tmp/1924075849/.gitignore [odo] I1103 08:57:55.808946 18740 copy.go:144] makeTar srcFile: 1924075849/.gitignore [odo] I1103 08:57:55.808950 18740 copy.go:145] makeTar destFile: .gitignore [odo] I1103 08:57:55.808954 18740 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 1924075849/.gitignore, destBase: /projects, destFile: .gitignore [odo] I1103 08:57:55.808958 18740 copy.go:171] Corrected destinations: base: /projects file: .gitignore [odo] I1103 08:57:55.936414 18740 copy.go:127] Got abs path: /tmp/1924075849/devfile.yaml [odo] I1103 08:57:55.936427 18740 copy.go:128] Making /tmp/1924075849 relative to /tmp/1924075849/devfile.yaml [odo] I1103 08:57:55.936433 18740 copy.go:144] makeTar srcFile: 1924075849/devfile.yaml [odo] I1103 08:57:55.936437 18740 copy.go:145] makeTar destFile: devfile.yaml [odo] I1103 08:57:55.936441 18740 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 1924075849/devfile.yaml, destBase: /projects, destFile: devfile.yaml [odo] I1103 08:57:55.936447 18740 copy.go:171] Corrected destinations: base: /projects file: devfile.yaml [odo] ✓ Syncing files into the container [384ms] [odo] I1103 08:57:56.019706 18740 kubeexec.go:40] GetProcessInfoForCommand for "devrun" [odo] I1103 08:57:56.019727 18740 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_devrun.pid || true] for pod: x1924075849-app-6cb9f6cc5b-4vtjw in container: runtime [odo] I1103 08:57:56.233630 18740 exec.go:96] cat: /opt/odo/.odo_cmd_devrun.pid: No such file or directory [odo] • Building your application in container (command: devbuild) ... [odo] I1103 08:57:56.237105 18740 innerloop.go:131] running=false, execRequired=true [odo] I1103 08:57:56.237222 18740 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: x1924075849-app-6cb9f6cc5b-4vtjw in container: runtime [odo] I1103 08:57:56.973427 18740 exec.go:54] ExecuteCommand returned an an err: error while streaming command: command terminated with exit code 254. 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) [736ms] [odo] npm ERR! code ENOENT [odo] npm ERR! syscall open [odo] npm ERR! path /projects/package.json [odo] npm ERR! errno -2 [odo] npm ERR! enoent ENOENT: no such file or directory, open '/projects/package.json' [odo] npm ERR! enoent This is related to npm not being able to find a file. [odo] npm ERR! enoent [odo] [odo] npm ERR! A complete log of this run can be found in: [odo] npm ERR! /opt/app-root/src/.npm/_logs/2023-11-03T08_57_56_795Z-debug-0.log [odo] I1103 08:57:57.064817 18740 status.go:34] setting inner loop State "Ready" [odo] I1103 08:57:57.064853 18740 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 254 [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 254 [odo] [odo] [odo] ↪ Dev mode [odo] Status: [odo] Watching for changes in the current directory /tmp/1924075849 [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] I1103 08:57:57.064914 18740 watch.go:271] deployment watcher Event: Type: MODIFIED, name: x1924075849-app, rv: 102113903, generation: 1, pods: 1 [odo] I1103 08:57:57.165451 18740 watch.go:348] filesystem watch event: CREATE "/tmp/1924075849/.odo/odo-file-index.json" [odo] I1103 08:57:57.166205 18740 watch.go:348] filesystem watch event: WRITE "/tmp/1924075849/.odo/odo-file-index.json" Running oc with args [oc get pods --namespace cmd-dev-test3873auj --selector=component=x1924075849 -o jsonpath={.items[*].metadata.name}] and odo env: [] [oc] x1924075849-app-6cb9f6cc5b-4vtjwRunning oc with args [oc exec x1924075849-app-6cb9f6cc5b-4vtjw --namespace cmd-dev-test3873auj -c runtime -- /bin/sh -c cat /opt/odo/.odo_cmd_devrun.pid] and odo env: [] [oc] cat: /opt/odo/.odo_cmd_devrun.pid: No such file or directory [oc] command terminated with exit code 1 [FAILED] in [It] - /go/odo_1/tests/helper/helper_cmd_wrapper.go:101 @ 11/03/23 08:58:02.413 [odo] read: read /dev/stdin: input/output error [odo] I1103 08:58:02.417236 18740 watch.go:333] Dev mode interrupted by user [odo] I1103 08:58:02.429161 18740 implem.go:114] The path for preference file is /tmp/1258967511/preference.yaml [odo] I1103 08:58:02.430227 18740 segment.go:268] Checking telemetry enable status [odo] I1103 08:58:02.430282 18740 segment.go:286] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I1103 08:58:02.610332 18740 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:58:02.612994 18740 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:58:03.487543 18740 all.go:67] all goroutines have returned in 877.22476ms [odo] I1103 08:58:03.487576 18740 all.go:76] query result: objects=608 Running oc with args [oc get project cmd-dev-test3873auj -o jsonpath={.metadata.name}] and odo env: [] [oc] cmd-dev-test3873aujDeleting project: cmd-dev-test3873auj Running oc with args [oc delete project cmd-dev-test3873auj --wait=false] and odo env: [] [oc] project.project.openshift.io "cmd-dev-test3873auj" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/1924075849 Deleting dir: /tmp/1258967511 << Timeline [FAILED] No future change is possible. Bailing out early after 0.852s. Running oc with args [oc exec x1924075849-app-6cb9f6cc5b-4vtjw --namespace cmd-dev-test3873auj -c runtime -- /bin/sh -c cat /opt/odo/.odo_cmd_devrun.pid] and odo env: [] Expected : 1 to match exit code: : 0 In [It] at: /go/odo_1/tests/helper/helper_cmd_wrapper.go:101 @ 11/03/23 08:58:02.413 ------------------------------ • [8.360 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 ------------------------------ S ------------------------------ • [9.153 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 ------------------------------ S ------------------------------ • [61.307 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 ------------------------------ SS ------------------------------ • [9.529 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 ------------------------------ • [59.177 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 ------------------------------ • [129.724 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 ------------------------------ S ------------------------------ • [58.648 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 ------------------------------ • [60.187 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 ------------------------------ • [131.047 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 ------------------------------ • [FAILED] [48.290 seconds] odo dev command tests when running odo dev --no-watch and build command throws an error [It] 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 Timeline >> Created dir: /tmp/1530935550 Created dir: /tmp/1868945562 Setting KUBECONFIG=/tmp/1868945562/config Running oc with args [oc get project cmd-dev-test2898kdy -o jsonpath={.metadata.name}] and odo env: [] [oc] Error from server (NotFound): namespaces "cmd-dev-test2898kdy" not found Creating a new project: cmd-dev-test2898kdy Running oc with args [oc new-project cmd-dev-test2898kdy] and odo env: [] [oc] Now using project "cmd-dev-test2898kdy" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31952". [oc] [oc] You can add applications to this project with the 'new-app' command. For example, try: [oc] [oc] oc new-app rails-postgresql-example [oc] [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: [oc] [oc] kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname [oc] Running oc with args [oc get project] and odo env: [] [oc] NAME DISPLAY NAME STATUS [oc] apgr-namespace Active [oc] calico-system Active [oc] cmd-delete-test151khq Active [oc] cmd-delete-test517dmh Terminating [oc] cmd-describe-component-test477frm Active [oc] cmd-dev-api-server-test123agz Terminating [oc] cmd-dev-test1463lxf Active [oc] cmd-dev-test1612vky Active [oc] cmd-dev-test1743vwd Active [oc] cmd-dev-test1788thz Active [oc] cmd-dev-test2197xsk Active [oc] cmd-dev-test2709lrl Active [oc] cmd-dev-test2709pfd Active [oc] cmd-dev-test2898kdy Active [oc] cmd-dev-test3538tjt Active [oc] cmd-dev-test3834njl Terminating [oc] cmd-dev-test3873auj Active [oc] cmd-dev-test5007kkj Terminating [oc] cmd-devfile-deploy-test143yvh Terminating [oc] cmd-logs-test219ogk Terminating [oc] cmd-logs-test320ppk Active [oc] cmd-namespace-test115tkr Active [oc] default Active [oc] generic-test100lvl Active [oc] ibm-cert-store Active [oc] ibm-odf-validation-webhook Active [oc] ibm-system Active [oc] interactive-deploy-test40nog Active [oc] kube-node-lease Active [oc] kube-public Active [oc] kube-system Active [oc] laxu-namespace Active [oc] openshift Active [oc] openshift-apiserver Active [oc] openshift-apiserver-operator Active [oc] openshift-authentication Active [oc] openshift-authentication-operator Active [oc] openshift-cloud-credential-operator Active [oc] openshift-cloud-network-config-controller Active [oc] openshift-cluster-csi-drivers Active [oc] openshift-cluster-machine-approver Active [oc] openshift-cluster-node-tuning-operator Active [oc] openshift-cluster-samples-operator Active [oc] openshift-cluster-storage-operator Active [oc] openshift-cluster-version Active [oc] openshift-config Active [oc] openshift-config-managed Active [oc] openshift-config-operator Active [oc] openshift-console Active [oc] openshift-console-operator Active [oc] openshift-console-user-settings Active [oc] openshift-controller-manager Active [oc] openshift-controller-manager-operator Active [oc] openshift-dns Active [oc] openshift-dns-operator Active [oc] openshift-etcd Active [oc] openshift-etcd-operator Active [oc] openshift-image-registry Active [oc] openshift-infra Active [oc] openshift-ingress Active [oc] openshift-ingress-canary Active [oc] openshift-ingress-operator Active [oc] openshift-insights Active [oc] openshift-kube-apiserver Active [oc] openshift-kube-apiserver-operator Active [oc] openshift-kube-controller-manager Active [oc] openshift-kube-controller-manager-operator Active [oc] openshift-kube-proxy Active [oc] openshift-kube-scheduler Active [oc] openshift-kube-scheduler-operator Active [oc] openshift-kube-storage-version-migrator Active [oc] openshift-kube-storage-version-migrator-operator Active [oc] openshift-machine-api Active [oc] openshift-machine-config-operator Active [oc] openshift-marketplace Active [oc] openshift-monitoring Active [oc] openshift-multus Active [oc] openshift-network-diagnostics Active [oc] openshift-network-operator Active [oc] openshift-node Active [oc] openshift-operator-lifecycle-manager Active [oc] openshift-operators Active [oc] openshift-roks-metrics Active [oc] openshift-route-controller-manager Active [oc] openshift-service-ca Active [oc] openshift-service-ca-operator Active [oc] openshift-user-workload-monitoring Active [oc] phmartin Active [oc] tigera-operator Active [oc] ubkm-project Active Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test2898kdy] and odo env: [] [oc] configmap/config-map-for-cleanup created Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/1530935550 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1103 08:58:29.755722 19591 implem.go:114] The path for preference file is /tmp/1868945562/preference.yaml [odo] Successfully removed registry [odo] I1103 08:58:29.757313 19591 implem.go:114] The path for preference file is /tmp/1868945562/preference.yaml [odo] I1103 08:58:29.757622 19591 segment.go:268] Checking telemetry enable status [odo] I1103 08:58:29.757645 19591 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] I1103 08:58:29.967103 19604 implem.go:114] The path for preference file is /tmp/1868945562/preference.yaml [odo] I1103 08:58:29.969952 19604 implem.go:114] The path for preference file is /tmp/1868945562/preference.yaml [odo] I1103 08:58:29.970812 19604 segment.go:268] Checking telemetry enable status [odo] I1103 08:58:29.970820 19604 segment.go:286] Sending telemetry disabled by env variable [odo] New registry successfully added Setting current dir to: /tmp/1530935550 Replacing "npm install" with "npm install-does-not-exist" in /tmp/1530935550/devfile.yaml Running odo with args [odo dev --random-ports --no-watch --api-server=false] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no] [odo] I1103 08:58:30.311468 19613 version.go:37] executing [podman version --format json] [odo] I1103 08:58:30.312260 19613 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I1103 08:58:30.312416 19613 implem.go:114] The path for preference file is /tmp/1868945562/preference.yaml [odo] I1103 08:58:30.313789 19613 context.go:172] absolute devfile path: '/tmp/1530935550/devfile.yaml' [odo] I1103 08:58:30.313815 19613 context.go:113] absolute devfile path: '/tmp/1530935550/devfile.yaml' [odo] I1103 08:58:30.314526 19613 content.go:48] converted devfile YAML to JSON [odo] I1103 08:58:30.314617 19613 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:58:30.314774 19613 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:58:30.320515 19613 schema.go:61] validated devfile schema [odo] I1103 08:58:30.322907 19613 validate.go:45] Successfully validated devfile sections [odo] I1103 08:58:30.322926 19613 validate.go:45] Successfully validated devfile sections [odo] I1103 08:58:30.323019 19613 component.go:87] name of component is "urbwpl", and sanitized name is "urbwpl" [odo] I1103 08:58:30.323056 19613 kclient.go:237] Checking if "projects" resource is supported [odo] __ [odo] / \__ Developing using the "urbwpl" Devfile [odo] \__/ \ Namespace: cmd-dev-test2898kdy [odo] / \__/ odo version: v3.15.0 (faadb7c53) [odo] \__/ [odo] [odo] ↪ Running on the cluster in Dev mode [odo] I1103 08:58:30.490804 19613 kubedev.go:79] Creating new adapter [odo] I1103 08:58:30.490864 19613 kubedev.go:87] Creating inner-loop resources for the component [odo] I1103 08:58:30.490879 19613 watch.go:105] starting WatchAndPush, path: /tmp/1530935550, component: urbwpl, ignores [.git .odo .odo/odo-file-index.json] [odo] I1103 08:58:30.498313 19613 watch.go:423] Copying files [] to pod [odo] I1103 08:58:30.498425 19613 context.go:172] absolute devfile path: '/tmp/1530935550/devfile.yaml' [odo] I1103 08:58:30.498435 19613 context.go:113] absolute devfile path: '/tmp/1530935550/devfile.yaml' [odo] I1103 08:58:30.499029 19613 content.go:48] converted devfile YAML to JSON [odo] I1103 08:58:30.499433 19613 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:58:30.499449 19613 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:58:30.517907 19613 schema.go:61] validated devfile schema [odo] I1103 08:58:30.518273 19613 validate.go:45] Successfully validated devfile sections [odo] I1103 08:58:30.518294 19613 components.go:69] component state: "" [odo] I1103 08:58:30.529624 19613 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] • Waiting for Kubernetes resources ... [odo] I1103 08:58:30.554706 19613 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] I1103 08:58:30.593366 19613 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:58:30.623167 19613 components.go:346] Creating deployment urbwpl-app [odo] I1103 08:58:30.623185 19613 components.go:347] The component name is urbwpl [odo] I1103 08:58:30.625564 19613 kclient.go:286] Kubernetes version is "v1.25.12+ba5cc25" [odo] I1103 08:58:30.625602 19613 kclient.go:298] Cluster has support for SSA: true [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") [odo] I1103 08:58:30.765551 19613 components.go:378] Successfully created component urbwpl [odo] I1103 08:58:30.805160 19613 components.go:390] Successfully created Service for component urbwpl [odo] I1103 08:58:30.854636 19613 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:58:30.855582 19613 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:58:30.945861 19613 all.go:67] all goroutines have returned in 91.209534ms [odo] I1103 08:58:30.945884 19613 all.go:76] query result: objects=6 [odo] I1103 08:58:30.945924 19613 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:58:30.947905 19613 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:58:30.950100 19613 service.go:75] Getting list of services [odo] I1103 08:58:30.950111 19613 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:58:30.998295 19613 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:58:30.998372 19613 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:58:31.037670 19613 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:58:31.053027 19613 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:58:31.057992 19613 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:58:31.067574 19613 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:58:31.067590 19613 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:58:31.069938 19613 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:58:31.072211 19613 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:58:31.074006 19613 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:58:31.078173 19613 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:58:31.096794 19613 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:58:31.133901 19613 components.go:134] Deployment has been updated to generation 1. Waiting new event... [odo] I1103 08:58:31.134205 19613 status.go:34] setting inner loop State "WaitDeployment" [odo] I1103 08:58:31.137508 19613 watch.go:271] deployment watcher Event: Type: ADDED, name: urbwpl-app, rv: 102115248, generation: 1, pods: 0 [odo] =================== [odo] ⚠ Pod is Pending [odo] =================== [odo] I1103 08:58:31.140469 19613 watch.go:271] deployment watcher Event: Type: MODIFIED, name: urbwpl-app, rv: 102115253, generation: 1, pods: 0 [odo] I1103 08:58:31.140492 19613 watch.go:271] deployment watcher Event: Type: MODIFIED, name: urbwpl-app, rv: 102115259, generation: 1, pods: 0 [odo] I1103 08:58:31.141474 19613 watch.go:271] deployment watcher Event: Type: MODIFIED, name: urbwpl-app, rv: 102115269, generation: 1, pods: 0 [odo] I1103 08:58:31.438990 19613 watch.go:423] Copying files [] to pod [odo] I1103 08:58:31.440877 19613 context.go:172] absolute devfile path: '/tmp/1530935550/devfile.yaml' [odo] I1103 08:58:31.441048 19613 context.go:113] absolute devfile path: '/tmp/1530935550/devfile.yaml' [odo] I1103 08:58:31.442411 19613 content.go:48] converted devfile YAML to JSON [odo] I1103 08:58:31.442489 19613 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:58:31.442655 19613 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:58:31.466999 19613 schema.go:61] validated devfile schema [odo] I1103 08:58:31.468290 19613 validate.go:45] Successfully validated devfile sections [odo] I1103 08:58:31.468731 19613 components.go:69] component state: "WaitDeployment" [odo] I1103 08:58:31.485708 19613 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:58:31.498753 19613 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] I1103 08:58:31.531687 19613 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:58:31.555853 19613 components.go:346] Creating deployment urbwpl-app [odo] I1103 08:58:31.555869 19613 components.go:347] The component name is urbwpl [odo] I1103 08:58:31.555875 19613 components.go:350] The component already exists, attempting to update it [odo] I1103 08:58:31.555882 19613 components.go:352] Applying deployment [odo] I1103 08:58:31.601986 19613 components.go:361] Successfully updated component urbwpl [odo] I1103 08:58:31.655210 19613 components.go:748] Successfully update Service for component urbwpl [odo] I1103 08:58:31.678889 19613 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:58:31.679004 19613 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:58:31.718678 19613 all.go:67] all goroutines have returned in 40.074156ms [odo] I1103 08:58:31.719035 19613 all.go:76] query result: objects=6 [odo] I1103 08:58:31.719686 19613 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:58:31.720431 19613 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:58:31.720513 19613 service.go:75] Getting list of services [odo] I1103 08:58:31.720596 19613 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:58:31.753413 19613 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:58:31.753482 19613 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:58:31.767528 19613 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:58:31.776514 19613 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:58:31.781464 19613 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:58:31.796155 19613 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:58:31.796186 19613 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:58:31.801545 19613 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:58:31.803551 19613 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:58:31.810134 19613 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:58:31.815421 19613 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:58:31.826741 19613 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:58:31.850138 19613 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I1103 08:58:31.850365 19613 status.go:34] setting inner loop State "WaitDeployment" [odo] I1103 08:58:31.851204 19613 watch.go:271] deployment watcher Event: Type: MODIFIED, name: urbwpl-app, rv: 102115284, generation: 1, pods: 0 [odo] ✓ Pod is Running [odo] I1103 08:58:33.809208 19613 watch.go:271] deployment watcher Event: Type: MODIFIED, name: urbwpl-app, rv: 102115403, generation: 1, pods: 1 [odo] I1103 08:58:34.110077 19613 watch.go:423] Copying files [] to pod [odo] I1103 08:58:34.110355 19613 context.go:172] absolute devfile path: '/tmp/1530935550/devfile.yaml' [odo] I1103 08:58:34.110373 19613 context.go:113] absolute devfile path: '/tmp/1530935550/devfile.yaml' [odo] I1103 08:58:34.111139 19613 content.go:48] converted devfile YAML to JSON [odo] I1103 08:58:34.111207 19613 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1103 08:58:34.111240 19613 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1103 08:58:34.119065 19613 schema.go:61] validated devfile schema [odo] I1103 08:58:34.119588 19613 validate.go:45] Successfully validated devfile sections [odo] I1103 08:58:34.119667 19613 components.go:69] component state: "WaitDeployment" [odo] I1103 08:58:34.150612 19613 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1103 08:58:34.186730 19613 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] I1103 08:58:34.253978 19613 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1103 08:58:34.313995 19613 components.go:346] Creating deployment urbwpl-app [odo] I1103 08:58:34.314022 19613 components.go:347] The component name is urbwpl [odo] I1103 08:58:34.314029 19613 components.go:350] The component already exists, attempting to update it [odo] I1103 08:58:34.314264 19613 components.go:352] Applying deployment [odo] I1103 08:58:34.364411 19613 components.go:361] Successfully updated component urbwpl [odo] I1103 08:58:34.418316 19613 components.go:748] Successfully update Service for component urbwpl [odo] I1103 08:58:34.447434 19613 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:58:34.448165 19613 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:58:34.550018 19613 all.go:67] all goroutines have returned in 103.068274ms [odo] I1103 08:58:34.550040 19613 all.go:76] query result: objects=6 [odo] I1103 08:58:34.550226 19613 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1103 08:58:34.551571 19613 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1103 08:58:34.551598 19613 service.go:75] Getting list of services [odo] I1103 08:58:34.551608 19613 operators.go:30] Fetching list of operators installed in cluster [odo] I1103 08:58:34.607502 19613 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.7 [odo] I1103 08:58:34.607632 19613 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1103 08:58:34.622114 19613 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1103 08:58:34.653032 19613 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1103 08:58:34.659124 19613 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1103 08:58:34.668868 19613 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I1103 08:58:34.669048 19613 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1103 08:58:34.671155 19613 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:58:34.674831 19613 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1103 08:58:34.677227 19613 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1103 08:58:34.705006 19613 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1103 08:58:34.724971 19613 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] • Syncing files into the container ... [odo] I1103 08:58:34.826829 19613 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1530935550, destBase: ., destFile: . [odo] I1103 08:58:34.826852 19613 file_indexer.go:406] Corrected destinations: base: . file: . [odo] I1103 08:58:34.827869 19613 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1530935550/.gitignore, destBase: ., destFile: .gitignore [odo] I1103 08:58:34.827881 19613 file_indexer.go:406] Corrected destinations: base: . file: .gitignore [odo] I1103 08:58:34.828279 19613 file_indexer.go:453] file added: /tmp/1530935550/.gitignore [odo] I1103 08:58:34.828297 19613 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1530935550/.odo, destBase: ., destFile: .odo [odo] I1103 08:58:34.828302 19613 file_indexer.go:406] Corrected destinations: base: . file: .odo [odo] I1103 08:58:34.829176 19613 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1530935550/devfile.yaml, destBase: ., destFile: devfile.yaml [odo] I1103 08:58:34.829230 19613 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml [odo] I1103 08:58:34.829562 19613 file_indexer.go:453] file added: /tmp/1530935550/devfile.yaml [odo] I1103 08:58:34.829916 19613 sync.go:138] List of files to be deleted: +[] [odo] I1103 08:58:34.829976 19613 sync.go:140] List of files changed: +[/tmp/1530935550/.gitignore /tmp/1530935550/devfile.yaml] [odo] I1103 08:58:34.830005 19613 sync.go:193] Push: componentName: urbwpl, path: /tmp/1530935550, files: [/tmp/1530935550/.gitignore /tmp/1530935550/devfile.yaml], delFiles: [*], isForcePush: true [odo] I1103 08:58:34.830364 19613 sync.go:310] remote files marked for deletion are [/projects/*] [odo] I1103 08:58:34.830438 19613 exec.go:37] Executing command [rm -rf /projects/*] for pod: urbwpl-app-7d8698f785-j9lw2 in container: runtime [odo] I1103 08:58:35.091831 19613 sync.go:233] Copying files /tmp/1530935550/.gitignore /tmp/1530935550/devfile.yaml to pod [odo] I1103 08:58:35.091861 19613 copy.go:36] CopyFile arguments: localPath /tmp/1530935550, dest /projects/1530935550, targetPath /projects, copyFiles [/tmp/1530935550/.gitignore /tmp/1530935550/devfile.yaml], globalExps [.git .odo .odo/odo-file-index.json] [odo] I1103 08:58:35.091882 19613 copy.go:63] Executing command tar xf - -C /projects --no-same-owner [odo] I1103 08:58:35.092448 19613 copy.go:96] makeTar arguments: srcPath: /tmp/1530935550, destPath: /projects/1530935550, files: [/tmp/1530935550/.gitignore /tmp/1530935550/devfile.yaml] [odo] I1103 08:58:35.092690 19613 copy.go:127] Got abs path: /tmp/1530935550/.gitignore [odo] I1103 08:58:35.092697 19613 copy.go:128] Making /tmp/1530935550 relative to /tmp/1530935550/.gitignore [odo] I1103 08:58:35.092703 19613 copy.go:144] makeTar srcFile: 1530935550/.gitignore [odo] I1103 08:58:35.092707 19613 copy.go:145] makeTar destFile: .gitignore [odo] I1103 08:58:35.092711 19613 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 1530935550/.gitignore, destBase: /projects, destFile: .gitignore [odo] I1103 08:58:35.092714 19613 copy.go:171] Corrected destinations: base: /projects file: .gitignore [odo] I1103 08:58:35.239672 19613 copy.go:127] Got abs path: /tmp/1530935550/devfile.yaml [odo] I1103 08:58:35.239689 19613 copy.go:128] Making /tmp/1530935550 relative to /tmp/1530935550/devfile.yaml [odo] I1103 08:58:35.239696 19613 copy.go:144] makeTar srcFile: 1530935550/devfile.yaml [odo] I1103 08:58:35.239700 19613 copy.go:145] makeTar destFile: devfile.yaml [odo] I1103 08:58:35.239704 19613 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 1530935550/devfile.yaml, destBase: /projects, destFile: devfile.yaml [odo] I1103 08:58:35.239707 19613 copy.go:171] Corrected destinations: base: /projects file: devfile.yaml [odo] ✓ Syncing files into the container [596ms] [odo] I1103 08:58:35.424712 19613 kubeexec.go:40] GetProcessInfoForCommand for "devrun" [odo] I1103 08:58:35.424743 19613 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_devrun.pid || true] for pod: urbwpl-app-7d8698f785-j9lw2 in container: runtime [odo] I1103 08:58:35.729316 19613 exec.go:96] cat: /opt/odo/.odo_cmd_devrun.pid: No such file or directory [odo] • Building your application in container (command: devbuild) ... [odo] I1103 08:58:35.730788 19613 innerloop.go:131] running=false, execRequired=true [odo] I1103 08:58:35.730871 19613 exec.go:37] Executing command [/bin/sh -c cd ${PROJECTS_ROOT} && (npm install-does-not-exist) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: urbwpl-app-7d8698f785-j9lw2 in container: runtime [odo] I1103 08:58:36.659725 19613 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-does-not-exist) 1>>/proc/1/fd/1 2>>/proc/1/fd/2]' [odo] stdout: [] [odo] stderr: [] [odo] ✗ Building your application in container (command: devbuild) [929ms] [odo] Unknown command: "install-does-not-exist" [odo] [odo] To see a list of supported npm commands, run: [odo] npm help [odo] I1103 08:58:36.697689 19613 status.go:34] setting inner loop State "Ready" [odo] I1103 08:58:36.697822 19613 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-does-not-exist) 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-does-not-exist) 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] 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] I1103 08:58:36.697877 19613 watch.go:271] deployment watcher Event: Type: MODIFIED, name: urbwpl-app, rv: 102115480, generation: 1, pods: 1 [FAILED] in [It] - /go/odo_1/tests/helper/helper_generic.go:81 @ 11/03/23 08:58:40.064 [odo] read: read /dev/stdin: input/output error [odo] I1103 08:58:40.065292 19613 watch.go:333] Dev mode interrupted by user [odo] I1103 08:58:40.065421 19613 implem.go:114] The path for preference file is /tmp/1868945562/preference.yaml [odo] Cleaning resources, please wait [odo] I1103 08:58:40.066668 19613 segment.go:268] Checking telemetry enable status [odo] I1103 08:58:40.066679 19613 segment.go:286] Sending telemetry disabled by env variable [odo] I1103 08:58:40.182116 19613 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:58:40.187769 19613 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:58:41.683952 19613 all.go:67] all goroutines have returned in 1.501957178s [odo] I1103 08:58:41.684038 19613 all.go:76] query result: objects=608 Running oc with args [oc get project cmd-dev-test2898kdy -o jsonpath={.metadata.name}] and odo env: [] [oc] cmd-dev-test2898kdyDeleting project: cmd-dev-test2898kdy Running oc with args [oc delete project cmd-dev-test2898kdy --wait=false] and odo env: [] [oc] project.project.openshift.io "cmd-dev-test2898kdy" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/1530935550 Deleting dir: /tmp/1868945562 << Timeline [FAILED] Expected : I1103 08:58:30.311468 19613 version.go:37] executing [podman version --format json] I1103 08:58:30.312260 19613 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH I1103 08:58:30.312416 19613 implem.go:114] The path for preference file is /tmp/1868945562/preference.yaml I1103 08:58:30.313789 19613 context.go:172] absolute devfile path: '/tmp/1530935550/devfile.yaml' I1103 08:58:30.313815 19613 context.go:113] absolute devfile path: '/tmp/1530935550/devfile.yaml' I1103 08:58:30.314526 19613 content.go:48] converted devfile YAML to JSON I1103 08:58:30.314617 19613 apiVersion.go:60] devfile schemaVersion: '2.0.0' I1103 08:58:30.314774 19613 helper.go:56] devfile apiVersion '2.0.0' is supported I1103 08:58:30.320515 19613 schema.go:61] validated devfile schema I1103 08:58:30.322907 19613 validate.go:45] Successfully validated devfile sections I1103 08:58:30.322926 19613 validate.go:45] Successfully validated devfile sections I1103 08:58:30.323019 19613 component.go:87] name of component is "urbwpl", and sanitized name is "urbwpl" I1103 08:58:30.323056 19613 kclient.go:237] Checking if "projects" resource is supported I1103 08:58:30.490804 19613 kubedev.go:79] Creating new adapter I1103 08:58:30.490864 19613 kubedev.go:87] Creating inner-loop resources for the component I1103 08:58:30.490879 19613 watch.go:105] starting WatchAndPush, path: /tmp/1530935550, component: urbwpl, ignores [.git .odo .odo/odo-file-index.json] I1103 08:58:30.498313 19613 watch.go:423] Copying files [] to pod I1103 08:58:30.498425 19613 context.go:172] absolute devfile path: '/tmp/1530935550/devfile.yaml' I1103 08:58:30.498435 19613 context.go:113] absolute devfile path: '/tmp/1530935550/devfile.yaml' I1103 08:58:30.499029 19613 content.go:48] converted devfile YAML to JSON I1103 08:58:30.499433 19613 apiVersion.go:60] devfile schemaVersion: '2.0.0' I1103 08:58:30.499449 19613 helper.go:56] devfile apiVersion '2.0.0' is supported I1103 08:58:30.517907 19613 schema.go:61] validated devfile schema I1103 08:58:30.518273 19613 validate.go:45] Successfully validated devfile sections I1103 08:58:30.518294 19613 components.go:69] component state: "" I1103 08:58:30.529624 19613 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] I1103 08:58:30.554706 19613 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. I1103 08:58:30.593366 19613 utils.go:77] Updating container runtime with mandatory volume mounts I1103 08:58:30.623167 19613 components.go:346] Creating deployment urbwpl-app I1103 08:58:30.623185 19613 components.go:347] The component name is urbwpl I1103 08:58:30.625564 19613 kclient.go:286] Kubernetes version is "v1.25.12+ba5cc25" I1103 08:58:30.625602 19613 kclient.go:298] Cluster has support for SSA: true Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") I1103 08:58:30.765551 19613 components.go:378] Successfully created component urbwpl I1103 08:58:30.805160 19613 components.go:390] Successfully created Service for component urbwpl I1103 08:58:30.854636 19613 all.go:46] starting to concurrently query 200 APIs I1103 08:58:30.855582 196... Gomega truncated this representation as it exceeds 'format.MaxLength'. Consider having the object provide a custom 'GomegaStringer' representation or adjust the parameters in Gomega's 'format' package. Learn more here: https://onsi.github.io/gomega/#adjusting-output to contain substring : Usage: npm In [It] at: /go/odo_1/tests/helper/helper_generic.go:81 @ 11/03/23 08:58:40.064 ------------------------------ • [79.911 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 ------------------------------ Progress Report for Ginkgo Process #4 Automatically polling progress: 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 (Spec Runtime: 2m3.551s) /go/odo_1/tests/integration/cmd_dev_test.go:1743 In [It] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:1743 Begin Captured GinkgoWriter Output >> ... [odo] read: read /dev/stdin: input/output error [odo] I1103 08:58:47.646118 17450 watch.go:333] Dev mode interrupted by user [odo] I1103 08:58:47.653071 17450 implem.go:114] The path for preference file is /tmp/1263420083/preference.yaml [odo] I1103 08:58:47.653707 17450 segment.go:268] Checking telemetry enable status [odo] I1103 08:58:47.653720 17450 segment.go:286] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I1103 08:58:47.796393 17450 all.go:46] starting to concurrently query 200 APIs [odo] I1103 08:58:47.796568 17450 all.go:62] fired up all goroutines to query APIs [odo] I1103 08:58:50.188729 17450 all.go:67] all goroutines have returned in 2.39214636s [odo] I1103 08:58:50.188802 17450 all.go:76] query result: objects=609 << End Captured GinkgoWriter Output Spec Goroutine goroutine 1436 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00026c310, {0x30feb48?, 0xc001716ae0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00026c310, {0x30feb48, 0xc001716ae0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc00095dd70?, {0xc0008221f0?, 0xc00095dc38?, 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({0x1088f3e, 0xc0014c4840}) /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 ------------------------------ • [29.283 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 ------------------------------ • [60.626 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 ------------------------------ • [131.358 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 ------------------------------ • [58.332 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 ------------------------------ • [120.898 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 ------------------------------ • [60.983 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 ------------------------------ • [80.962 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.844 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 ------------------------------ • [81.455 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=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 ------------------------------ • [97.744 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 ------------------------------ Summarizing 8 Failures: [FAIL] odo dev command tests when running odo dev and build command throws an error [It] should error out with some log /go/odo_1/tests/helper/helper_generic.go:81 [FAIL] odo devfile deploy command tests deploying devfile with exec when the deploy command terminates abruptly; component name of at max(63) characters length [BeforeEach] when odo deploy command is run again should run successfully /go/odo_1/tests/helper/helper_cmd_wrapper.go:108 [FAIL] odo dev command tests when running odo dev and run command throws an error [It] should error out with some log /go/odo_1/tests/helper/helper_generic.go:81 [FAIL] odo dev command tests when Create and dev java-springboot component [It] should execute default build and run commands correctly /go/odo_1/tests/integration/cmd_dev_test.go:2942 [FAIL] odo dev command tests when running odo dev --no-watch and build command throws an error [It] should error out with some log /go/odo_1/tests/helper/helper_generic.go:81 [FAIL] odo devfile deploy command tests deploying devfile with exec when the deploy command terminates abruptly; component name of a normal character length [BeforeEach] when odo deploy command is run again should run successfully /go/odo_1/tests/helper/helper_cmd_wrapper.go:108 [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=true, customPortForwarding=true, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1341 [FAIL] odo dev command tests Devfile with no metadata.name when running odo dev against a component with no source code [It] should use the directory as component name /go/odo_1/tests/helper/helper_cmd_wrapper.go:101 Ran 406 of 956 Specs in 1390.918 seconds FAIL! -- 398 Passed | 8 Failed | 0 Pending | 550 Skipped Ginkgo ran 1 suite in 24m24.225284642s Test Suite Failed exit status 1 make: *** [Makefile:214: test-integration-cluster] Error 1