Error from server (NotFound): namespaces "devfile-proxy" not found Using Devfile proxy: cp ododevapispec.yaml pkg/apiserver-impl/swagger-ui/swagger.yaml go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=0e2adf456" ./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: 1696213739 - will randomize all specs Will run 504 of 956 specs Running in parallel across 16 processes SSSSSSSSSSSSSSSSSSSSSSSSSSSSS•SS••SSSS•S ------------------------------ • [36.959 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:209 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo dev --random-ports --no-watch' from /tmp/3915077602 << Captured StdOut/StdErr Output ------------------------------ •S•S•SS••SSSSS•S•SSSS•S•••SSSSSS••SS•S•S•SSSS•S•S•••••S•S•••SS ------------------------------ • [4.270 seconds] odo deploy interactive command tests directory is not empty when there is a match from Alizer should display welcoming messages first /go/odo_1/tests/integration/interactive_deploy_test.go:109 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo deploy' from /tmp/2960142375 << Captured StdOut/StdErr Output ------------------------------ SS••S•SS•SS•SSSSS••••••SSS••SSSSS••SS•SS•SS•SSS• ------------------------------ Progress Report for Ginkgo Process #14 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: 3m42.816s) /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.685s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:326 Begin Captured GinkgoWriter Output >> ... [odo] stdout: [] [odo] stderr: [] [odo] I1002 02:33:25.602369 12842 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] Cleaning resources, please wait [odo] I1002 02:33:25.603258 12842 segment.go:268] Checking telemetry enable status [odo] I1002 02:33:25.603288 12842 segment.go:286] Sending telemetry disabled by env variable [odo] I1002 02:33:25.694612 12842 all.go:46] starting to concurrently query 200 APIs [odo] I1002 02:33:25.694981 12842 all.go:62] fired up all goroutines to query APIs [odo] I1002 02:33:26.451370 12842 all.go:67] all goroutines have returned in 755.699822ms [odo] I1002 02:33:26.451625 12842 all.go:76] query result: objects=651 << End Captured GinkgoWriter Output Spec Goroutine goroutine 55 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0002bc8c0, {0x30f73c8?, 0xc0006a4ae0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0002bc8c0, {0x30f73c8, 0xc0006a4ae0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc00047aa20?, {0xc00082a440?, 0x0?, 0x0?}) /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144 github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...) /go/odo_1/tests/helper/helper_dev.go:263 > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2.8() /go/odo_1/tests/integration/cmd_dev_debug_test.go:328 | By("cleaning up the resources on ending the session", func() { | devSession.Stop() > devSession.WaitEnd() | out := commonVar.CliRunner.Run("get", "deployments").Out.Contents() | helper.DontMatchAllInOutput(string(out), deploymentNames) github.com/onsi/ginkgo/v2/internal.(*Suite).By(0xc0001a8000, {0x2d4c4c7, 0x2f}, {0xc00066fe70, 0x1, 0x0?}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309 github.com/onsi/ginkgo/v2.By({0x2d4c4c7?, 0x0?}, {0xc00066fe70?, 0x0?, 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({0x0, 0xffffffffffffffff}) /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 ------------------------------ •S•• ------------------------------ • [FAILED] [5.275 seconds] odo create/delete/list/set namespace/project tests when namespace is created with -w [It] should list the new namespace when listing namespace /go/odo_1/tests/integration/cmd_namespace_test.go:41 Timeline >> Created dir: /tmp/1878493496 Created dir: /tmp/1567556762 Setting KUBECONFIG=/tmp/1567556762/config Running oc with args [oc get project cmd-namespace-test41wvq -o jsonpath={.metadata.name}] and odo env: [] [oc] Error from server (NotFound): namespaces "cmd-namespace-test41wvq" not found Creating a new project: cmd-namespace-test41wvq Running oc with args [oc new-project cmd-namespace-test41wvq] and odo env: [] [oc] Now using project "cmd-namespace-test41wvq" 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] calico-system Active [oc] cmd-delete-test178mzp Active [oc] cmd-delete-test274leg Terminating [oc] cmd-describe-component-test642pmx Active [oc] cmd-dev-api-server-test108ukr Active [oc] cmd-dev-api-server-test123hav Active [oc] cmd-dev-api-server-test282kte Active [oc] cmd-dev-debug-test288rud Active [oc] cmd-dev-test1463yzw Active [oc] cmd-dev-test1955nhu Active [oc] cmd-dev-test2526xlx Active [oc] cmd-dev-test2674nyp Terminating [oc] cmd-dev-test3112gxk Terminating [oc] cmd-dev-test3181igy Active [oc] cmd-dev-test3391fiw Active [oc] cmd-dev-test4105vcm Terminating [oc] cmd-dev-test4211uex Terminating [oc] cmd-dev-test4466rpo Active [oc] cmd-dev-test609ibz Active [oc] cmd-devfile-list-test181div Active [oc] cmd-namespace-test122ggv Terminating [oc] cmd-namespace-test41wvq Active [oc] default 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-namespace-test41wvq] and odo env: [] [oc] configmap/config-map-for-cleanup created Current working dir: /go/odo_1/tests/integration Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1002 02:34:00.499957 18408 implem.go:114] The path for preference file is /tmp/1567556762/preference.yaml [odo] Successfully removed registry [odo] I1002 02:34:00.503421 18408 implem.go:114] The path for preference file is /tmp/1567556762/preference.yaml [odo] I1002 02:34:00.504005 18408 segment.go:268] Checking telemetry enable status [odo] I1002 02:34:00.504033 18408 segment.go:286] Sending telemetry disabled by env variable Running odo with args [odo preference add registry DefaultDevfileRegistry https://devfile-registry-ci-devfile-registry.odo-test-kubernete-449701-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud] and odo env: [] [odo] I1002 02:34:00.688768 18425 implem.go:114] The path for preference file is /tmp/1567556762/preference.yaml [odo] New registry successfully added [odo] I1002 02:34:00.690361 18425 implem.go:114] The path for preference file is /tmp/1567556762/preference.yaml [odo] I1002 02:34:00.690766 18425 segment.go:268] Checking telemetry enable status [odo] I1002 02:34:00.690775 18425 segment.go:286] Sending telemetry disabled by env variable Running odo with args [odo create namespace cmd-namespace-test41uxb --wait] and odo env: [] [odo] I1002 02:34:00.869763 18436 implem.go:114] The path for preference file is /tmp/1567556762/preference.yaml [odo] • Creating the namespace "cmd-namespace-test41uxb" ... [odo] I1002 02:34:00.871132 18436 kclient.go:237] Checking if "projects" resource is supported [odo] I1002 02:34:01.162546 18436 projects.go:195] Status of creation of project cmd-namespace-test41uxb is Active [odo] I1002 02:34:01.162575 18436 projects.go:200] Project cmd-namespace-test41uxb now exists [odo] I1002 02:34:01.165470 18436 namespace.go:194] Status of creation of service account &ServiceAccount{ObjectMeta:{default cmd-namespace-test41uxb 8b6aee30-b14e-4e67-9965-80909f07c6cd 81463816 0 2023-10-02 02:34:01 +0000 UTC map[] map[openshift.io/create-dockercfg-secrets.pending-token:default-token-cxcz4] [] [] []},Secrets:[]ObjectReference{},ImagePullSecrets:[]LocalObjectReference{},AutomountServiceAccountToken:nil,} is ready [odo] ✓ Creating the namespace "cmd-namespace-test41uxb" [295ms] [odo] • Waiting for the namespace to come up ... [odo] I1002 02:34:01.166394 18436 kclient.go:237] Checking if "projects" resource is supported [odo] I1002 02:34:01.235861 18436 kclient.go:237] Checking if "projects" resource is supported [odo] ✓ Waiting for the namespace to come up [89ms] [odo] ✓ Namespace "cmd-namespace-test41uxb" is ready for use [odo] ✓ New namespace created and now using namespace: cmd-namespace-test41uxb [odo] I1002 02:34:01.259299 18436 implem.go:114] The path for preference file is /tmp/1567556762/preference.yaml [odo] I1002 02:34:01.259836 18436 segment.go:268] Checking telemetry enable status [odo] I1002 02:34:01.259847 18436 segment.go:286] Sending telemetry disabled by env variable Running odo with args [odo list namespace] and odo env: [] [odo] I1002 02:34:01.483095 18452 kclient.go:237] Checking if "projects" resource is supported [odo] ACTIVE NAME [odo] calico-system [odo] cmd-delete-test178mzp [odo] cmd-describe-component-test642pmx [odo] cmd-describe-component-test89ebj [odo] cmd-dev-api-server-test108ukr [odo] cmd-dev-api-server-test123hav [odo] cmd-dev-api-server-test282kte [odo] cmd-dev-debug-test288rud [odo] cmd-dev-test1463yzw [odo] cmd-dev-test1955nhu [odo] cmd-dev-test2526xlx [odo] cmd-dev-test2674nyp [odo] cmd-dev-test3181igy [odo] cmd-dev-test3391fiw [odo] cmd-dev-test4211uex [odo] cmd-dev-test4466rpo [odo] cmd-dev-test609ibz [odo] cmd-devfile-list-test181div [odo] cmd-namespace-test122ggv [odo] cmd-namespace-test41wvq [odo] default [odo] ibm-cert-store [odo] ibm-odf-validation-webhook [odo] ibm-system [odo] kube-node-lease [odo] kube-public [odo] kube-system [odo] laxu-namespace [odo] openshift [odo] openshift-apiserver [odo] openshift-apiserver-operator [odo] openshift-authentication [odo] openshift-authentication-operator [odo] openshift-cloud-credential-operator [odo] openshift-cloud-network-config-controller [odo] openshift-cluster-csi-drivers [odo] openshift-cluster-machine-approver [odo] openshift-cluster-node-tuning-operator [odo] openshift-cluster-samples-operator [odo] openshift-cluster-storage-operator [odo] openshift-cluster-version [odo] openshift-config [odo] openshift-config-managed [odo] openshift-config-operator [odo] openshift-console [odo] openshift-console-operator [odo] openshift-console-user-settings [odo] openshift-controller-manager [odo] openshift-controller-manager-operator [odo] openshift-dns [odo] openshift-dns-operator [odo] openshift-etcd [odo] openshift-etcd-operator [odo] openshift-image-registry [odo] openshift-infra [odo] openshift-ingress [odo] openshift-ingress-canary [odo] openshift-ingress-operator [odo] openshift-insights [odo] openshift-kube-apiserver [odo] openshift-kube-apiserver-operator [odo] openshift-kube-controller-manager [odo] openshift-kube-controller-manager-operator [odo] openshift-kube-proxy [odo] openshift-kube-scheduler [odo] openshift-kube-scheduler-operator [odo] openshift-kube-storage-version-migrator [odo] openshift-kube-storage-version-migrator-operator [odo] openshift-machine-api [odo] openshift-machine-config-operator [odo] openshift-marketplace [odo] openshift-monitoring [odo] openshift-multus [odo] openshift-network-diagnostics [odo] openshift-network-operator [odo] openshift-node [odo] openshift-operator-lifecycle-manager [odo] openshift-operators [odo] openshift-roks-metrics [odo] openshift-route-controller-manager [odo] openshift-service-ca [odo] openshift-service-ca-operator [odo] openshift-user-workload-monitoring [odo] phmartin [odo] tigera-operator [odo] ubkm-project [odo] I1002 02:34:01.658624 18452 implem.go:114] The path for preference file is /tmp/1567556762/preference.yaml [odo] I1002 02:34:01.659262 18452 segment.go:268] Checking telemetry enable status [odo] I1002 02:34:01.659291 18452 segment.go:286] Sending telemetry disabled by env variable [FAILED] in [It] - /go/odo_1/tests/integration/cmd_namespace_test.go:43 @ 10/02/23 02:34:01.672 Deleting project: cmd-namespace-test41uxb Running oc with args [oc delete project cmd-namespace-test41uxb --wait=false] and odo env: [] [oc] project.project.openshift.io "cmd-namespace-test41uxb" deleted Running oc with args [oc get project cmd-namespace-test41wvq -o jsonpath={.metadata.name}] and odo env: [] [oc] cmd-namespace-test41wvqDeleting project: cmd-namespace-test41wvq Running oc with args [oc delete project cmd-namespace-test41wvq --wait=false] and odo env: [] [oc] project.project.openshift.io "cmd-namespace-test41wvq" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/1878493496 Deleting dir: /tmp/1567556762 << Timeline [FAILED] Expected : ACTIVE NAME calico-system cmd-delete-test178mzp cmd-describe-component-test642pmx cmd-describe-component-test89ebj cmd-dev-api-server-test108ukr cmd-dev-api-server-test123hav cmd-dev-api-server-test282kte cmd-dev-debug-test288rud cmd-dev-test1463yzw cmd-dev-test1955nhu cmd-dev-test2526xlx cmd-dev-test2674nyp cmd-dev-test3181igy cmd-dev-test3391fiw cmd-dev-test4211uex cmd-dev-test4466rpo cmd-dev-test609ibz cmd-devfile-list-test181div cmd-namespace-test122ggv cmd-namespace-test41wvq default ibm-cert-store ibm-odf-validation-webhook ibm-system kube-node-lease kube-public kube-system laxu-namespace openshift openshift-apiserver openshift-apiserver-operator openshift-authentication openshift-authentication-operator openshift-cloud-credential-operator openshift-cloud-network-config-controller openshift-cluster-csi-drivers openshift-cluster-machine-approver openshift-cluster-node-tuning-operator openshift-cluster-samples-operator openshift-cluster-storage-operator openshift-cluster-version openshift-config openshift-config-managed openshift-config-operator openshift-console openshift-console-operator openshift-console-user-settings openshift-controller-manager openshift-controller-manager-operator openshift-dns openshift-dns-operator openshift-etcd openshift-etcd-operator openshift-image-registry openshift-infra openshift-ingress openshift-ingress-canary openshift-ingress-operator openshift-insights openshift-kube-apiserver openshift-kube-apiserver-operator openshift-kube-controller-manager openshift-kube-controller-manager-operator openshift-kube-proxy openshift-kube-scheduler openshift-kube-scheduler-operator openshift-kube-storage-version-migrator openshift-kube-storage-version-migrator-operator openshift-machine-api openshift-machine-config-operator openshift-marketplace openshift-monitoring openshift-multus openshift-network-diagnostics openshift-network-operator openshift-node openshift-operator-lifecycle-manager openshift-operators openshift-roks-metrics openshift-route-controller-manager openshift-service-ca openshift-service-ca-operator openshift-user-workload-monitoring phmartin tigera-operator ubkm-project to contain substring : cmd-namespace-test41uxb In [It] at: /go/odo_1/tests/integration/cmd_namespace_test.go:43 @ 10/02/23 02:34:01.672 ------------------------------ •••S•S•SS•S•••••SSSS•S•••S•S•S••S••••SSS••••SSSS••••••SSSS•• ------------------------------ • [4.550 seconds] odo deploy interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile /go/odo_1/tests/integration/interactive_deploy_test.go:75 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo deploy' from /tmp/184249500 << Captured StdOut/StdErr Output ------------------------------ •SSS•• ------------------------------ • [87.317 seconds] odo dev interactive command tests directory is not empty when there is a match from Alizer should display welcoming messages first /go/odo_1/tests/integration/interactive_dev_test.go:112 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo dev --random-ports' from /tmp/1093881420 << Captured StdOut/StdErr Output ------------------------------ •SSSSS•S••SSS•SSSS•SS•SS•••S••SS•S•SSS•SSS•S•SSS••SSS•SS•SSSSSSSSSSSSS•S•SSSS•SS•••SSSS•S••SS•SSS•SS•SSSSS••••SSS••SSS••S ------------------------------ • [60.622 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 >> <<< Session terminated >>> << Captured StdOut/StdErr Output ------------------------------ S•••S•S••S•SS••••••S•S•SSSS••SS•SS•SSSS••SSS•SSSSSS•S••SS•S•SSSSSSS•••SSSSS•SSSSS•SS•SS••SSS••••S•S••S•SSSSSSSSSSSSSSSSSS•••SSSSSSS•SS•••S ------------------------------ • [10.934 seconds] odo dev interactive command tests directory is not empty when Alizer cannot determine a Devfile based on the current source code should not fail but fallback to the interactive mode /go/odo_1/tests/integration/interactive_dev_test.go:164 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo dev --random-ports' from /tmp/2361626982 << Captured StdOut/StdErr Output ------------------------------ S••S••S••••••S•SS•S•••SS•••SSSS•SS••S•SSSSS•S•SSS•SS•••SSSSS••SSSSS•SSSSS•SS•SS••S•••S•SSS••S•S•••S•SS•SSS•S•••SSSS•SSSSSSSSSS••••S•SSS•S•••SSSS•S•••SS••••S•SS ------------------------------ • [4.519 seconds] odo deploy interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile successfully even with -v flag /go/odo_1/tests/integration/interactive_deploy_test.go:40 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo deploy -v 4' from /tmp/610450230 << Captured StdOut/StdErr Output ------------------------------ S••S••••S•S••S•S ------------------------------ Progress Report for Ginkgo Process #11 Automatically polling progress: 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 (Spec Runtime: 2m7.006s) /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:176 In [BeforeEach] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:169 Begin Captured GinkgoWriter Output >> ... [odo] ✗ Finished executing the application (command: run) [1m] [odo] I1002 02:44:41.513770 3006 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-devfile-deploy-test176hbv/pods/rzplez-app-559b4785d5-p6hlh/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_run.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c100-e.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true]' [odo] stdout: [] [odo] stderr: [] [odo] I1002 02:44:41.514098 3006 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 && (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] I1002 02:44:41.559939 3006 delete.go:174] Ignoring resource: deployments/my-component; its mode(Deploy) does not match with the given mode(Dev) [odo] I1002 02:44:41.599135 3006 all.go:46] starting to concurrently query 200 APIs [odo] I1002 02:44:41.604507 3006 all.go:62] fired up all goroutines to query APIs [odo] I1002 02:44:42.811492 3006 all.go:67] all goroutines have returned in 1.212378039s [odo] I1002 02:44:42.811567 3006 all.go:76] query result: objects=630 << End Captured GinkgoWriter Output Spec Goroutine goroutine 887 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0003f9c70, {0x30f73c8?, 0xc001823e48}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0003f9c70, {0x30f73c8, 0xc001823e48}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000931ea8?, {0xc0014ca130?, 0x4387ee8?, 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..func9.6.2.4.1() /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:173 | Expect(err).ShouldNot(HaveOccurred()) | devSession.Stop() > devSession.WaitEnd() | }) | github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1086f3e, 0xc000775980}) /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 ------------------------------ ••SSSSSS••SSS•S•S••SSS••SSSSS•SSSS••S••••••••SSSSS••SSS•S••S••S••SS•SSS••SSS•SS•SSS••••••••S••S•S•SS•••S• ------------------------------ • [84.473 seconds] odo dev interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile /go/odo_1/tests/integration/interactive_dev_test.go:76 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo dev --random-ports' from /tmp/4058687188 << Captured StdOut/StdErr Output ------------------------------ SSSS•••S•S•S•S•S•SSSSS•SSS•••SSSSS• ------------------------------ • [7.154 seconds] odo deploy interactive command tests directory is not empty when Alizer cannot determine a Devfile based on the current source code should not fail but fallback to the interactive mode /go/odo_1/tests/integration/interactive_deploy_test.go:159 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo deploy' from /tmp/1602768448 << Captured StdOut/StdErr Output ------------------------------ S•••SS••• ------------------------------ Progress Report for Ginkgo Process #12 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.662s) /go/odo_1/tests/integration/cmd_dev_test.go:4146 In [It] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:4146 Begin Captured GinkgoWriter Output >> ... [odo] I1002 02:48:37.990188 11437 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (npm start) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid]: error while streaming command: context canceled [odo] ✗ Finished executing the application (command: run) [1m] [odo] I1002 02:48:38.003809 11437 implem.go:114] The path for preference file is /tmp/4111434107/preference.yaml [odo] I1002 02:48:38.004435 11437 segment.go:268] Checking telemetry enable status [odo] I1002 02:48:38.004445 11437 segment.go:286] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I1002 02:48:38.123861 11437 all.go:46] starting to concurrently query 200 APIs [odo] I1002 02:48:38.127183 11437 all.go:62] fired up all goroutines to query APIs [odo] I1002 02:48:39.178260 11437 all.go:67] all goroutines have returned in 1.054403792s [odo] I1002 02:48:39.178314 11437 all.go:76] query result: objects=614 << End Captured GinkgoWriter Output Spec Goroutine goroutine 1065 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000f5110, {0x30f73c8?, 0xc000b2ae28}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000f5110, {0x30f73c8, 0xc000b2ae28}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000969d50?, {0xc000632a00?, 0x2cee5d1?, 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({0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ ••SSSSSSSSSSSS••SS••S•SS•••••••SSS ------------------------------ • [81.575 seconds] odo dev interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile successfully even with -v flag /go/odo_1/tests/integration/interactive_dev_test.go:40 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo dev --random-ports -v 4' from /tmp/4117423986 << Captured StdOut/StdErr Output ------------------------------ SSSSS•SSS•S•SSSSSS•S•S•SSS•SS•SSSSSS••SSSS•S•SS••S••SSSS•SS•S•S•S•••S•••S•SS•S•S•S•SS•SSS••SS ------------------------------ Progress Report for Ginkgo Process #13 Automatically polling progress: odo dev command tests when running odo dev and multiple env variables are set - without metadata.name should be able to exec command (Spec Runtime: 2m3.786s) /go/odo_1/tests/integration/cmd_dev_test.go:1717 In [It] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:1717 Begin Captured GinkgoWriter Output >> ... [odo] read: read /dev/stdin: input/output error [odo] I1002 02:51:23.337324 16503 watch.go:333] Dev mode interrupted by user [odo] I1002 02:51:23.343895 16503 implem.go:114] The path for preference file is /tmp/3121412749/preference.yaml [odo] Cleaning resources, please wait [odo] I1002 02:51:23.344821 16503 segment.go:268] Checking telemetry enable status [odo] I1002 02:51:23.344840 16503 segment.go:286] Sending telemetry disabled by env variable [odo] I1002 02:51:23.423183 16503 all.go:46] starting to concurrently query 200 APIs [odo] I1002 02:51:23.423348 16503 all.go:62] fired up all goroutines to query APIs [odo] I1002 02:51:24.422290 16503 all.go:67] all goroutines have returned in 999.114465ms [odo] I1002 02:51:24.422429 16503 all.go:76] query result: objects=609 << End Captured GinkgoWriter Output Spec Goroutine goroutine 42242 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0006d4bd0, {0x30f73c8?, 0xc001c8e7e0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0006d4bd0, {0x30f73c8, 0xc001c8e7e0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000963d70?, {0xc0006a68d0?, 0x2ce5fb0?, 0x3?}) /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.12.2() /go/odo_1/tests/integration/cmd_dev_test.go:1718 | | 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({0xc002024300, 0xc0022c0c48}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ •• ------------------------------ • [56.983 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 >> PID: 19069 << Captured StdOut/StdErr Output ------------------------------ •••••••••• ------------------------------ 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: 2m3.762s) /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] I1002 02:53:21.458942 20082 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1002 02:53:21.461110 20082 port.go:319] port 8080 not listening in container "runtime" [odo] I1002 02:53:29.047429 20082 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: jwskvn-app-6c5db48f7f-r5cp8 in container: runtime [odo] I1002 02:53:29.198018 20082 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1002 02:53:29.198055 20082 exec.go:96] 0: A92B11AC:95D4 221C1068:01BB 06 00000000:00000000 03:00000C52 00000000 0 0 0 3 0000000000000000 [odo] I1002 02:53:29.198066 20082 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1002 02:53:29.198075 20082 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1002 02:53:29.198100 20082 exec.go:96] 0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1006020000 0 900209195 1 0000000000000000 100 0 0 10 0 [odo] I1002 02:53:29.198109 20082 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1002 02:53:29.199920 20082 port.go:319] port 8080 not listening in container "runtime" << End Captured GinkgoWriter Output Spec Goroutine goroutine 1010 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000474000, {0x30f7608?, 0xc001032090}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000474000, {0x30f7608, 0xc001032090}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cec81e, 0x8}, 0xc0001d1320?, 0xc0001d1300?, 0xc001629d40) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000329620) /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({0x1086f3e, 0xc000778b40}) /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 ------------------------------ •• Summarizing 1 Failure: [FAIL] odo create/delete/list/set namespace/project tests when namespace is created with -w [It] should list the new namespace when listing namespace /go/odo_1/tests/integration/cmd_namespace_test.go:43 Ran 406 of 956 Specs in 1482.020 seconds FAIL! -- 405 Passed | 1 Failed | 0 Pending | 550 Skipped Ginkgo ran 1 suite in 25m53.86615243s Test Suite Failed exit status 1 make: *** [Makefile:214: test-integration-cluster] Error 1