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=9b891a76c" ./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: 1687424265 - will randomize all specs Will run 486 of 920 specs Running in parallel across 16 processes SSSSSSSSSSSSSSSSS••• ------------------------------ • [20.849 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/350995497 << Captured StdOut/StdErr Output ------------------------------ •SS•••SS•••S•••S•SSS•••S••S•••••••S•S••S••••S•SS••SSSS•SSS•••SS•SSSS••S•S•SSS••S•SSS•••SS ------------------------------ • [5.238 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/674605839 << Captured StdOut/StdErr Output ------------------------------ SSSSSS••SS•SS•S•••• ------------------------------ • [15.831 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/1902080348 << Captured StdOut/StdErr Output ------------------------------ SSSSSS•S ------------------------------ • [4.488 seconds] odo init interactive command tests when DevfileRegistriesList CRD is installed on cluster when CR for devfileregistrieslists is installed in namespace should download correct devfile from the first in-cluster registry /go/odo_1/tests/integration/interactive_init_test.go:698 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo init' from /tmp/423559177 << Captured StdOut/StdErr Output ------------------------------ SS•SS•SS•••• ------------------------------ Progress Report for Ginkgo Process #2 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.514s) /go/odo_1/tests/integration/cmd_dev_test.go:1050 In [BeforeEach] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:1023 Begin Captured GinkgoWriter Output >> ... [odo] I0622 09:02:49.627487 15764 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0622 09:02:49.630969 15764 port.go:319] port 8080 not listening in container "runtime" [odo] I0622 09:02:57.386594 15764 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: zcrsby-app-6d758d858b-bdrxc in container: runtime [odo] I0622 09:02:57.520456 15764 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I0622 09:02:57.520496 15764 exec.go:96] 0: 281711AC:A5A0 23131068:01BB 06 00000000:00000000 03:00000C29 00000000 0 0 0 3 0000000000000000 [odo] I0622 09:02:57.520514 15764 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0622 09:02:57.520569 15764 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I0622 09:02:57.520578 15764 exec.go:96] 0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1001 0 447339564 1 0000000000000000 100 0 0 10 0 [odo] I0622 09:02:57.520591 15764 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0622 09:02:57.523381 15764 port.go:319] port 8080 not listening in container "runtime" << End Captured GinkgoWriter Output Spec Goroutine goroutine 117 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0007e29a0, {0x30ac608?, 0xc000baa6f0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0007e29a0, {0x30ac608, 0xc000baa6f0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2ca9114, 0x8}, 0xc000417c20?, 0xc000417c00?, 0xc0009fced0) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000380900) /go/odo_1/tests/helper/helper_dev.go:268 > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1() /go/odo_1/tests/integration/cmd_dev_test.go:1042 | 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, 0xc000a4a600}) /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 ------------------------------ •••SSSS••SS••SS•S•SS•••••SS•SS••SSS••S•S•SS•S•SS••SS•SS•SSSSS•S••••••SSSSSS••S•S••••SSS••••••SS•S•••••S•••S•••••• ------------------------------ • [80.568 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/365404918 << Captured StdOut/StdErr Output ------------------------------ •S••SSSS•••• ------------------------------ • [12.259 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/2600021251 << Captured StdOut/StdErr Output ------------------------------ SSS•SS••SS•SS••SS•S•S ------------------------------ • [8.602 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/3021930261 << Captured StdOut/StdErr Output ------------------------------ S•• ------------------------------ • [19.840 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/1100601364 << Captured StdOut/StdErr Output ------------------------------ ••S ------------------------------ • [77.355 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/396406613 << Captured StdOut/StdErr Output ------------------------------ S•••••SSS•••••S••S••S••••••••••SSS•S•• ------------------------------ • [2.967 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/1266206930 << Captured StdOut/StdErr Output ------------------------------ S•••SS•••SS••SSSSSSSSS••••SS•SS••SSS••S• ------------------------------ • [8.834 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/3375336355 << Captured StdOut/StdErr Output ------------------------------ •S••S•S ------------------------------ • [9.948 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/4046652078 << Captured StdOut/StdErr Output ------------------------------ S• ------------------------------ • [11.834 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/175789087 << Captured StdOut/StdErr Output ------------------------------ SS••••S ------------------------------ • [18.442 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/267295811 << Captured StdOut/StdErr Output ------------------------------ •S•SS••SSS•S••••••••S••S••SS••S•••••SS••SSS• ------------------------------ • [55.696 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:3590 Captured StdOut/StdErr Output >> PID: 1669 << Captured StdOut/StdErr Output ------------------------------ •S• ------------------------------ Progress Report for Ginkgo Process #8 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: 3m41.849s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:288 In [It] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:288 At [By Step] cleaning up the resources on ending the session (Step Runtime: 27.087s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:326 Begin Captured GinkgoWriter Output >> ... [odo] Cleaning resources, please wait [odo] I0622 09:10:50.566039 29848 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c110.eu-de.containers.cloud.ibm.com:31454/api/v1/namespaces/cmd-dev-debug-test288nlr/pods/dnfypk-app-579779ccd8-zncvm/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_start-debug.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c110.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_start-debug.pid || true]' [odo] stdout: [] [odo] stderr: [] [odo] ✗ Finished executing the application (command: start-debug) [1m] [odo] I0622 09:10:50.566092 29848 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] I0622 09:10:50.648848 29848 all.go:46] starting to concurrently query 93 APIs [odo] I0622 09:10:50.648942 29848 all.go:62] fired up all goroutines to query APIs [odo] I0622 09:10:51.216335 29848 all.go:67] all goroutines have returned in 567.481202ms [odo] I0622 09:10:51.216407 29848 all.go:76] query result: objects=378 << End Captured GinkgoWriter Output Spec Goroutine goroutine 37685 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000026000, {0x30ac3c8?, 0xc000d26468}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000026000, {0x30ac3c8, 0xc000d26468}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc0003f15c0?, {0xc0008281c0?, 0x0?, 0x0?}) /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144 github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...) /go/odo_1/tests/helper/helper_dev.go:252 > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2.8() /go/odo_1/tests/integration/cmd_dev_debug_test.go:328 | By("cleaning up the resources on ending the session", func() { | devSession.Stop() > devSession.WaitEnd() | out := commonVar.CliRunner.Run("get", "deployments").Out.Contents() | helper.DontMatchAllInOutput(string(out), deploymentNames) github.com/onsi/ginkgo/v2/internal.(*Suite).By(0xc0001ba000, {0x2d07fa0, 0x2f}, {0xc000819e70, 0x1, 0xc0009ea858?}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:301 github.com/onsi/ginkgo/v2.By({0x2d07fa0?, 0x35ce809?}, {0xc000819e70?, 0x2ca2320?, 0x2?}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/core_dsl.go:547 > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2() /go/odo_1/tests/integration/cmd_dev_debug_test.go:326 | }) | > By("cleaning up the resources on ending the session", func() { | devSession.Stop() | devSession.WaitEnd() github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x266a253, 0xc000df7140}) /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••SS•S•SSSS••• ------------------------------ • [10.065 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/542039315 << Captured StdOut/StdErr Output ------------------------------ •SSS•S•••SSS•S•S•••S•SS ------------------------------ • [8.497 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/3123245402 << Captured StdOut/StdErr Output ------------------------------ S••••S••S•SS•SSS•S•SS••SSS••SS•••S•••SS•S•SS•SS••SSS•••••SS•SS ------------------------------ • [2.679 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/3963432330 << Captured StdOut/StdErr Output ------------------------------ S••••S ------------------------------ • [77.884 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/3998154246 << Captured StdOut/StdErr Output ------------------------------ S•SSSSSS•S•S•S•••S•••••S ------------------------------ • [8.471 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/1269018877 << Captured StdOut/StdErr Output ------------------------------ S••S•S••••••••••SS••S ------------------------------ • [19.661 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/1842129378 << Captured StdOut/StdErr Output ------------------------------ S•••••• ------------------------------ • [4.349 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/2131851370 << Captured StdOut/StdErr Output ------------------------------ S•S ------------------------------ • [12.662 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/3006942857 << Captured StdOut/StdErr Output ------------------------------ SS•S•SS•SS•SS•SS•S•••••••SSS•S••S• ------------------------------ • [11.904 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/264324659 << Captured StdOut/StdErr Output ------------------------------ SS•SS•SSSS ------------------------------ • [11.148 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/3275553359 << Captured StdOut/StdErr Output ------------------------------ SS••••SS•S••SSS•S•••S•SSS•S••S•SSS•SSS•SS•S•SS••S• ------------------------------ • [9.967 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/3613942685 << Captured StdOut/StdErr Output ------------------------------ •SSS•SSSSSSS•S ------------------------------ • [19.068 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/602239357 << Captured StdOut/StdErr Output ------------------------------ SSSS•S•SSS•••S ------------------------------ Progress Report for Ginkgo Process #3 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: 2m1.936s) /go/odo_1/tests/integration/cmd_dev_test.go:4114 In [It] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:4114 Begin Captured GinkgoWriter Output >> ... [odo] I0622 09:18:36.185781 12796 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] I0622 09:18:36.186631 12796 implem.go:114] The path for preference file is /tmp/3376338494/preference.yaml [odo] I0622 09:18:36.187228 12796 segment.go:264] Checking telemetry enable status [odo] I0622 09:18:36.187244 12796 segment.go:282] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I0622 09:18:36.254805 12796 all.go:46] starting to concurrently query 93 APIs [odo] I0622 09:18:36.255056 12796 all.go:62] fired up all goroutines to query APIs [odo] I0622 09:18:36.754553 12796 all.go:67] all goroutines have returned in 499.757659ms [odo] I0622 09:18:36.754581 12796 all.go:76] query result: objects=344 << End Captured GinkgoWriter Output Spec Goroutine goroutine 61157 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000468a80, {0x30ac3c8?, 0xc00144e948}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000468a80, {0x30ac3c8, 0xc00144e948}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000d6bd70?, {0xc0006e8e20?, 0x2caaeb7?, 0x9?}) /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144 github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...) /go/odo_1/tests/helper/helper_dev.go:252 github.com/redhat-developer/odo/tests/helper.RunDevMode.func1() /go/odo_1/tests/helper/helper_dev.go:323 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:326 > github.com/redhat-developer/odo/tests/integration.glob..func7.64.2() /go/odo_1/tests/integration/cmd_dev_test.go:4115 | }) | It("should override the content in the pod it creates for the component on the cluster", func() { > err := helper.RunDevMode(helper.DevSessionOpts{ | RunOnPodman: ctx.podman, | }, func(session *gexec.Session, outContents, _ string, _ map[string]string) { github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1075f3e, 0xc001275d40}) /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•SS•S•S•S•SSSS•SS ------------------------------ • [12.733 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/1874649770 << Captured StdOut/StdErr Output ------------------------------ SS• ------------------------------ • [9.831 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/118424246 << Captured StdOut/StdErr Output ------------------------------ SS••SS••••SSSS•SS••S••S••SSS•S••S••SSS•SSSS••S••SS••SSS•••••S•SSSS•SS•S•S•SSSS•• ------------------------------ • [8.756 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/4154716769 << Captured StdOut/StdErr Output ------------------------------ •S•SSSS•S•SS•SS••••SSSSSSSS•S•S•••••••••••••••• Ran 481 of 920 Specs in 1511.504 seconds SUCCESS! -- 481 Passed | 0 Failed | 0 Pending | 439 Skipped Ginkgo ran 1 suite in 26m15.894183898s Test Suite Passed