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=6f4988b3b" ./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: 1685031738 - will randomize all specs Will run 497 of 890 specs Running in parallel across 16 processes SSSSSSSSSSSSSSS•••••S ------------------------------ • [26.903 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/911006084 << Captured StdOut/StdErr Output ------------------------------ ••S ------------------------------ • [32.461 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/2774031348 << Captured StdOut/StdErr Output ------------------------------ •••S ------------------------------ • [13.237 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/4188324003 << Captured StdOut/StdErr Output ------------------------------ S•S•S ------------------------------ • [2.682 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/1027526925 << Captured StdOut/StdErr Output ------------------------------ •SSS••••SS••SS•S ------------------------------ • [20.248 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/3610541897 << Captured StdOut/StdErr Output ------------------------------ •S•••S•SSS••SSS• ------------------------------ Progress Report for Ginkgo Process #14 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: 2m6.071s) /go/odo_1/tests/integration/cmd_dev_test.go:922 In [BeforeEach] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:895 Begin Captured GinkgoWriter Output >> ... [odo] I0525 16:25:24.554657 12297 exec.go:82] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0525 16:25:24.555455 12297 port.go:319] port 8080 not listening in container "runtime" [odo] I0525 16:25:28.244721 12297 exec.go:33] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: rhnwen-app-c74b74559-hcjwz in container: runtime [odo] I0525 16:25:28.481316 12297 exec.go:82] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I0525 16:25:28.481330 12297 exec.go:82] 0: 1C6811AC:EBBA 23131068:01BB 06 00000000:00000000 03:00000EE1 00000000 0 0 0 3 0000000000000000 [odo] I0525 16:25:28.481334 12297 exec.go:82] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0525 16:25:28.481338 12297 exec.go:82] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I0525 16:25:28.481341 12297 exec.go:82] 0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1017880000 0 362191612 1 0000000000000000 100 0 0 10 0 [odo] I0525 16:25:28.481499 12297 exec.go:82] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0525 16:25:28.484120 12297 port.go:319] port 8080 not listening in container "runtime" << End Captured GinkgoWriter Output Spec Goroutine goroutine 60 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000572d90, {0x30a89c8?, 0xc00068fc80}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000572d90, {0x30a89c8, 0xc00068fc80}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2ca61da, 0x8}, 0xc00016ede0?, 0xc00016edc0?, 0xc000bb7740) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.DevSession.WaitSync({0xc000bb7740, 0x0, 0xc000629200, {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:914 | 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({0x1073cbe, 0xc000936480}) /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 ------------------------------ ••SSSSSS•••S•SSS•• ------------------------------ • [3.764 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/1778568643 << Captured StdOut/StdErr Output ------------------------------ •SS•S••SS•S••SSSS••SSS•• ------------------------------ Progress Report for Ginkgo Process #16 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.606s) /go/odo_1/tests/integration/cmd_dev_test.go:3980 In [It] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:3980 Begin Captured GinkgoWriter Output >> ... [odo] I0525 16:26:01.158726 14221 exec.go:33] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: mmzkbb-app-7fddc57cfc-84jdq in container: runtime [odo] I0525 16:26:01.159476 14221 exec.go:49] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c100-e.eu-de.containers.cloud.ibm.com:31049/api/v1/namespaces/cmd-dev-test3980owl/pods/mmzkbb-app-7fddc57cfc-84jdq/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_run.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c100-e.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true]' [odo] stdout: [] [odo] stderr: [] [odo] I0525 16:26:01.159560 14221 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] Cleaning resources, please wait [odo] I0525 16:26:01.240342 14221 all.go:46] starting to concurrently query 200 APIs [odo] I0525 16:26:01.243633 14221 all.go:62] fired up all goroutines to query APIs [odo] I0525 16:26:02.361027 14221 all.go:67] all goroutines have returned in 1.12069878s [odo] I0525 16:26:02.361093 14221 all.go:76] query result: objects=546 << End Captured GinkgoWriter Output Spec Goroutine goroutine 120 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004e6150, {0x30a8788?, 0xc0006e4c78}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004e6150, {0x30a8788, 0xc0006e4c78}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000c8fe10?, {0xc00010e390?, 0x6?, 0x2c9fbf1?}) /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:3981 | }) | 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({0x2667fd3, 0xc0003864e0}) /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 ------------------------------ • [20.600 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/1501743658 << Captured StdOut/StdErr Output ------------------------------ S•••SS•SS••••SS••S•SSS•S••S••••SS•••••S•SSS•••S•S•••SSS•••S ------------------------------ • [11.069 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/2508699403 << Captured StdOut/StdErr Output ------------------------------ ••S••SS•••••SS•SSS•••S•S••SS ------------------------------ • [13.841 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/1836793537 << Captured StdOut/StdErr Output ------------------------------ ••••SSS ------------------------------ • [13.575 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/1206223294 << Captured StdOut/StdErr Output ------------------------------ • [15.497 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/2514551568 << Captured StdOut/StdErr Output ------------------------------ •SS••SSSS•SSS•S••• ------------------------------ • [79.321 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/1844543236 << Captured StdOut/StdErr Output ------------------------------ SS••S ------------------------------ • [9.334 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/4232958298 << Captured StdOut/StdErr Output ------------------------------ SS•S••S•••S••SS•SS•••S•SS•S••SS••SSS•S••SSSSS•SSS••SSS••••SSS••SSS•• ------------------------------ • [13.142 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/2077433518 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ Progress Report for Ginkgo Process #2 Automatically polling progress: odo describe/list binding command tests when creating a component with a spec binding (service in namespace "") when Starting a Pg service when running dev session should describe the binding (Spec Runtime: 2m9.202s) /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:701 In [BeforeEach] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:690 Begin Captured GinkgoWriter Output >> ... [odo] Watching for changes in the current directory /tmp/975812082 [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] I0525 16:31:53.198060 23025 watch.go:263] deployment watcher Event: Type: MODIFIED, name: my-nodejs-app-app, rv: 31549617, generation: 3, pods: 1 [odo] I0525 16:31:53.399110 23025 watch.go:339] filesystem watch event: CREATE "/tmp/975812082/.odo/odo-file-index.json" [odo] I0525 16:31:53.399551 23025 watch.go:339] filesystem watch event: WRITE "/tmp/975812082/.odo/odo-file-index.json" [odo] I0525 16:31:53.399716 23025 watch.go:339] filesystem watch event: WRITE "/tmp/975812082/.odo/devstate.json" [odo] I0525 16:31:53.401062 23025 watch.go:339] filesystem watch event: WRITE "/tmp/975812082/.odo/devstate.23025.json" << End Captured GinkgoWriter Output Spec Goroutine goroutine 270 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00016e310, {0x30a89c8?, 0xc0011b8f90}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00016e310, {0x30a89c8, 0xc0011b8f90}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cb4bf3, 0xf}, 0x0?, 0x2?, 0xc0011b8f60) /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..func5.28.2.3.1() /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:692 | BeforeEach(func() { | var err error > session, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x2667fd3, 0xc0009a25a0}) /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.778 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/3933112047 << Captured StdOut/StdErr Output ------------------------------ ••••SS• ------------------------------ • [81.364 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/2766318211 << Captured StdOut/StdErr Output ------------------------------ ••S•SS•••S••SS••S•S••SS•S•SSS••• ------------------------------ • [55.804 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:3471 Captured StdOut/StdErr Output >> PID: 26994 << Captured StdOut/StdErr Output ------------------------------ •S•••S• ------------------------------ • [12.438 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/2412233187 << Captured StdOut/StdErr Output ------------------------------ •S• ------------------------------ • [81.941 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/867196332 << Captured StdOut/StdErr Output ------------------------------ ••SSSSSSSSSSS•••S••S ------------------------------ • [21.564 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/108519844 << Captured StdOut/StdErr Output ------------------------------ •SSS••S ------------------------------ • [11.664 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/1704975841 << Captured StdOut/StdErr Output ------------------------------ SSS••••S•S••••SSS••••SS•SSS•S•SS•S••S•SS•••SS•S• ------------------------------ Progress Report for Ginkgo Process #3 Automatically polling progress: odo describe/list binding command tests when creating a component with a spec binding (service in namespace "binding-ucn") when Starting a Pg service when running dev session should describe the binding (Spec Runtime: 2m8.479s) /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:701 In [BeforeEach] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:690 Begin Captured GinkgoWriter Output >> ... [odo] Watching for changes in the current directory /tmp/1618748395 [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] I0525 16:35:58.304861 29425 watch.go:263] deployment watcher Event: Type: MODIFIED, name: my-nodejs-app-app, rv: 31565789, generation: 3, pods: 1 [odo] I0525 16:35:58.405674 29425 watch.go:339] filesystem watch event: CREATE "/tmp/1618748395/.odo/odo-file-index.json" [odo] I0525 16:35:58.406350 29425 watch.go:339] filesystem watch event: WRITE "/tmp/1618748395/.odo/odo-file-index.json" [odo] I0525 16:35:58.406652 29425 watch.go:339] filesystem watch event: WRITE "/tmp/1618748395/.odo/devstate.json" [odo] I0525 16:35:58.407203 29425 watch.go:339] filesystem watch event: WRITE "/tmp/1618748395/.odo/devstate.29425.json" << End Captured GinkgoWriter Output Spec Goroutine goroutine 2729 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00034d180, {0x30a89c8?, 0xc000fce090}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00034d180, {0x30a89c8, 0xc000fce090}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cb4bf3, 0xf}, 0x0?, 0x2?, 0xc000fce060) /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..func5.28.2.3.1() /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:692 | BeforeEach(func() { | var err error > session, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x2667fd3, 0xc000c9f740}) /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•••S••••••SS•S••• ------------------------------ • [3.309 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/3217659868 << Captured StdOut/StdErr Output ------------------------------ •••SSSS•••S••S•S••S•SS•S•S•SS••SS•SSSSSS••SSSS•SS••S••S••SS ------------------------------ • [12.159 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/3045971543 << Captured StdOut/StdErr Output ------------------------------ SS•SSS••S••S•S••SS•SS••SSSSS•••SS••SS•S•SSSS•SS••••S••••••SSS•••SS•S ------------------------------ Progress Report for Ginkgo Process #12 Automatically polling progress: odo describe/list binding command tests when creating a component with a binding as files (service in namespace "binding-nvx") when Starting a Pg service when running dev session should describe the binding (Spec Runtime: 2m13.74s) /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:701 In [BeforeEach] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:690 Begin Captured GinkgoWriter Output >> ... [odo] Watching for changes in the current directory /tmp/3746129929 [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] I0525 16:40:35.034339 4383 watch.go:263] deployment watcher Event: Type: MODIFIED, name: my-nodejs-app-app, rv: 31584333, generation: 3, pods: 1 [odo] I0525 16:40:35.135449 4383 watch.go:339] filesystem watch event: CREATE "/tmp/3746129929/.odo/odo-file-index.json" [odo] I0525 16:40:35.135978 4383 watch.go:339] filesystem watch event: WRITE "/tmp/3746129929/.odo/odo-file-index.json" [odo] I0525 16:40:35.136226 4383 watch.go:339] filesystem watch event: WRITE "/tmp/3746129929/.odo/devstate.json" [odo] I0525 16:40:35.136537 4383 watch.go:339] filesystem watch event: WRITE "/tmp/3746129929/.odo/devstate.4383.json" << End Captured GinkgoWriter Output Spec Goroutine goroutine 94852 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00041b880, {0x30a89c8?, 0xc001cff620}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00041b880, {0x30a89c8, 0xc001cff620}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cb4bf3, 0xf}, 0x0?, 0x2?, 0xc001cff5f0) /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..func5.28.2.3.1() /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:692 | BeforeEach(func() { | var err error > session, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x2667fd3, 0xc001a52ae0}) /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 ------------------------------ •SSSSS••SS••S•S•S••SS•S••S•••SS••••S•S•S••SS•S•S••••••••S•S••••S••S ------------------------------ • [11.015 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/823424388 << Captured StdOut/StdErr Output ------------------------------ •S••S•••SS•S•SSS••••S•S•••• ------------------------------ Progress Report for Ginkgo Process #5 Automatically polling progress: odo describe/list binding command tests when creating a component with a spec binding and envvars (service in namespace "") when Starting a Pg service when running dev session when changing the current namespace should list the binding with --namespace flag (Spec Runtime: 2m8.885s) /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:787 In [BeforeEach] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:690 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] I0525 16:44:39.503391 9702 status.go:34] setting inner loop State "Ready" [odo] I0525 16:44:39.503457 9702 watch.go:263] deployment watcher Event: Type: MODIFIED, name: my-nodejs-app-app, rv: 31597481, generation: 3, pods: 1 [odo] I0525 16:44:39.604125 9702 watch.go:339] filesystem watch event: CREATE "/tmp/2317165709/.odo/odo-file-index.json" [odo] I0525 16:44:39.604371 9702 watch.go:339] filesystem watch event: WRITE "/tmp/2317165709/.odo/odo-file-index.json" [odo] I0525 16:44:39.604504 9702 watch.go:339] filesystem watch event: WRITE "/tmp/2317165709/.odo/devstate.json" [odo] I0525 16:44:39.604716 9702 watch.go:339] filesystem watch event: WRITE "/tmp/2317165709/.odo/devstate.9702.json" << End Captured GinkgoWriter Output Spec Goroutine goroutine 937 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00044a0e0, {0x30a89c8?, 0xc0018a4180}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00044a0e0, {0x30a89c8, 0xc0018a4180}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cb4bf3, 0xf}, 0x0?, 0x2?, 0xc0018a4150) /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..func5.28.2.3.1() /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:692 | BeforeEach(func() { | var err error > session, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x2667fd3, 0xc0017381e0}) /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 #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: 3m31.485s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:294 In [It] (Node Runtime: 2m0s) /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.989s) /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] I0525 16:44:24.620636 7964 exec.go:49] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c100-e.eu-de.containers.cloud.ibm.com:31049/api/v1/namespaces/cmd-dev-debug-test294zhf/pods/znsbdb-app-7df9f587d-lkbzj/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 c100-e.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] I0525 16:44:24.620715 7964 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_start-debug.pid && cd /projects && (npm run debug) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_start-debug.pid]: error while streaming command: context canceled [odo] Cleaning resources, please wait [odo] I0525 16:44:24.797581 7964 all.go:46] starting to concurrently query 200 APIs [odo] I0525 16:44:24.801823 7964 all.go:62] fired up all goroutines to query APIs [odo] I0525 16:44:25.731837 7964 all.go:67] all goroutines have returned in 934.275503ms [odo] I0525 16:44:25.731908 7964 all.go:76] query result: objects=583 << End Captured GinkgoWriter Output Spec Goroutine goroutine 30869 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000364850, {0x30a8788?, 0xc0015d04f8}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000364850, {0x30a8788, 0xc0015d04f8}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc0002735c0?, {0xc000320a40?, 0x125fb0860a8?, 0x42e0200?}) /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(0xc000132000, {0x2d04ba1, 0x2f}, {0xc000f1be60, 0x1, 0x3?}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:301 github.com/onsi/ginkgo/v2.By({0x2d04ba1?, 0xc000c81e58?}, {0xc000f1be60?, 0xf5d89d?, 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({0x1073cbe, 0xc0013ff500}) /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••SSS•SS••••••S••S•S•S•••S•S•••••• ------------------------------ • [22.069 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/2190824550 << Captured StdOut/StdErr Output ------------------------------ S•••S•SS••S••S•SSS• ------------------------------ • [11.506 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/3354918373 << Captured StdOut/StdErr Output ------------------------------ ••S•SSSS••SS••SS••••SSSS••SS•••••••••S••SS••••••SS••S ------------------------------ Progress Report for Ginkgo Process #10 Automatically polling progress: odo describe/list binding command tests when creating a component with a spec binding and envvars (service in namespace "") when Starting a Pg service when running dev session should describe the binding (Spec Runtime: 2m7.444s) /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:701 In [BeforeEach] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:690 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] I0525 16:48:41.159368 16314 status.go:34] setting inner loop State "Ready" [odo] I0525 16:48:41.159450 16314 watch.go:263] deployment watcher Event: Type: MODIFIED, name: my-nodejs-app-app, rv: 31613275, generation: 3, pods: 1 [odo] I0525 16:48:41.307261 16314 watch.go:339] filesystem watch event: CREATE "/tmp/946334652/.odo/odo-file-index.json" [odo] I0525 16:48:41.307837 16314 watch.go:339] filesystem watch event: WRITE "/tmp/946334652/.odo/odo-file-index.json" [odo] I0525 16:48:41.308266 16314 watch.go:339] filesystem watch event: WRITE "/tmp/946334652/.odo/devstate.json" [odo] I0525 16:48:41.308680 16314 watch.go:339] filesystem watch event: WRITE "/tmp/946334652/.odo/devstate.16314.json" << End Captured GinkgoWriter Output Spec Goroutine goroutine 45895 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000362380, {0x30a89c8?, 0xc0013269f0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000362380, {0x30a89c8, 0xc0013269f0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cb4bf3, 0xf}, 0x0?, 0x2?, 0xc0013269c0) /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..func5.28.2.3.1() /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:692 | BeforeEach(func() { | var err error > session, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x2667fd3, 0xc001b8ccc0}) /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 ------------------------------ •• ------------------------------ • [10.937 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/3994241055 << Captured StdOut/StdErr Output ------------------------------ S•SSSS•SS ------------------------------ • [3.182 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/2308131569 << Captured StdOut/StdErr Output ------------------------------ SS•S••SS•SSSS•S••SS•SSSS•S ------------------------------ • [12.344 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/3769431538 << Captured StdOut/StdErr Output ------------------------------ S•••S••SS••SSS•SS•••••• ------------------------------ Progress Report for Ginkgo Process #8 Automatically polling progress: odo describe/list binding command tests when creating a component with a spec binding (service in namespace "binding-zro") when Starting a Pg service when running dev session when changing the current namespace should list the binding with --namespace flag (Spec Runtime: 2m9.829s) /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:787 In [BeforeEach] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:690 Begin Captured GinkgoWriter Output >> ... [odo] Watching for changes in the current directory /tmp/3842240599 [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] I0525 16:50:33.576051 18883 watch.go:263] deployment watcher Event: Type: MODIFIED, name: my-nodejs-app-app, rv: 31619765, generation: 3, pods: 1 [odo] I0525 16:50:33.738151 18883 watch.go:339] filesystem watch event: CREATE "/tmp/3842240599/.odo/odo-file-index.json" [odo] I0525 16:50:33.739132 18883 watch.go:339] filesystem watch event: WRITE "/tmp/3842240599/.odo/odo-file-index.json" [odo] I0525 16:50:33.739536 18883 watch.go:339] filesystem watch event: WRITE "/tmp/3842240599/.odo/devstate.json" [odo] I0525 16:50:33.740077 18883 watch.go:339] filesystem watch event: WRITE "/tmp/3842240599/.odo/devstate.18883.json" << End Captured GinkgoWriter Output Spec Goroutine goroutine 62727 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0003c8e00, {0x30a89c8?, 0xc000ca6390}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0003c8e00, {0x30a89c8, 0xc000ca6390}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cb4bf3, 0xf}, 0x0?, 0x2?, 0xc000ca6300) /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..func5.28.2.3.1() /go/odo_1/tests/integration/cmd_describe_list_binding_test.go:692 | BeforeEach(func() { | var err error > session, _, _, _, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x2667fd3, 0xc0015e2fc0}) /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 ------------------------------ •••••••••• Ran 487 of 890 Specs in 1703.307 seconds SUCCESS! -- 487 Passed | 0 Failed | 0 Pending | 403 Skipped Ginkgo ran 1 suite in 29m28.405614587s Test Suite Passed 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-e2e.xml" tests/e2escenarios Running Suite: odo e2e scenarios - /go/odo_1/tests/e2escenarios =============================================================== Random Seed: 1685033513 - will randomize all specs Will run 4 of 4 specs Running in parallel across 16 processes ------------------------------ • [105.858 seconds] E2E Test starting with non-empty Directory test debugging should verify developer workflow from non-empty Directory /go/odo_1/tests/e2escenarios/e2e_test.go:329 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo init' from /tmp/300309966 << Captured StdOut/StdErr Output ------------------------------ Progress Report for Ginkgo Process #3 Automatically polling progress: E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 2m2.136s) /go/odo_1/tests/e2escenarios/e2e_test.go:197 In [It] (Node Runtime: 2m0.001s) /go/odo_1/tests/e2escenarios/e2e_test.go:197 Begin Captured GinkgoWriter Output >> ... [odo] ↪ Dev mode [odo] Status: [odo] Watching for changes in the current directory /tmp/2011118019 [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] I0525 16:54:08.181479 21707 watch.go:263] deployment watcher Event: Type: MODIFIED, name: trlvnb-app, rv: 31626522, generation: 1, pods: 1 [odo] I0525 16:54:08.283064 21707 watch.go:339] filesystem watch event: WRITE "/tmp/2011118019/.odo/odo-file-index.json" [odo] I0525 16:54:08.284268 21707 watch.go:339] filesystem watch event: WRITE "/tmp/2011118019/.odo/odo-file-index.json" << End Captured GinkgoWriter Output Spec Goroutine goroutine 71 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000035340, {0x2f01710?, 0xc0006ad230}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000035340, {0x2f01710, 0xc0006ad230}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b29472, 0x8}, 0xc0001dad80?, 0xc0000b0360?, 0xc000584240) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.DevSession.WaitSync({0xc000584240, 0x0, 0xc0001a6a80, {0x0, 0x0}}) /go/odo_1/tests/helper/helper_dev.go:233 > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2() /go/odo_1/tests/e2escenarios/e2e_test.go:246 | // "changes are made to the applications" | helper.ReplaceString(filepath.Join(commonVar.Context, "src", "main", "java", "com", "example", "demo", "DemoApplication.java"), "Hello updated World!", "Hello from an updated World!") > _, _, _, err = devSession.WaitSync() | Expect(err).ToNot(HaveOccurred()) | // "should deploy new changes" github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x102a71e, 0x0}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go: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 #7 Automatically polling progress: E2E Test starting with empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m2.492s) /go/odo_1/tests/e2escenarios/e2e_test.go:63 In [It] (Node Runtime: 2m0.001s) /go/odo_1/tests/e2escenarios/e2e_test.go:63 Begin Captured GinkgoWriter Output >> ... [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] I0525 16:54:10.595681 22008 watch.go:263] deployment watcher Event: Type: MODIFIED, name: iimkgj-app, rv: 31626713, generation: 1, pods: 1 [odo] I0525 16:54:10.700584 22008 watch.go:339] filesystem watch event: REMOVE "/tmp/519941456/.odo/odo-file-index.json" [odo] I0525 16:54:10.700891 22008 watch.go:374] error removing watch for /tmp/519941456/.odo/odo-file-index.json: can't remove non-existent watcher: /tmp/519941456/.odo/odo-file-index.json [odo] I0525 16:54:10.700918 22008 watch.go:339] filesystem watch event: CREATE "/tmp/519941456/.odo/odo-file-index.json" [odo] I0525 16:54:10.706234 22008 watch.go:339] filesystem watch event: WRITE "/tmp/519941456/.odo/odo-file-index.json" [odo] I0525 16:54:10.709574 22008 watch.go:339] filesystem watch event: WRITE "/tmp/519941456/.odo/devstate.json" [odo] I0525 16:54:10.713276 22008 watch.go:339] filesystem watch event: WRITE "/tmp/519941456/.odo/devstate.22008.json" << End Captured GinkgoWriter Output Spec Goroutine goroutine 70 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0007720e0, {0x2f01710?, 0xc000e6b9b0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0007720e0, {0x2f01710, 0xc000e6b9b0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b373e1, 0xf}, 0x0?, 0x2?, 0xc000e6b980) /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/e2escenarios.glob..func1.5.2() /go/odo_1/tests/e2escenarios/e2e_test.go:153 | | // start dev mode again > devSession, _, _, ports, err = helper.StartDevMode(helper.DevSessionOpts{}) | Expect(err).ToNot(HaveOccurred()) | github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x2601493, 0xc00019fce0}) /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 #2 Automatically polling progress: E2E Test starting with non-empty Directory add Binding should verify developer workflow of using binding as env in innerloop (Spec Runtime: 2m6.618s) /go/odo_1/tests/e2escenarios/e2e_test.go:462 In [It] (Node Runtime: 2m0s) /go/odo_1/tests/e2escenarios/e2e_test.go:462 Begin Captured GinkgoWriter Output >> ... [odo] • Building your application in container (command: build) ... [odo] I0525 16:54:10.015999 21780 exec.go:33] Executing command [/bin/sh -c cd ${PROJECT_SOURCE} && (export GOPATH="${PROJECT_SOURCE}/.go" GOCACHE="${PROJECT_SOURCE}/.cache" && go build main.go) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: owryxf-app-d86dd7d86-tvzl7 in container: runtime [odo] ✓ Building your application in container (command: build) [2s] [odo] I0525 16:54:12.209059 21780 kubeexec.go:54] StartProcessForCommand for "run" [odo] • Executing the application (command: run) ... [odo] I0525 16:54:12.209139 21780 retry.go:48] waiting for 5 second(s) before trying task "process for command \"run\"" [odo] I0525 16:54:12.209171 21780 exec.go:33] Executing command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (./main) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid] for pod: owryxf-app-d86dd7d86-tvzl7 in container: runtime [odo] I0525 16:54:17.209319 21780 execute_run.go:90] checking if process for command "run" is running [odo] I0525 16:54:17.209364 21780 kubeexec.go:40] GetProcessInfoForCommand for "run" [odo] I0525 16:54:17.209393 21780 exec.go:33] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: owryxf-app-d86dd7d86-tvzl7 in container: runtime << End Captured GinkgoWriter Output Spec Goroutine goroutine 83 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00067b340, {0x2f01710?, 0xc000677440}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00067b340, {0x2f01710, 0xc000677440}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b29472, 0x8}, 0x0?, 0x48?, 0xc00072e240) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.DevSession.WaitSync({0xc00072e240, 0x0, 0xc000616000, {0x0, 0x0}}) /go/odo_1/tests/helper/helper_dev.go:233 > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.8.4() /go/odo_1/tests/e2escenarios/e2e_test.go:528 | helper.Cmd("odo", "remove", "binding", "--name", bindingName).ShouldPass() | > _, _, _, err = devSession.WaitSync() | Expect(err).To(BeNil()) | Eventually(func() string { return helper.Cmd("odo", "describe", "binding").ShouldRun().Out() }). github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x2601493, 0xc00006a8a0}) /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 ------------------------------ • [149.263 seconds] E2E Test starting with empty Directory should verify developer workflow from empty Directory /go/odo_1/tests/e2escenarios/e2e_test.go:63 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo init' from /tmp/519941456 Spawning '/go/bin/odo delete component' from /tmp/519941456 << Captured StdOut/StdErr Output ------------------------------ • [165.943 seconds] E2E Test starting with non-empty Directory add Binding should verify developer workflow of using binding as env in innerloop /go/odo_1/tests/e2escenarios/e2e_test.go:462 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo init' from /tmp/510026603 << Captured StdOut/StdErr Output ------------------------------ Progress Report for Ginkgo Process #3 Automatically polling progress: E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 4m2.143s) /go/odo_1/tests/e2escenarios/e2e_test.go:197 In [It] (Node Runtime: 4m0.008s) /go/odo_1/tests/e2escenarios/e2e_test.go:197 Begin Captured GinkgoWriter Output >> ... [odo] ↪ Dev mode [odo] Status: [odo] Watching for changes in the current directory /tmp/2011118019 [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] I0525 16:56:06.751630 22172 watch.go:263] deployment watcher Event: Type: MODIFIED, name: trlvnb-app, rv: 31628021, generation: 1, pods: 1 [odo] I0525 16:56:06.865137 22172 watch.go:339] filesystem watch event: WRITE "/tmp/2011118019/.odo/odo-file-index.json" [odo] I0525 16:56:06.866496 22172 watch.go:339] filesystem watch event: WRITE "/tmp/2011118019/.odo/odo-file-index.json" << End Captured GinkgoWriter Output Spec Goroutine goroutine 71 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0001f2000, {0x2f01710?, 0xc00067e000}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0001f2000, {0x2f01710, 0xc00067e000}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b29472, 0x8}, 0xc0008fc000?, 0xc0000b0360?, 0xc000bc0180) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.DevSession.WaitSync({0xc000bc0180, 0x0, 0xc0004cad80, {0x0, 0x0}}) /go/odo_1/tests/helper/helper_dev.go:233 > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2() /go/odo_1/tests/e2escenarios/e2e_test.go:287 | // making changes to the project again | helper.ReplaceString(filepath.Join(commonVar.Context, "src", "main", "java", "com", "example", "demo", "DemoApplication.java"), "Hello from an updated World!", "Hello from an updated v2 World!") > _, _, _, err = devSession.WaitSync() | Expect(err).ToNot(HaveOccurred()) | github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x102a71e, 0x0}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:854 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841 ------------------------------ • [249.414 seconds] E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory /go/odo_1/tests/e2escenarios/e2e_test.go:197 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo init' from /tmp/2011118019 Spawning '/go/bin/odo delete component' from /tmp/2011118019 << Captured StdOut/StdErr Output ------------------------------ Ran 4 of 4 Specs in 249.459 seconds SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 0 Skipped Ginkgo ran 1 suite in 4m26.942921822s Test Suite Passed