Error from server (NotFound): namespaces "devfile-proxy" not found Using Devfile proxy: go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=b6c7777ea" ./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: 1686664483 - will randomize all specs Will run 499 of 932 specs Running in parallel across 16 processes SSSSSSSSSSSSSSSSSSS••SS••••SS•SSS•S•SSSSSS••SSSSS•••• ------------------------------ • [2.759 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/2024828920 << Captured StdOut/StdErr Output ------------------------------ S•S•S•S••••S•S•SSSS•S••••••S•••••SSS•• ------------------------------ • [9.251 seconds] odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (Bind as Files) /go/odo_1/tests/integration/interactive_add_binding_test.go:101 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/2385435146 << Captured StdOut/StdErr Output ------------------------------ •S•SSSS••SSSS••SS••SSS••SS••• ------------------------------ • [81.985 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/4101586958 << Captured StdOut/StdErr Output ------------------------------ SS•SSS•S• ------------------------------ • [20.838 seconds] odo add binding interactive command tests when running a deployment when binding to a service in a different namespace should error out if service is not found in the namespace selected /go/odo_1/tests/integration/interactive_add_binding_test.go:577 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/2102444054 << Captured StdOut/StdErr Output ------------------------------ SS•S•S•SS•••S••••SS ------------------------------ • [11.950 seconds] odo add binding interactive command tests when running a deployment should successfully add binding without devfile (custom naming strategy: "any string") /go/odo_1/tests/integration/interactive_add_binding_test.go:463 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/1904086907 << Captured StdOut/StdErr Output ------------------------------ SSSSSSS•S•S•S•S•S••••S•SSSS•S•SSSSS•S•S••S•SS•• ------------------------------ • [2.974 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/2625739582 << Captured StdOut/StdErr Output ------------------------------ S••SS•S•SS•SS•••SS••• ------------------------------ • [19.945 seconds] odo add binding interactive command tests when running a deployment when binding to a service in a different namespace should successfully add binding without devfile /go/odo_1/tests/integration/interactive_add_binding_test.go:591 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/4092994969 << Captured StdOut/StdErr Output ------------------------------ SS•••S•S•SS•S•S•S•S•••SS• ------------------------------ Progress Report for Ginkgo Process #2 Automatically polling progress: odo dev command tests when Starting a PostgreSQL service when creating local files and dir and running odo dev - without metadata.name when deleting local files and dir and waiting for sync should not list deleted dir and file in container (Spec Runtime: 3m30.605s) /go/odo_1/tests/integration/cmd_dev_test.go:1739 In [AfterEach] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:1717 Begin Captured GinkgoWriter Output >> ... [odo] I0613 13:59:58.053748 17239 segment.go:282] Sending telemetry disabled by env variable [odo] I0613 13:59:58.127338 17239 all.go:46] starting to concurrently query 200 APIs [odo] I0613 13:59:58.132085 17239 all.go:62] fired up all goroutines to query APIs [odo] I0613 13:59:58.818186 17239 all.go:67] all goroutines have returned in 690.88934ms [odo] I0613 13:59:58.818237 17239 all.go:76] query result: objects=610 [odo] I0613 14:01:30.563053 17239 delete.go:98] failed to delete resource "jawwhf-app" (apps.v1.deployments): timeout while waiting for "my-nodejs-app-cluster-sample-k8s" resource to be deleted [odo] I0613 14:01:30.616103 17239 all.go:46] starting to concurrently query 200 APIs [odo] I0613 14:01:30.616211 17239 all.go:62] fired up all goroutines to query APIs [odo] I0613 14:01:31.442075 17239 all.go:67] all goroutines have returned in 825.800697ms [odo] I0613 14:01:31.442170 17239 all.go:76] query result: objects=645 << End Captured GinkgoWriter Output Spec Goroutine goroutine 264 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0002930a0, {0x30b1728?, 0xc000f2d140}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0002930a0, {0x30b1728, 0xc000f2d140}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc0005c4ed0?, {0xc000995300?, 0x0?, 0xc001092f80?}) /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:224 > github.com/redhat-developer/odo/tests/integration.glob..func7.15.2.2() /go/odo_1/tests/integration/cmd_dev_test.go:1719 | AfterEach(func() { | session.Stop() > session.WaitEnd() | }) | github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc00095e120}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ •••••S•SS•S••••SSSS••••S• ------------------------------ • [12.622 seconds] odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (Bind as Environment Variables) /go/odo_1/tests/integration/interactive_add_binding_test.go:73 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/514454818 << Captured StdOut/StdErr Output ------------------------------ •S ------------------------------ • [23.281 seconds] odo add binding interactive command tests when the component is bootstrapped when binding to a service in a different namespace should error out if service is not found in the namespace selected /go/odo_1/tests/integration/interactive_add_binding_test.go:242 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/1605938538 << Captured StdOut/StdErr Output ------------------------------ SS•S•SS•S•S••S•SS ------------------------------ • [14.269 seconds] odo add binding interactive command tests when running a deployment should successfully add binding without devfile (custom naming strategy: "{ .name | upper }") /go/odo_1/tests/integration/interactive_add_binding_test.go:463 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/3214258256 << Captured StdOut/StdErr Output ------------------------------ SS•S•S•••SS••S•••••SS•••••••S•••••S••SS•SSSS•S•SSSSSSS ------------------------------ • [10.541 seconds] odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile ("none" as naming strategy) /go/odo_1/tests/integration/interactive_add_binding_test.go:131 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/2445162104 << Captured StdOut/StdErr Output ------------------------------ •SS•SS•SS•SSSSS•••S• ------------------------------ • [8.932 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/834917885 << Captured StdOut/StdErr Output ------------------------------ ••SSSS••S•SSSSSSS•SS••••SSSSSS••S••SSS•S••S••S••S••S•S•S•••SS•••SS•S•• ------------------------------ • [9.199 seconds] odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (custom naming strategy: "{ .name | upper }") /go/odo_1/tests/integration/interactive_add_binding_test.go:180 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/388658649 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ Progress Report for Ginkgo Process #3 Automatically polling progress: odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false should have created resources (Spec Runtime: 2m1.528s) /go/odo_1/tests/integration/cmd_dev_test.go:529 In [BeforeEach] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:510 Begin Captured GinkgoWriter Output >> ... [odo] I0613 14:05:14.451889 27983 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I0613 14:05:14.454080 27983 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:05:14.456177 27983 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:05:14.458267 27983 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I0613 14:05:14.466406 27983 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:05:14.481268 27983 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:05:14.505403 27983 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I0613 14:05:14.505429 27983 status.go:34] setting inner loop State "WaitDeployment" [odo] I0613 14:05:14.505459 27983 watch.go:263] deployment watcher Event: Type: MODIFIED, name: tsoxdv-app, rv: 51198026, generation: 1, pods: 0 [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. << End Captured GinkgoWriter Output Spec Goroutine goroutine 26100 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0006d43f0, {0x30b1968?, 0xc000b018f0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0006d43f0, {0x30b1968, 0xc000b018f0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc000b018c0) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.4.18.1() /go/odo_1/tests/integration/cmd_dev_test.go:516 | helper.Cmd("odo", "preference", "set", "-f", "Ephemeral", "false").ShouldPass() | var err error > devSession, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc001452540}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ •S•••S•SSS•SSS•SSS•S• ------------------------------ • [11.459 seconds] odo add binding interactive command tests when running a deployment should successfully add binding without devfile (naming strategy: "lowercase") /go/odo_1/tests/integration/interactive_add_binding_test.go:378 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/1603105397 << Captured StdOut/StdErr Output ------------------------------ S•SS•S••S•S•SS•••SSS••SS•••S•••SSSS•• ------------------------------ • [55.456 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:3489 Captured StdOut/StdErr Output >> PID: 31985 << Captured StdOut/StdErr Output ------------------------------ ••SSSSS ------------------------------ • [16.235 seconds] odo add binding interactive command tests when the component is bootstrapped when binding to a service in a different namespace should successfully add binding to the devfile /go/odo_1/tests/integration/interactive_add_binding_test.go:257 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/1413950242 << Captured StdOut/StdErr Output ------------------------------ •••S••SS• ------------------------------ • [9.881 seconds] odo add binding interactive command tests when running a deployment should successfully add binding without devfile (custom naming strategy: "") /go/odo_1/tests/integration/interactive_add_binding_test.go:463 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/3925913564 << Captured StdOut/StdErr Output ------------------------------ SS•• ------------------------------ • [11.201 seconds] odo add binding interactive command tests when running a deployment should successfully add binding without devfile (naming strategy: "uppercase") /go/odo_1/tests/integration/interactive_add_binding_test.go:378 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/2104982153 << Captured StdOut/StdErr Output ------------------------------ S•SS•SSS•• ------------------------------ Progress Report for Ginkgo Process #3 Automatically polling progress: odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false should have created resources (Spec Runtime: 4m1.531s) /go/odo_1/tests/integration/cmd_dev_test.go:529 In [BeforeEach] (Node Runtime: 4m0.003s) /go/odo_1/tests/integration/cmd_dev_test.go:510 Begin Captured GinkgoWriter Output >> ... [odo] I0613 14:05:14.456177 27983 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:05:14.458267 27983 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I0613 14:05:14.466406 27983 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:05:14.481268 27983 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:05:14.505403 27983 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I0613 14:05:14.505429 27983 status.go:34] setting inner loop State "WaitDeployment" [odo] I0613 14:05:14.505459 27983 watch.go:263] deployment watcher Event: Type: MODIFIED, name: tsoxdv-app, rv: 51198026, generation: 1, pods: 0 [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. [odo] ⚠ AttachVolume.Attach failed for volume "pvc-0fda66b3-6416-4f11-a32d-2e871ba33246" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-ce020f01-ffc8-4af2-beb0-2f6ad3d62ada [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[odo-projects], unattached volumes=[kube-api-access-mwgw9 odo-projects odo-shared-data]: timed out waiting for the condition << End Captured GinkgoWriter Output Spec Goroutine goroutine 26100 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0006d43f0, {0x30b1968?, 0xc000b018f0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0006d43f0, {0x30b1968, 0xc000b018f0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc000b018c0) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.4.18.1() /go/odo_1/tests/integration/cmd_dev_test.go:516 | helper.Cmd("odo", "preference", "set", "-f", "Ephemeral", "false").ShouldPass() | var err error > devSession, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc001452540}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ •••••S•SSSS•S•S ------------------------------ • [11.757 seconds] odo add binding interactive command tests when running a deployment should successfully add binding without devfile (default naming strategy) /go/odo_1/tests/integration/interactive_add_binding_test.go:311 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/505697320 << Captured StdOut/StdErr Output ------------------------------ ••SS•S••••••S•••••S•S• ------------------------------ • [113.729 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/1224778063 << Captured StdOut/StdErr Output ------------------------------ • ------------------------------ Progress Report for Ginkgo Process #16 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: 2m1.366s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:294 In [BeforeEach] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:282 Begin Captured GinkgoWriter Output >> ... [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] I0613 14:10:27.068764 1030 status.go:34] setting inner loop State "Ready" [odo] I0613 14:10:27.082616 1030 watch.go:263] deployment watcher Event: Type: MODIFIED, name: avdsda-app, rv: 51211884, generation: 1, pods: 1 [odo] I0613 14:10:27.425615 1030 watch.go:339] filesystem watch event: CREATE "/tmp/1359170230/.odo/odo-file-index.json" [odo] I0613 14:10:27.426449 1030 watch.go:339] filesystem watch event: WRITE "/tmp/1359170230/.odo/odo-file-index.json" [odo] I0613 14:10:27.427173 1030 watch.go:339] filesystem watch event: WRITE "/tmp/1359170230/.odo/devstate.json" [odo] I0613 14:10:27.427429 1030 watch.go:339] filesystem watch event: WRITE "/tmp/1359170230/.odo/devstate.1030.json" << End Captured GinkgoWriter Output Spec Goroutine goroutine 1042 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00054aa10, {0x30b1968?, 0xc000e59470}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00054aa10, {0x30b1968, 0xc000e59470}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x1?, 0x3?, 0xc000e59410) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0xc0006c9260, 0x1, 0x1}, {0xc0006c9290, 0x1, 0x1}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func6.7.1() /go/odo_1/tests/integration/cmd_dev_debug_test.go:288 | filepath.Join(commonVar.Context, "devfile.yaml"), | cmpName) > session, sessionOut, _, ports, err = helper.StartDevMode(helper.DevSessionOpts{ | EnvVars: []string{"PODMAN_CMD=echo"}, | CmdlineArgs: []string{"--debug"}, github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc001520360}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ ••••SS•SSS•SSS•SSS••SS•••• ------------------------------ • [10.274 seconds] odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (custom naming strategy: "any string") /go/odo_1/tests/integration/interactive_add_binding_test.go:180 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/3102502368 << Captured StdOut/StdErr Output ------------------------------ ••S•••S••S ------------------------------ Progress Report for Ginkgo Process #10 Automatically polling progress: 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 (Spec Runtime: 2m1.62s) /go/odo_1/tests/integration/cmd_dev_test.go:468 In [BeforeEach] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:451 Begin Captured GinkgoWriter Output >> ... [odo] I0613 14:09:43.136367 2922 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I0613 14:09:43.140067 2922 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:09:43.143616 2922 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:09:43.147372 2922 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I0613 14:09:43.157777 2922 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:09:43.168139 2922 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:09:43.195911 2922 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I0613 14:09:43.195929 2922 status.go:34] setting inner loop State "WaitDeployment" [odo] I0613 14:09:43.195952 2922 watch.go:263] deployment watcher Event: Type: MODIFIED, name: fhrxqp-app, rv: 51216609, generation: 1, pods: 0 [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. << End Captured GinkgoWriter Output Spec Goroutine goroutine 40724 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00037a2a0, {0x30b1968?, 0xc0011c8d50}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00037a2a0, {0x30b1968, 0xc0011c8d50}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc0011c8d20) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.4.17.1() /go/odo_1/tests/integration/cmd_dev_test.go:457 | helper.Cmd("odo", "preference", "set", "-f", "Ephemeral", "false").ShouldPass() | var err error > devSession, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc001c52420}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ ••S ------------------------------ • [10.768 seconds] odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile ("lowercase" as naming strategy) /go/odo_1/tests/integration/interactive_add_binding_test.go:131 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/910062235 << Captured StdOut/StdErr Output ------------------------------ SS••SS••• ------------------------------ • [2.915 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/39375348 << Captured StdOut/StdErr Output ------------------------------ •S•••S• ------------------------------ Progress Report for Ginkgo Process #16 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: 4m1.393s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:294 In [It] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:294 At [By Step] cleaning up the resources on ending the session (Step Runtime: 26.876s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:332 Begin Captured GinkgoWriter Output >> ... [odo] ✗ Finished executing the application (command: start-debug) [1m] [odo] I0613 14:12:06.806631 1030 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] I0613 14:12:06.808824 1030 implem.go:114] The path for preference file is /tmp/1119163181/preference.yaml [odo] Cleaning resources, please wait [odo] I0613 14:12:06.809907 1030 segment.go:264] Checking telemetry enable status [odo] I0613 14:12:06.809931 1030 segment.go:282] Sending telemetry disabled by env variable [odo] I0613 14:12:06.907140 1030 all.go:46] starting to concurrently query 200 APIs [odo] I0613 14:12:06.907310 1030 all.go:62] fired up all goroutines to query APIs [odo] I0613 14:12:07.629922 1030 all.go:67] all goroutines have returned in 722.748973ms [odo] I0613 14:12:07.636575 1030 all.go:76] query result: objects=587 << End Captured GinkgoWriter Output Spec Goroutine goroutine 1047 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0003aefc0, {0x30b1728?, 0xc001616ca8}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0003aefc0, {0x30b1728, 0xc001616ca8}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc00080a210?, {0xc0006c8a10?, 0xe3e9189dc8?, 0x42ec240?}) /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:224 > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2.8() /go/odo_1/tests/integration/cmd_dev_debug_test.go:334 | By("cleaning up the resources on ending the session", func() { | session.Stop() > session.WaitEnd() | out := commonVar.CliRunner.Run("get", "deployments").Out.Contents() | helper.DontMatchAllInOutput(string(out), deploymentNames) github.com/onsi/ginkgo/v2/internal.(*Suite).By(0xc000134000, {0x2d0d4e6, 0x2f}, {0xc0010e5e60, 0x1, 0x3?}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:301 github.com/onsi/ginkgo/v2.By({0x2d0d4e6?, 0xc000d93e58?}, {0xc0010e5e60?, 0xf5f89d?, 0xc000000000?}) /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:332 | }) | > By("cleaning up the resources on ending the session", func() { | session.Stop() | session.WaitEnd() github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1075f3e, 0xc0015c0ba0}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ •SSS•••S•S•SS•S•••S•SS ------------------------------ • [12.504 seconds] odo add binding interactive command tests when running a deployment should successfully add binding without devfile (naming strategy: "none") /go/odo_1/tests/integration/interactive_add_binding_test.go:378 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/1735026644 << Captured StdOut/StdErr Output ------------------------------ S•SSS••••••SSSSSSS•S•SSSSSS• ------------------------------ Progress Report for Ginkgo Process #10 Automatically polling progress: 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 (Spec Runtime: 4m1.623s) /go/odo_1/tests/integration/cmd_dev_test.go:468 In [BeforeEach] (Node Runtime: 4m0.004s) /go/odo_1/tests/integration/cmd_dev_test.go:451 Begin Captured GinkgoWriter Output >> ... [odo] I0613 14:09:43.143616 2922 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:09:43.147372 2922 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I0613 14:09:43.157777 2922 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:09:43.168139 2922 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:09:43.195911 2922 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I0613 14:09:43.195929 2922 status.go:34] setting inner loop State "WaitDeployment" [odo] I0613 14:09:43.195952 2922 watch.go:263] deployment watcher Event: Type: MODIFIED, name: fhrxqp-app, rv: 51216609, generation: 1, pods: 0 [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. [odo] ⚠ AttachVolume.Attach failed for volume "pvc-e11b788d-e423-45fa-b5df-03c579e5753d" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-0f7c1c04-18ed-41d9-b466-f81c98e9b180 [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[odo-projects], unattached volumes=[kube-api-access-txsfp odo-projects odo-shared-data]: timed out waiting for the condition << End Captured GinkgoWriter Output Spec Goroutine goroutine 40724 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00037a2a0, {0x30b1968?, 0xc0011c8d50}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00037a2a0, {0x30b1968, 0xc0011c8d50}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc0011c8d20) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.4.17.1() /go/odo_1/tests/integration/cmd_dev_test.go:457 | helper.Cmd("odo", "preference", "set", "-f", "Ephemeral", "false").ShouldPass() | var err error > devSession, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc001c52420}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ •SSS•S••S•S•S•••SSS•••SSS•• ------------------------------ • [19.949 seconds] odo dev interactive command tests when a component is bootstrapped should sync files when p is pressed /go/odo_1/tests/integration/interactive_dev_test.go:206 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo dev --random-ports --no-watch' from /tmp/796628460 << Captured StdOut/StdErr Output ------------------------------ •SS•SSS ------------------------------ • [10.518 seconds] odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile ("uppercase" as naming strategy) /go/odo_1/tests/integration/interactive_add_binding_test.go:131 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/541257652 << Captured StdOut/StdErr Output ------------------------------ S•S•••S•S•S••••SSS•SSSSS•••S•S•S••S ------------------------------ Progress Report for Ginkgo Process #10 Automatically polling progress: 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 (Spec Runtime: 6m1.626s) /go/odo_1/tests/integration/cmd_dev_test.go:468 In [BeforeEach] (Node Runtime: 6m0.007s) /go/odo_1/tests/integration/cmd_dev_test.go:451 Begin Captured GinkgoWriter Output >> ... [odo] I0613 14:09:43.157777 2922 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:09:43.168139 2922 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:09:43.195911 2922 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I0613 14:09:43.195929 2922 status.go:34] setting inner loop State "WaitDeployment" [odo] I0613 14:09:43.195952 2922 watch.go:263] deployment watcher Event: Type: MODIFIED, name: fhrxqp-app, rv: 51216609, generation: 1, pods: 0 [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. [odo] ⚠ AttachVolume.Attach failed for volume "pvc-e11b788d-e423-45fa-b5df-03c579e5753d" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-0f7c1c04-18ed-41d9-b466-f81c98e9b180 [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[odo-projects], unattached volumes=[kube-api-access-txsfp odo-projects odo-shared-data]: timed out waiting for the condition [odo] ⚠ AttachVolume.Attach failed for volume "pvc-e11b788d-e423-45fa-b5df-03c579e5753d" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-0f7c1c04-18ed-41d9-b466-f81c98e9b180 [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[odo-projects], unattached volumes=[odo-projects odo-shared-data kube-api-access-txsfp]: timed out waiting for the condition << End Captured GinkgoWriter Output Spec Goroutine goroutine 40724 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00037a2a0, {0x30b1968?, 0xc0011c8d50}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00037a2a0, {0x30b1968, 0xc0011c8d50}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc0011c8d20) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.4.17.1() /go/odo_1/tests/integration/cmd_dev_test.go:457 | helper.Cmd("odo", "preference", "set", "-f", "Ephemeral", "false").ShouldPass() | var err error > devSession, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc001c52420}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ •S•S•S•SSSSS•S••S•S••SSS•••SSSSSS• ------------------------------ • [FAILED] [422.548 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false [BeforeEach] when killing odo dev and running odo delete component --wait should have deleted all resources before returning [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:451 [It] /go/odo_1/tests/integration/cmd_dev_test.go:468 Timeline >> Created dir: /tmp/1669246792 Created dir: /tmp/718283065 Setting KUBECONFIG=/tmp/718283065/config Creating a new project: cmd-dev-test468slf Running oc with args [oc new-project cmd-dev-test468slf] and odo env: [] [oc] Now using project "cmd-dev-test468slf" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31049". [oc] [oc] You can add applications to this project with the 'new-app' command. For example, try: [oc] [oc] oc new-app rails-postgresql-example [oc] [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: [oc] [oc] kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname [oc] Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test468slf] 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] I0613 14:09:40.740248 2869 implem.go:114] The path for preference file is /tmp/718283065/preference.yaml [odo] Successfully removed registry [odo] I0613 14:09:40.742251 2869 implem.go:114] The path for preference file is /tmp/718283065/preference.yaml [odo] I0613 14:09:40.743003 2869 segment.go:264] Checking telemetry enable status [odo] I0613 14:09:40.743013 2869 segment.go:282] Sending telemetry disabled by env variable Running odo with args [odo preference add registry DefaultDevfileRegistry https://devfile-registry-ci-devfile-registry.odo-test-kubernetes-clust-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud/] and odo env: [] [odo] I0613 14:09:40.928435 2883 implem.go:114] The path for preference file is /tmp/718283065/preference.yaml [odo] New registry successfully added [odo] I0613 14:09:40.940348 2883 implem.go:114] The path for preference file is /tmp/718283065/preference.yaml [odo] I0613 14:09:40.940901 2883 segment.go:264] Checking telemetry enable status [odo] I0613 14:09:40.940957 2883 segment.go:282] Sending telemetry disabled by env variable Setting current dir to: /tmp/1669246792 Running odo with args [odo init --name fhrxqp --devfile-path /go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml] and odo env: [] [odo] I0613 14:09:41.125665 2898 implem.go:114] The path for preference file is /tmp/718283065/preference.yaml [odo] I0613 14:09:41.126664 2898 util.go:198] path /tmp/1669246792/devfile.yaml doesn't exist, skipping it [odo] I0613 14:09:41.126755 2898 util.go:198] path /tmp/1669246792/.devfile.yaml doesn't exist, skipping it [odo] I0613 14:09:41.126827 2898 util.go:198] path /tmp/1669246792/devfile.yaml doesn't exist, skipping it [odo] __ [odo] / \__ Initializing a new component [odo] \__/ \ [odo] / \__/ odo version: v3.11.0 [odo] \__/ [odo] [odo] • Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml" ... [odo] ✓ Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml" [odo] I0613 14:09:41.129348 2898 context.go:172] absolute devfile path: '/tmp/1669246792/devfile.yaml' [odo] I0613 14:09:41.129369 2898 context.go:113] absolute devfile path: '/tmp/1669246792/devfile.yaml' [odo] I0613 14:09:41.129986 2898 content.go:48] converted devfile YAML to JSON [odo] I0613 14:09:41.130070 2898 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I0613 14:09:41.130237 2898 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I0613 14:09:41.135161 2898 schema.go:61] validated devfile schema [odo] I0613 14:09:41.138460 2898 writer.go:55] devfile yaml created at: 'devfile.yaml' [odo] [odo] Your new component 'fhrxqp' 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] I0613 14:09:41.139629 2898 implem.go:114] The path for preference file is /tmp/718283065/preference.yaml [odo] I0613 14:09:41.140000 2898 segment.go:264] Checking telemetry enable status [odo] I0613 14:09:41.140015 2898 segment.go:282] Sending telemetry disabled by env variable Running odo with args [odo preference set -f Ephemeral false] and odo env: [] [odo] I0613 14:09:41.364023 2914 implem.go:114] The path for preference file is /tmp/718283065/preference.yaml [odo] ✓ Value of 'ephemeral' preference was set to 'false' [odo] I0613 14:09:41.365447 2914 implem.go:114] The path for preference file is /tmp/718283065/preference.yaml [odo] I0613 14:09:41.365808 2914 segment.go:264] Checking telemetry enable status [odo] I0613 14:09:41.365828 2914 segment.go:282] Sending telemetry disabled by env variable Running odo with args [odo dev --random-ports] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no] [odo] I0613 14:09:41.580851 2922 version.go:41] executing [podman version --format json] [odo] I0613 14:09:41.581617 2922 clientset.go:198] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I0613 14:09:41.581656 2922 implem.go:114] The path for preference file is /tmp/718283065/preference.yaml [odo] I0613 14:09:41.582920 2922 context.go:172] absolute devfile path: '/tmp/1669246792/devfile.yaml' [odo] I0613 14:09:41.582961 2922 context.go:113] absolute devfile path: '/tmp/1669246792/devfile.yaml' [odo] I0613 14:09:41.583496 2922 content.go:48] converted devfile YAML to JSON [odo] I0613 14:09:41.583580 2922 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I0613 14:09:41.583756 2922 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I0613 14:09:41.588406 2922 schema.go:61] validated devfile schema [odo] I0613 14:09:41.596127 2922 validate.go:45] Successfully validated devfile sections [odo] I0613 14:09:41.596726 2922 validate.go:45] Successfully validated devfile sections [odo] I0613 14:09:41.596829 2922 component.go:87] name of component is "fhrxqp", and sanitized name is "fhrxqp" [odo] I0613 14:09:41.596883 2922 kclient.go:224] Checking if "projects" resource is supported [odo] __ [odo] / \__ Developing using the "fhrxqp" Devfile [odo] \__/ \ Namespace: cmd-dev-test468slf [odo] / \__/ odo version: v3.11.0 [odo] \__/ [odo] [odo] ↪ Running on the cluster in Dev mode [odo] I0613 14:09:41.751056 2922 kubedev.go:86] Creating new adapter [odo] I0613 14:09:41.751066 2922 kubedev.go:94] Creating inner-loop resources for the component [odo] I0613 14:09:41.751082 2922 watch.go:101] starting WatchAndPush, path: /tmp/1669246792, component: fhrxqp, ignores [.git .odo .odo/odo-file-index.json] [odo] I0613 14:09:41.752464 2922 file_watcher.go:126] adding watch on path /tmp/1669246792 [odo] I0613 14:09:41.752487 2922 file_watcher.go:126] adding watch on path /tmp/1669246792/.odo [odo] I0613 14:09:41.752495 2922 file_watcher.go:126] adding watch on path /tmp/1669246792/test [odo] I0613 14:09:41.766238 2922 watch.go:414] Copying files [] to pod [odo] I0613 14:09:41.766277 2922 context.go:172] absolute devfile path: '/tmp/1669246792/devfile.yaml' [odo] I0613 14:09:41.766283 2922 context.go:113] absolute devfile path: '/tmp/1669246792/devfile.yaml' [odo] I0613 14:09:41.766845 2922 content.go:48] converted devfile YAML to JSON [odo] I0613 14:09:41.766922 2922 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I0613 14:09:41.766933 2922 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I0613 14:09:41.774337 2922 schema.go:61] validated devfile schema [odo] I0613 14:09:41.774507 2922 validate.go:45] Successfully validated devfile sections [odo] I0613 14:09:41.774713 2922 components.go:69] component state: "" [odo] • Waiting for Kubernetes resources ... [odo] I0613 14:09:41.787729 2922 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I0613 14:09:41.798880 2922 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] I0613 14:09:41.814675 2922 kubernetes.go:60] Creating a PVC with name odo-projects-fhrxqp-app and labels map[app:app app.kubernetes.io/instance:fhrxqp app.kubernetes.io/managed-by:odo app.kubernetes.io/managed-by-version:v3.11.0 app.kubernetes.io/part-of:app app.kubernetes.io/storage-name:odo-projects app.openshift.io/runtime:nodejs component:fhrxqp odo-source-pvc:odo-projects odo.dev/mode:Dev storage-name:odo-projects] [odo] I0613 14:09:41.864836 2922 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I0613 14:09:41.918226 2922 components.go:346] Creating deployment fhrxqp-app [odo] I0613 14:09:41.918249 2922 components.go:347] The component name is fhrxqp [odo] I0613 14:09:41.921781 2922 kclient.go:273] Kubernetes version is "v1.25.8+37a9a08" [odo] I0613 14:09:41.921831 2922 kclient.go:285] Cluster has support for SSA: true [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") [odo] I0613 14:09:42.038408 2922 components.go:378] Successfully created component fhrxqp [odo] I0613 14:09:42.074985 2922 components.go:390] Successfully created Service for component fhrxqp [odo] I0613 14:09:42.102229 2922 all.go:46] starting to concurrently query 200 APIs [odo] I0613 14:09:42.102468 2922 all.go:62] fired up all goroutines to query APIs [odo] I0613 14:09:42.184439 2922 all.go:67] all goroutines have returned in 82.207327ms [odo] I0613 14:09:42.184466 2922 all.go:76] query result: objects=7 [odo] I0613 14:09:42.184604 2922 kclient.go:224] Checking if "servicebindings" resource is supported [odo] I0613 14:09:42.189680 2922 kclient.go:224] Checking if "clusterserviceversions" resource is supported [odo] I0613 14:09:42.193463 2922 service.go:75] Getting list of services [odo] I0613 14:09:42.193475 2922 operators.go:30] Fetching list of operators installed in cluster [odo] I0613 14:09:42.247729 2922 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.3 [odo] I0613 14:09:42.247800 2922 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I0613 14:09:42.257997 2922 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I0613 14:09:42.277803 2922 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I0613 14:09:42.292558 2922 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I0613 14:09:42.303737 2922 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I0613 14:09:42.303789 2922 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I0613 14:09:42.308575 2922 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:09:42.312244 2922 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:09:42.316625 2922 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I0613 14:09:42.330403 2922 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:09:42.346367 2922 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:09:42.399326 2922 components.go:134] Deployment has been updated to generation 1. Waiting new event... [odo] I0613 14:09:42.399343 2922 status.go:34] setting inner loop State "WaitDeployment" [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. [odo] ⚠ Pod is Pending [odo] I0613 14:09:42.420006 2922 watch.go:263] deployment watcher Event: Type: ADDED, name: fhrxqp-app, rv: 51216526, generation: 1, pods: 0 [odo] I0613 14:09:42.421049 2922 watch.go:263] deployment watcher Event: Type: MODIFIED, name: fhrxqp-app, rv: 51216530, generation: 1, pods: 0 [odo] I0613 14:09:42.421655 2922 watch.go:263] deployment watcher Event: Type: MODIFIED, name: fhrxqp-app, rv: 51216536, generation: 1, pods: 0 [odo] I0613 14:09:42.422033 2922 watch.go:263] deployment watcher Event: Type: MODIFIED, name: fhrxqp-app, rv: 51216550, generation: 1, pods: 0 [odo] I0613 14:09:42.720983 2922 watch.go:414] Copying files [] to pod [odo] I0613 14:09:42.721675 2922 context.go:172] absolute devfile path: '/tmp/1669246792/devfile.yaml' [odo] I0613 14:09:42.721695 2922 context.go:113] absolute devfile path: '/tmp/1669246792/devfile.yaml' [odo] I0613 14:09:42.722880 2922 content.go:48] converted devfile YAML to JSON [odo] I0613 14:09:42.723005 2922 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I0613 14:09:42.723020 2922 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I0613 14:09:42.734393 2922 schema.go:61] validated devfile schema [odo] I0613 14:09:42.734714 2922 validate.go:45] Successfully validated devfile sections [odo] I0613 14:09:42.734772 2922 components.go:69] component state: "WaitDeployment" [odo] I0613 14:09:42.745489 2922 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I0613 14:09:42.757373 2922 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] I0613 14:09:42.817606 2922 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I0613 14:09:42.886470 2922 components.go:346] Creating deployment fhrxqp-app [odo] I0613 14:09:42.886506 2922 components.go:347] The component name is fhrxqp [odo] I0613 14:09:42.886556 2922 components.go:350] The component already exists, attempting to update it [odo] I0613 14:09:42.886575 2922 components.go:352] Applying deployment [odo] I0613 14:09:42.933658 2922 components.go:361] Successfully updated component fhrxqp [odo] I0613 14:09:42.958310 2922 components.go:748] Successfully update Service for component fhrxqp [odo] I0613 14:09:42.998423 2922 all.go:46] starting to concurrently query 200 APIs [odo] I0613 14:09:42.998656 2922 all.go:62] fired up all goroutines to query APIs [odo] I0613 14:09:43.055458 2922 all.go:67] all goroutines have returned in 57.035528ms [odo] I0613 14:09:43.055481 2922 all.go:76] query result: objects=7 [odo] I0613 14:09:43.055646 2922 kclient.go:224] Checking if "servicebindings" resource is supported [odo] I0613 14:09:43.055676 2922 kclient.go:224] Checking if "clusterserviceversions" resource is supported [odo] I0613 14:09:43.055688 2922 service.go:75] Getting list of services [odo] I0613 14:09:43.055694 2922 operators.go:30] Fetching list of operators installed in cluster [odo] I0613 14:09:43.086825 2922 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.3 [odo] I0613 14:09:43.086849 2922 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I0613 14:09:43.108420 2922 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I0613 14:09:43.117685 2922 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I0613 14:09:43.128610 2922 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I0613 14:09:43.136352 2922 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I0613 14:09:43.136367 2922 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I0613 14:09:43.140067 2922 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:09:43.143616 2922 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:09:43.147372 2922 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I0613 14:09:43.157777 2922 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:09:43.168139 2922 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:09:43.195911 2922 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I0613 14:09:43.195929 2922 status.go:34] setting inner loop State "WaitDeployment" [odo] I0613 14:09:43.195952 2922 watch.go:263] deployment watcher Event: Type: MODIFIED, name: fhrxqp-app, rv: 51216609, generation: 1, pods: 0 [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. Automatically polling progress: 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 (Spec Runtime: 2m1.62s) /go/odo_1/tests/integration/cmd_dev_test.go:468 In [BeforeEach] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:451 Spec Goroutine goroutine 40724 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00037a2a0, {0x30b1968?, 0xc0011c8d50}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00037a2a0, {0x30b1968, 0xc0011c8d50}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc0011c8d20) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.4.17.1() /go/odo_1/tests/integration/cmd_dev_test.go:457 | helper.Cmd("odo", "preference", "set", "-f", "Ephemeral", "false").ShouldPass() | var err error > devSession, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc001c52420}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 [odo] ⚠ AttachVolume.Attach failed for volume "pvc-e11b788d-e423-45fa-b5df-03c579e5753d" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-0f7c1c04-18ed-41d9-b466-f81c98e9b180 [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[odo-projects], unattached volumes=[kube-api-access-txsfp odo-projects odo-shared-data]: timed out waiting for the condition Automatically polling progress: 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 (Spec Runtime: 4m1.623s) /go/odo_1/tests/integration/cmd_dev_test.go:468 In [BeforeEach] (Node Runtime: 4m0.004s) /go/odo_1/tests/integration/cmd_dev_test.go:451 Spec Goroutine goroutine 40724 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00037a2a0, {0x30b1968?, 0xc0011c8d50}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00037a2a0, {0x30b1968, 0xc0011c8d50}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc0011c8d20) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.4.17.1() /go/odo_1/tests/integration/cmd_dev_test.go:457 | helper.Cmd("odo", "preference", "set", "-f", "Ephemeral", "false").ShouldPass() | var err error > devSession, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc001c52420}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 [odo] ⚠ AttachVolume.Attach failed for volume "pvc-e11b788d-e423-45fa-b5df-03c579e5753d" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-0f7c1c04-18ed-41d9-b466-f81c98e9b180 [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[odo-projects], unattached volumes=[odo-projects odo-shared-data kube-api-access-txsfp]: timed out waiting for the condition Automatically polling progress: 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 (Spec Runtime: 6m1.626s) /go/odo_1/tests/integration/cmd_dev_test.go:468 In [BeforeEach] (Node Runtime: 6m0.007s) /go/odo_1/tests/integration/cmd_dev_test.go:451 Spec Goroutine goroutine 40724 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00037a2a0, {0x30b1968?, 0xc0011c8d50}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00037a2a0, {0x30b1968, 0xc0011c8d50}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc0011c8d20) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.4.17.1() /go/odo_1/tests/integration/cmd_dev_test.go:457 | helper.Cmd("odo", "preference", "set", "-f", "Ephemeral", "false").ShouldPass() | var err error > devSession, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc001c52420}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 [odo] ⚠ AttachVolume.Attach failed for volume "pvc-e11b788d-e423-45fa-b5df-03c579e5753d" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-0f7c1c04-18ed-41d9-b466-f81c98e9b180 [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[odo-projects], unattached volumes=[odo-projects odo-shared-data kube-api-access-txsfp]: timed out waiting for the condition [FAILED] in [BeforeEach] - /go/odo_1/tests/helper/helper_run.go:54 @ 06/13/23 14:16:41.415 Deleting project: cmd-dev-test468slf Running oc with args [oc delete project cmd-dev-test468slf --wait=false] and odo env: [] [oc] project.project.openshift.io "cmd-dev-test468slf" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/1669246792 Deleting dir: /tmp/718283065 << Timeline [FAILED] Timed out after 420.001s. Expected : __ / \__ Developing using the "fhrxqp" Devfile \__/ \ Namespace: cmd-dev-test468slf / \__/ odo version: v3.11.0 \__/ ↪ Running on the cluster in Dev mode • Waiting for Kubernetes resources ... ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. ⚠ Pod is Pending ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. ⚠ AttachVolume.Attach failed for volume "pvc-e11b788d-e423-45fa-b5df-03c579e5753d" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-0f7c1c04-18ed-41d9-b466-f81c98e9b180 ⚠ Unable to attach or mount volumes: unmounted volumes=[odo-projects], unattached volumes=[kube-api-access-txsfp odo-projects odo-shared-data]: timed out waiting for the condition ⚠ AttachVolume.Attach failed for volume "pvc-e11b788d-e423-45fa-b5df-03c579e5753d" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-0f7c1c04-18ed-41d9-b466-f81c98e9b180 ⚠ Unable to attach or mount volumes: unmounted volumes=[odo-projects], unattached volumes=[odo-projects odo-shared-data kube-api-access-txsfp]: timed out waiting for the condition ⚠ AttachVolume.Attach failed for volume "pvc-e11b788d-e423-45fa-b5df-03c579e5753d" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-0f7c1c04-18ed-41d9-b466-f81c98e9b180 to contain substring : [Ctrl+c] - Exit In [BeforeEach] at: /go/odo_1/tests/helper/helper_run.go:54 @ 06/13/23 14:16:41.415 ------------------------------ ••SS•S ------------------------------ Progress Report for Ginkgo Process #13 Automatically polling progress: odo dev command tests when running odo dev and single env var is set - with metadata.name should be able to exec command (Spec Runtime: 2m1.207s) /go/odo_1/tests/integration/cmd_dev_test.go:1553 In [It] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:1553 Begin Captured GinkgoWriter Output >> ... [oc] 1530662 drwxrwsrwx. 2 1006700000 1006700000 4096 Jun 13 14:15 test_env_variable [odo] read: read /dev/stdin: input/output error [odo] I0613 14:16:40.512981 11092 implem.go:114] The path for preference file is /tmp/2791423081/preference.yaml [odo] Cleaning resources, please wait [odo] I0613 14:16:40.513622 11092 segment.go:264] Checking telemetry enable status [odo] I0613 14:16:40.513634 11092 segment.go:282] Sending telemetry disabled by env variable [odo] I0613 14:16:40.605822 11092 all.go:46] starting to concurrently query 200 APIs [odo] I0613 14:16:40.606005 11092 all.go:62] fired up all goroutines to query APIs [odo] I0613 14:16:41.426351 11092 all.go:67] all goroutines have returned in 820.512308ms [odo] I0613 14:16:41.426448 11092 all.go:76] query result: objects=554 << End Captured GinkgoWriter Output Spec Goroutine goroutine 161799 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc001676230, {0x30b1728?, 0xc000e94300}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc001676230, {0x30b1728, 0xc000e94300}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000a7fe30?, {0xc0009325b0?, 0x13?, 0x30cb658?}) /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:224 github.com/redhat-developer/odo/tests/helper.RunDevMode.func1() /go/odo_1/tests/helper/helper_dev.go:276 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:279 > github.com/redhat-developer/odo/tests/integration.glob..func7.11.2() /go/odo_1/tests/integration/cmd_dev_test.go:1554 | | It("should be able to exec command", func() { > err := helper.RunDevMode(helper.DevSessionOpts{ | RunOnPodman: podman, | }, func(session *gexec.Session, out, err []byte, ports map[string]string) { github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1075f3e, 0xc001cba420}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ ••••••••SS••••••SS•SSS•••S••S ------------------------------ Progress Report for Ginkgo Process #5 Automatically polling progress: 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 (Spec Runtime: 2m1.463s) /go/odo_1/tests/integration/cmd_dev_test.go:2135 In [BeforeEach] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:2110 Begin Captured GinkgoWriter Output >> ... [odo] I0613 14:16:22.132067 12935 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I0613 14:16:22.132079 12935 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I0613 14:16:22.133913 12935 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:16:22.135685 12935 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:16:22.137556 12935 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I0613 14:16:22.146344 12935 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:16:22.155907 12935 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:16:22.183201 12935 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I0613 14:16:22.183229 12935 status.go:34] setting inner loop State "WaitDeployment" [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. << End Captured GinkgoWriter Output Spec Goroutine goroutine 1053 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000f6690, {0x30b1968?, 0xc000e6f6e0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000f6690, {0x30b1968, 0xc000e6f6e0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc000e6f6b0) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.23.1() /go/odo_1/tests/integration/cmd_dev_test.go:2124 | } | var err error > session, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc000a35c80}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ •••••••SSS•SS••• ------------------------------ • [78.635 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/3838430726 << Captured StdOut/StdErr Output ------------------------------ •S ------------------------------ • [12.889 seconds] odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (custom naming strategy: "") /go/odo_1/tests/integration/interactive_add_binding_test.go:180 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo add binding' from /tmp/173848304 << Captured StdOut/StdErr Output ------------------------------ •S•••••••••S•S•••SS•SSS•S•S•SS• ------------------------------ Progress Report for Ginkgo Process #5 Automatically polling progress: 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 (Spec Runtime: 4m1.466s) /go/odo_1/tests/integration/cmd_dev_test.go:2135 In [BeforeEach] (Node Runtime: 4m0.003s) /go/odo_1/tests/integration/cmd_dev_test.go:2110 Begin Captured GinkgoWriter Output >> ... [odo] I0613 14:16:22.137556 12935 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I0613 14:16:22.146344 12935 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:16:22.155907 12935 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:16:22.183201 12935 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I0613 14:16:22.183229 12935 status.go:34] setting inner loop State "WaitDeployment" [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. [odo] ⚠ AttachVolume.Attach failed for volume "pvc-5aea816c-d56f-419e-b7e5-c87683a49ef6" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-9512cbb4-862f-4137-876c-53d697564e0f [odo] ⚠ AttachVolume.Attach failed for volume "pvc-16caa44f-29fc-4735-befa-378473b03881" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-c6c45741-61eb-4436-965b-42eef5aad8e1 [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[firstvol-anvvak-app-vol secondvol-anvvak-app-vol], unattached volumes=[firstvol-anvvak-app-vol secondvol-anvvak-app-vol kube-api-access-ls2ft odo-projects odo-shared-data]: timed out waiting for the condition [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. << End Captured GinkgoWriter Output Spec Goroutine goroutine 1053 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000f6690, {0x30b1968?, 0xc000e6f6e0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000f6690, {0x30b1968, 0xc000e6f6e0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc000e6f6b0) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.23.1() /go/odo_1/tests/integration/cmd_dev_test.go:2124 | } | var err error > session, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc000a35c80}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ •SSS••SS•••••S•SS•• ------------------------------ • [5.932 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/4040017184 << Captured StdOut/StdErr Output ------------------------------ S•SSSS••SS•••SS•SS•••• ------------------------------ Progress Report for Ginkgo Process #6 Automatically polling progress: odo dev command tests checking if odo dev matches local Devfile K8s resources and remote resources when odo dev is executed to run a devfile containing a k8s resource with apply command should have deleted the old resource and created the new resource (Spec Runtime: 2m1.393s) /go/odo_1/tests/integration/cmd_dev_test.go:927 In [BeforeEach] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:900 Begin Captured GinkgoWriter Output >> ... [odo] I0613 14:21:15.095831 17060 exec.go:82] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0613 14:21:15.100790 17060 port.go:319] port 8080 not listening in container "runtime" [odo] I0613 14:21:22.868423 17060 exec.go:33] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: eunqup-app-6d5bd54f65-7f9zc in container: runtime [odo] I0613 14:21:23.075887 17060 exec.go:82] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I0613 14:21:23.075921 17060 exec.go:82] 0: C47811AC:A940 23101068:01BB 06 00000000:00000000 03:00000BCB 00000000 0 0 0 3 0000000000000000 [odo] I0613 14:21:23.075931 17060 exec.go:82] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0613 14:21:23.075941 17060 exec.go:82] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I0613 14:21:23.075948 17060 exec.go:82] 0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1007860000 0 716281378 1 0000000000000000 100 0 0 10 0 [odo] I0613 14:21:23.075957 17060 exec.go:82] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0613 14:21:23.076033 17060 port.go:319] port 8080 not listening in container "runtime" << End Captured GinkgoWriter Output Spec Goroutine goroutine 71038 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000758850, {0x30b1968?, 0xc001c0a5a0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000758850, {0x30b1968, 0xc001c0a5a0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cae6c1, 0x8}, 0xc0002794e0?, 0xc000279460?, 0xc000a07080) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.DevSession.WaitSync({0xc000a07080, 0x0, 0xc000b5e180, {0x0, 0x0}}) /go/odo_1/tests/helper/helper_dev.go:233 > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1() /go/odo_1/tests/integration/cmd_dev_test.go:919 | 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({0x266a253, 0xc001d14e40}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ ••••••• ------------------------------ Progress Report for Ginkgo Process #5 Automatically polling progress: 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 (Spec Runtime: 6m1.468s) /go/odo_1/tests/integration/cmd_dev_test.go:2135 In [BeforeEach] (Node Runtime: 6m0.005s) /go/odo_1/tests/integration/cmd_dev_test.go:2110 Begin Captured GinkgoWriter Output >> ... [odo] I0613 14:16:22.183201 12935 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I0613 14:16:22.183229 12935 status.go:34] setting inner loop State "WaitDeployment" [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. [odo] ⚠ AttachVolume.Attach failed for volume "pvc-5aea816c-d56f-419e-b7e5-c87683a49ef6" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-9512cbb4-862f-4137-876c-53d697564e0f [odo] ⚠ AttachVolume.Attach failed for volume "pvc-16caa44f-29fc-4735-befa-378473b03881" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-c6c45741-61eb-4436-965b-42eef5aad8e1 [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[firstvol-anvvak-app-vol secondvol-anvvak-app-vol], unattached volumes=[firstvol-anvvak-app-vol secondvol-anvvak-app-vol kube-api-access-ls2ft odo-projects odo-shared-data]: timed out waiting for the condition [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. [odo] ⚠ AttachVolume.Attach failed for volume "pvc-16caa44f-29fc-4735-befa-378473b03881" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-c6c45741-61eb-4436-965b-42eef5aad8e1 [odo] ⚠ AttachVolume.Attach failed for volume "pvc-5aea816c-d56f-419e-b7e5-c87683a49ef6" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-9512cbb4-862f-4137-876c-53d697564e0f [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[firstvol-anvvak-app-vol secondvol-anvvak-app-vol], unattached volumes=[odo-projects odo-shared-data firstvol-anvvak-app-vol secondvol-anvvak-app-vol kube-api-access-ls2ft]: timed out waiting for the condition << End Captured GinkgoWriter Output Spec Goroutine goroutine 1053 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000f6690, {0x30b1968?, 0xc000e6f6e0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000f6690, {0x30b1968, 0xc000e6f6e0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc000e6f6b0) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.23.1() /go/odo_1/tests/integration/cmd_dev_test.go:2124 | } | var err error > session, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc000a35c80}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ •• ------------------------------ Progress Report for Ginkgo Process #14 Automatically polling progress: odo dev command tests Devfile contains pod-overrides and container-overrides attributes should override the content in the pod it creates for the component on the cluster (Spec Runtime: 2m3.197s) /go/odo_1/tests/integration/cmd_dev_test.go:4018 In [It] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:4018 Begin Captured GinkgoWriter Output >> ... [odo] I0613 14:22:27.734441 19269 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] I0613 14:22:27.740748 19269 implem.go:114] The path for preference file is /tmp/3380598298/preference.yaml [odo] I0613 14:22:27.741585 19269 segment.go:264] Checking telemetry enable status [odo] I0613 14:22:27.741610 19269 segment.go:282] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I0613 14:22:27.785743 19269 all.go:46] starting to concurrently query 200 APIs [odo] I0613 14:22:27.785969 19269 all.go:62] fired up all goroutines to query APIs [odo] I0613 14:22:28.400045 19269 all.go:67] all goroutines have returned in 614.310965ms [odo] I0613 14:22:28.400248 19269 all.go:76] query result: objects=551 << End Captured GinkgoWriter Output Spec Goroutine goroutine 31775 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00026ca80, {0x30b1728?, 0xc0012a6a38}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00026ca80, {0x30b1728, 0xc0012a6a38}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000b93e10?, {0xc00056fdf0?, 0x6?, 0x2ca80ba?}) /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:224 github.com/redhat-developer/odo/tests/helper.RunDevMode.func1() /go/odo_1/tests/helper/helper_dev.go:276 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:279 > github.com/redhat-developer/odo/tests/integration.glob..func7.64.2() /go/odo_1/tests/integration/cmd_dev_test.go:4019 | }) | 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, _ []byte, _ map[string]string) { github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1075f3e, 0xc001761638}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ ••• ------------------------------ • [FAILED] [421.980 seconds] odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name [BeforeEach] should successfully use the volume components in container components [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:2110 [It] /go/odo_1/tests/integration/cmd_dev_test.go:2135 Timeline >> Created dir: /tmp/1387740659 Created dir: /tmp/1307619918 Setting KUBECONFIG=/tmp/1307619918/config Creating a new project: cmd-dev-test2135fkk Running oc with args [oc new-project cmd-dev-test2135fkk] and odo env: [] [oc] Now using project "cmd-dev-test2135fkk" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31049". [oc] [oc] You can add applications to this project with the 'new-app' command. For example, try: [oc] [oc] oc new-app rails-postgresql-example [oc] [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application: [oc] [oc] kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname [oc] Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test2135fkk] 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] I0613 14:16:20.274174 12907 implem.go:114] The path for preference file is /tmp/1307619918/preference.yaml [odo] Successfully removed registry [odo] I0613 14:16:20.275904 12907 implem.go:114] The path for preference file is /tmp/1307619918/preference.yaml [odo] I0613 14:16:20.276246 12907 segment.go:264] Checking telemetry enable status [odo] I0613 14:16:20.276256 12907 segment.go:282] Sending telemetry disabled by env variable Running odo with args [odo preference add registry DefaultDevfileRegistry https://devfile-registry-ci-devfile-registry.odo-test-kubernetes-clust-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud/] and odo env: [] [odo] I0613 14:16:20.493501 12917 implem.go:114] The path for preference file is /tmp/1307619918/preference.yaml [odo] New registry successfully added [odo] I0613 14:16:20.494951 12917 implem.go:114] The path for preference file is /tmp/1307619918/preference.yaml [odo] I0613 14:16:20.495293 12917 segment.go:264] Checking telemetry enable status [odo] I0613 14:16:20.495312 12917 segment.go:282] Sending telemetry disabled by env variable Setting current dir to: /tmp/1387740659 Running odo with args [odo dev --random-ports] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no] [odo] I0613 14:16:20.779863 12935 version.go:41] executing [podman version --format json] [odo] I0613 14:16:20.780344 12935 clientset.go:198] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I0613 14:16:20.780390 12935 implem.go:114] The path for preference file is /tmp/1307619918/preference.yaml [odo] I0613 14:16:20.781342 12935 context.go:172] absolute devfile path: '/tmp/1387740659/devfile.yaml' [odo] I0613 14:16:20.781387 12935 context.go:113] absolute devfile path: '/tmp/1387740659/devfile.yaml' [odo] I0613 14:16:20.781979 12935 content.go:48] converted devfile YAML to JSON [odo] I0613 14:16:20.782127 12935 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I0613 14:16:20.782273 12935 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I0613 14:16:20.806182 12935 schema.go:61] validated devfile schema [odo] I0613 14:16:20.808620 12935 validate.go:45] Successfully validated devfile sections [odo] I0613 14:16:20.808664 12935 validate.go:45] Successfully validated devfile sections [odo] I0613 14:16:20.808743 12935 component.go:87] name of component is "anvvak", and sanitized name is "anvvak" [odo] I0613 14:16:20.809277 12935 kclient.go:224] Checking if "projects" resource is supported [odo] __ [odo] / \__ Developing using the "anvvak" Devfile [odo] \__/ \ Namespace: cmd-dev-test2135fkk [odo] / \__/ odo version: v3.11.0 [odo] \__/ [odo] [odo] ↪ Running on the cluster in Dev mode [odo] I0613 14:16:20.916602 12935 kubedev.go:86] Creating new adapter [odo] I0613 14:16:20.916622 12935 kubedev.go:94] Creating inner-loop resources for the component [odo] I0613 14:16:20.916632 12935 watch.go:101] starting WatchAndPush, path: /tmp/1387740659, component: anvvak, ignores [.git .odo .odo/odo-file-index.json] [odo] I0613 14:16:20.918001 12935 file_watcher.go:126] adding watch on path /tmp/1387740659 [odo] I0613 14:16:20.918021 12935 file_watcher.go:126] adding watch on path /tmp/1387740659/.odo [odo] I0613 14:16:20.918029 12935 file_watcher.go:126] adding watch on path /tmp/1387740659/test [odo] I0613 14:16:20.924671 12935 watch.go:414] Copying files [] to pod [odo] I0613 14:16:20.924736 12935 context.go:172] absolute devfile path: '/tmp/1387740659/devfile.yaml' [odo] I0613 14:16:20.924746 12935 context.go:113] absolute devfile path: '/tmp/1387740659/devfile.yaml' [odo] I0613 14:16:20.926069 12935 content.go:48] converted devfile YAML to JSON [odo] I0613 14:16:20.926126 12935 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I0613 14:16:20.926133 12935 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I0613 14:16:20.930512 12935 schema.go:61] validated devfile schema [odo] I0613 14:16:20.930888 12935 validate.go:45] Successfully validated devfile sections [odo] I0613 14:16:20.930933 12935 components.go:69] component state: "" [odo] • Waiting for Kubernetes resources ... [odo] I0613 14:16:20.943676 12935 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Not available] [odo] I0613 14:16:20.952388 12935 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] I0613 14:16:20.952404 12935 utils.go:149] No entrypoint defined for the component, setting container runtime2 entrypoint to 'tail -f /dev/null'. You can set a 'command' and/or 'args' for the component to override this default entrypoint. [odo] I0613 14:16:20.968940 12935 kubernetes.go:60] Creating a PVC with name firstvol-anvvak-app and labels map[app:app app.kubernetes.io/instance:anvvak app.kubernetes.io/managed-by:odo app.kubernetes.io/managed-by-version:v3.11.0 app.kubernetes.io/part-of:app app.kubernetes.io/storage-name:firstvol component:anvvak odo.dev/mode:Dev storage-name:firstvol] [odo] ✓ Added storage firstvol to component [odo] I0613 14:16:20.986292 12935 kubernetes.go:60] Creating a PVC with name secondvol-anvvak-app and labels map[app:app app.kubernetes.io/instance:anvvak app.kubernetes.io/managed-by:odo app.kubernetes.io/managed-by-version:v3.11.0 app.kubernetes.io/part-of:app app.kubernetes.io/storage-name:secondvol component:anvvak odo.dev/mode:Dev storage-name:secondvol] [odo] ✓ Added storage secondvol to component [odo] I0613 14:16:21.011253 12935 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I0613 14:16:21.011269 12935 utils.go:77] Updating container runtime2 with mandatory volume mounts [odo] I0613 14:16:21.045676 12935 components.go:346] Creating deployment anvvak-app [odo] I0613 14:16:21.045698 12935 components.go:347] The component name is anvvak [odo] I0613 14:16:21.047562 12935 kclient.go:273] Kubernetes version is "v1.25.8+37a9a08" [odo] I0613 14:16:21.047584 12935 kclient.go:285] Cluster has support for SSA: true [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (containers "runtime", "runtime2" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (containers "runtime", "runtime2" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or containers "runtime", "runtime2" must set securityContext.runAsNonRoot=true), seccompProfile (pod or containers "runtime", "runtime2" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") [odo] I0613 14:16:21.111263 12935 components.go:378] Successfully created component anvvak [odo] I0613 14:16:21.139220 12935 components.go:390] Successfully created Service for component anvvak [odo] I0613 14:16:21.173380 12935 all.go:46] starting to concurrently query 200 APIs [odo] I0613 14:16:21.174167 12935 all.go:62] fired up all goroutines to query APIs [odo] I0613 14:16:21.233470 12935 all.go:67] all goroutines have returned in 60.074851ms [odo] I0613 14:16:21.233513 12935 all.go:76] query result: objects=8 [odo] I0613 14:16:21.233693 12935 kclient.go:224] Checking if "servicebindings" resource is supported [odo] I0613 14:16:21.236139 12935 kclient.go:224] Checking if "clusterserviceversions" resource is supported [odo] I0613 14:16:21.238394 12935 service.go:75] Getting list of services [odo] I0613 14:16:21.238424 12935 operators.go:30] Fetching list of operators installed in cluster [odo] I0613 14:16:21.268311 12935 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.3 [odo] I0613 14:16:21.268355 12935 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I0613 14:16:21.277652 12935 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I0613 14:16:21.286780 12935 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I0613 14:16:21.314611 12935 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I0613 14:16:21.452115 12935 components.go:134] Deployment has been updated to generation 1. Waiting new event... [odo] I0613 14:16:21.452144 12935 status.go:34] setting inner loop State "WaitDeployment" [odo] I0613 14:16:21.484313 12935 watch.go:263] deployment watcher Event: Type: ADDED, name: anvvak-app, rv: 51238910, generation: 1, pods: 0 [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. [odo] ⚠ Pod is Pending [odo] I0613 14:16:21.485142 12935 watch.go:263] deployment watcher Event: Type: MODIFIED, name: anvvak-app, rv: 51238914, generation: 1, pods: 0 [odo] I0613 14:16:21.486085 12935 watch.go:263] deployment watcher Event: Type: MODIFIED, name: anvvak-app, rv: 51238919, generation: 1, pods: 0 [odo] I0613 14:16:21.486496 12935 watch.go:263] deployment watcher Event: Type: MODIFIED, name: anvvak-app, rv: 51238925, generation: 1, pods: 0 [odo] I0613 14:16:21.785097 12935 watch.go:414] Copying files [] to pod [odo] I0613 14:16:21.785576 12935 context.go:172] absolute devfile path: '/tmp/1387740659/devfile.yaml' [odo] I0613 14:16:21.785587 12935 context.go:113] absolute devfile path: '/tmp/1387740659/devfile.yaml' [odo] I0613 14:16:21.786202 12935 content.go:48] converted devfile YAML to JSON [odo] I0613 14:16:21.786274 12935 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I0613 14:16:21.786287 12935 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I0613 14:16:21.790982 12935 schema.go:61] validated devfile schema [odo] I0613 14:16:21.791189 12935 validate.go:45] Successfully validated devfile sections [odo] I0613 14:16:21.791223 12935 components.go:69] component state: "WaitDeployment" [odo] I0613 14:16:21.798972 12935 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Not available] [odo] I0613 14:16:21.805312 12935 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] I0613 14:16:21.805326 12935 utils.go:149] No entrypoint defined for the component, setting container runtime2 entrypoint to 'tail -f /dev/null'. You can set a 'command' and/or 'args' for the component to override this default entrypoint. [odo] I0613 14:16:21.876569 12935 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I0613 14:16:21.876594 12935 utils.go:77] Updating container runtime2 with mandatory volume mounts [odo] I0613 14:16:21.909601 12935 components.go:346] Creating deployment anvvak-app [odo] I0613 14:16:21.909624 12935 components.go:347] The component name is anvvak [odo] I0613 14:16:21.909631 12935 components.go:350] The component already exists, attempting to update it [odo] I0613 14:16:21.909646 12935 components.go:352] Applying deployment [odo] I0613 14:16:21.942248 12935 components.go:361] Successfully updated component anvvak [odo] I0613 14:16:21.962569 12935 components.go:748] Successfully update Service for component anvvak [odo] I0613 14:16:21.982754 12935 all.go:46] starting to concurrently query 200 APIs [odo] I0613 14:16:21.992856 12935 all.go:62] fired up all goroutines to query APIs [odo] I0613 14:16:22.049790 12935 all.go:67] all goroutines have returned in 66.043927ms [odo] I0613 14:16:22.050113 12935 all.go:76] query result: objects=8 [odo] I0613 14:16:22.050790 12935 kclient.go:224] Checking if "servicebindings" resource is supported [odo] I0613 14:16:22.051194 12935 kclient.go:224] Checking if "clusterserviceversions" resource is supported [odo] I0613 14:16:22.051632 12935 service.go:75] Getting list of services [odo] I0613 14:16:22.051648 12935 operators.go:30] Fetching list of operators installed in cluster [odo] I0613 14:16:22.087214 12935 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.3 [odo] I0613 14:16:22.087419 12935 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I0613 14:16:22.103499 12935 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I0613 14:16:22.109969 12935 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I0613 14:16:22.123845 12935 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I0613 14:16:22.132067 12935 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3 [odo] I0613 14:16:22.132079 12935 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I0613 14:16:22.133913 12935 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:16:22.135685 12935 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I0613 14:16:22.137556 12935 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I0613 14:16:22.146344 12935 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:16:22.155907 12935 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I0613 14:16:22.183201 12935 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I0613 14:16:22.183229 12935 status.go:34] setting inner loop State "WaitDeployment" [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. Automatically polling progress: 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 (Spec Runtime: 2m1.463s) /go/odo_1/tests/integration/cmd_dev_test.go:2135 In [BeforeEach] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:2110 Spec Goroutine goroutine 1053 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000f6690, {0x30b1968?, 0xc000e6f6e0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000f6690, {0x30b1968, 0xc000e6f6e0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc000e6f6b0) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.23.1() /go/odo_1/tests/integration/cmd_dev_test.go:2124 | } | var err error > session, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc000a35c80}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 [odo] ⚠ AttachVolume.Attach failed for volume "pvc-5aea816c-d56f-419e-b7e5-c87683a49ef6" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-9512cbb4-862f-4137-876c-53d697564e0f [odo] ⚠ AttachVolume.Attach failed for volume "pvc-16caa44f-29fc-4735-befa-378473b03881" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-c6c45741-61eb-4436-965b-42eef5aad8e1 [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[firstvol-anvvak-app-vol secondvol-anvvak-app-vol], unattached volumes=[firstvol-anvvak-app-vol secondvol-anvvak-app-vol kube-api-access-ls2ft odo-projects odo-shared-data]: timed out waiting for the condition [odo] ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. Automatically polling progress: 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 (Spec Runtime: 4m1.466s) /go/odo_1/tests/integration/cmd_dev_test.go:2135 In [BeforeEach] (Node Runtime: 4m0.003s) /go/odo_1/tests/integration/cmd_dev_test.go:2110 Spec Goroutine goroutine 1053 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000f6690, {0x30b1968?, 0xc000e6f6e0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000f6690, {0x30b1968, 0xc000e6f6e0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc000e6f6b0) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.23.1() /go/odo_1/tests/integration/cmd_dev_test.go:2124 | } | var err error > session, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc000a35c80}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 [odo] ⚠ AttachVolume.Attach failed for volume "pvc-16caa44f-29fc-4735-befa-378473b03881" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-c6c45741-61eb-4436-965b-42eef5aad8e1 [odo] ⚠ AttachVolume.Attach failed for volume "pvc-5aea816c-d56f-419e-b7e5-c87683a49ef6" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-9512cbb4-862f-4137-876c-53d697564e0f [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[firstvol-anvvak-app-vol secondvol-anvvak-app-vol], unattached volumes=[odo-projects odo-shared-data firstvol-anvvak-app-vol secondvol-anvvak-app-vol kube-api-access-ls2ft]: timed out waiting for the condition Automatically polling progress: 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 (Spec Runtime: 6m1.468s) /go/odo_1/tests/integration/cmd_dev_test.go:2135 In [BeforeEach] (Node Runtime: 6m0.005s) /go/odo_1/tests/integration/cmd_dev_test.go:2110 Spec Goroutine goroutine 1053 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000f6690, {0x30b1968?, 0xc000e6f6e0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000f6690, {0x30b1968, 0xc000e6f6e0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cbd12b, 0xf}, 0x0?, 0x2?, 0xc000e6f6b0) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}) /go/odo_1/tests/helper/helper_dev.go:163 > github.com/redhat-developer/odo/tests/integration.glob..func7.23.1() /go/odo_1/tests/integration/cmd_dev_test.go:2124 | } | var err error > session, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc000a35c80}) /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:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 [odo] ⚠ AttachVolume.Attach failed for volume "pvc-16caa44f-29fc-4735-befa-378473b03881" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-c6c45741-61eb-4436-965b-42eef5aad8e1 [odo] ⚠ AttachVolume.Attach failed for volume "pvc-5aea816c-d56f-419e-b7e5-c87683a49ef6" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-9512cbb4-862f-4137-876c-53d697564e0f [odo] ⚠ Unable to attach or mount volumes: unmounted volumes=[secondvol-anvvak-app-vol firstvol-anvvak-app-vol], unattached volumes=[secondvol-anvvak-app-vol kube-api-access-ls2ft odo-projects odo-shared-data firstvol-anvvak-app-vol]: timed out waiting for the condition [FAILED] in [BeforeEach] - /go/odo_1/tests/helper/helper_run.go:54 @ 06/13/23 14:23:20.536 Deleting project: cmd-dev-test2135fkk Running oc with args [oc delete project cmd-dev-test2135fkk --wait=false] and odo env: [] [oc] project.project.openshift.io "cmd-dev-test2135fkk" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/1387740659 Deleting dir: /tmp/1307619918 << Timeline [FAILED] Timed out after 420.000s. Expected : __ / \__ Developing using the "anvvak" Devfile \__/ \ Namespace: cmd-dev-test2135fkk / \__/ odo version: v3.11.0 \__/ ↪ Running on the cluster in Dev mode • Waiting for Kubernetes resources ... ✓ Added storage firstvol to component ✓ Added storage secondvol to component ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. ⚠ Pod is Pending ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. ⚠ AttachVolume.Attach failed for volume "pvc-5aea816c-d56f-419e-b7e5-c87683a49ef6" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-9512cbb4-862f-4137-876c-53d697564e0f ⚠ AttachVolume.Attach failed for volume "pvc-16caa44f-29fc-4735-befa-378473b03881" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-c6c45741-61eb-4436-965b-42eef5aad8e1 ⚠ Unable to attach or mount volumes: unmounted volumes=[firstvol-anvvak-app-vol secondvol-anvvak-app-vol], unattached volumes=[firstvol-anvvak-app-vol secondvol-anvvak-app-vol kube-api-access-ls2ft odo-projects odo-shared-data]: timed out waiting for the condition ⚠ 0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling. ⚠ AttachVolume.Attach failed for volume "pvc-16caa44f-29fc-4735-befa-378473b03881" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-c6c45741-61eb-4436-965b-42eef5aad8e1 ⚠ AttachVolume.Attach failed for volume "pvc-5aea816c-d56f-419e-b7e5-c87683a49ef6" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-9512cbb4-862f-4137-876c-53d697564e0f ⚠ Unable to attach or mount volumes: unmounted volumes=[firstvol-anvvak-app-vol secondvol-anvvak-app-vol], unattached volumes=[odo-projects odo-shared-data firstvol-anvvak-app-vol secondvol-anvvak-app-vol kube-api-access-ls2ft]: timed out waiting for the condition ⚠ AttachVolume.Attach failed for volume "pvc-16caa44f-29fc-4735-befa-378473b03881" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-c6c45741-61eb-4436-965b-42eef5aad8e1 ⚠ AttachVolume.Attach failed for volume "pvc-5aea816c-d56f-419e-b7e5-c87683a49ef6" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-9512cbb4-862f-4137-876c-53d697564e0f to contain substring : [Ctrl+c] - Exit In [BeforeEach] at: /go/odo_1/tests/helper/helper_run.go:54 @ 06/13/23 14:23:20.536 ------------------------------ Summarizing 2 Failures: [FAIL] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false [BeforeEach] when killing odo dev and running odo delete component --wait should have deleted all resources before returning /go/odo_1/tests/helper/helper_run.go:54 [FAIL] odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name [BeforeEach] should successfully use the volume components in container components /go/odo_1/tests/helper/helper_run.go:54 Ran 489 of 932 Specs in 1654.210 seconds FAIL! -- 487 Passed | 2 Failed | 0 Pending | 443 Skipped Ginkgo ran 1 suite in 28m40.63634309s Test Suite Failed exit status 1 make: *** [Makefile:207: test-integration-cluster] Error 1