Error from server (NotFound): namespaces "devfile-proxy" not found Using Devfile proxy: cp ododevapispec.yaml pkg/apiserver-impl/swagger-ui/swagger.yaml go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=261ca2611" ./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: 1694180769 - will randomize all specs Will run 502 of 954 specs Running in parallel across 16 processes SSSSSSSSSS•SSSSSSS•S•SSSSS•S•S•SS•SSSS•S•SS•S•SSS••SSS•S••SSSSS•S ------------------------------ • [7.961 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:720 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo init' from /tmp/682526960 << Captured StdOut/StdErr Output ------------------------------ SS•S••SS•SS•S•••SS•S•SSS••SS•S ------------------------------ • [91.356 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/3432364645 << Captured StdOut/StdErr Output ------------------------------ •S•••S•••••• ------------------------------ • [3.641 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/3081238709 << Captured StdOut/StdErr Output ------------------------------ SSS•S•SS•SSSSSS•SSS••SSS•S•••S••SSS••SSS•S••S ------------------------------ • [4.023 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/493098285 << Captured StdOut/StdErr Output ------------------------------ •SSS•S•SSS•••S••SSSS•SS•S ------------------------------ • [78.840 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/293414302 << Captured StdOut/StdErr Output ------------------------------ ••SSSS•SSSS•SS•S•SSSSS•S•S•SS••SSSSS•SSS•S••SSS•S•SS••SS•SSSSSS••SS••SSSS•S•S••••SS••S•S••SS•S•S•••••SS ------------------------------ 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: 3m32.197s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:288 In [It] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:288 At [By Step] cleaning up the resources on ending the session (Step Runtime: 27.103s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:326 Begin Captured GinkgoWriter Output >> ... [odo] Cleaning resources, please wait [odo] I0908 13:52:06.847238 16855 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c110.eu-de.containers.cloud.ibm.com:32062/api/v1/namespaces/cmd-dev-debug-test288zdg/pods/lderru-app-5b58b9c89c-k6kx6/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] I0908 13:52:06.847361 16855 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] I0908 13:52:06.959558 16855 all.go:46] starting to concurrently query 90 APIs [odo] I0908 13:52:06.959654 16855 all.go:62] fired up all goroutines to query APIs [odo] I0908 13:52:07.699376 16855 all.go:67] all goroutines have returned in 739.794382ms [odo] I0908 13:52:07.699487 16855 all.go:76] query result: objects=390 << End Captured GinkgoWriter Output Spec Goroutine goroutine 219 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000024000, {0x30f3d48?, 0xc000cc8948}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000024000, {0x30f3d48, 0xc000cc8948}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc00039e6c0?, {0xc00077c490?, 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:255 > 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(0xc0001b2000, {0x2d4923c, 0x2f}, {0xc000a89e70, 0x1, 0xf8ab65?}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309 github.com/onsi/ginkgo/v2.By({0x2d4923c?, 0x30?}, {0xc000a89e70?, 0x29dde00?, 0xc000101000?}) /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({0x2694993, 0xc0010922a0}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ •SS•SSS••SSSSSS•S•S••SSSS••••SSS••S•S••SS••SSSSSSS•S••SSS•SSS•SSS•SSS•SSS•S••SS••S•S•••S•S•S•SS•SSS••• ------------------------------ Progress Report for Ginkgo Process #11 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: 2m2.075s) /go/odo_1/tests/integration/cmd_dev_test.go:1047 In [BeforeEach] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:1020 Begin Captured GinkgoWriter Output >> ... [odo] I0908 13:54:42.347701 24367 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0908 13:54:42.347887 24367 port.go:319] port 8080 not listening in container "runtime" [odo] I0908 13:54:50.099749 24367 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: giigxa-app-7d89cbf687-6476p in container: runtime [odo] I0908 13:54:50.336786 24367 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I0908 13:54:50.336826 24367 exec.go:96] 0: 615011AC:8D00 221A1068:01BB 06 00000000:00000000 03:00000C02 00000000 0 0 0 3 0000000000000000 [odo] I0908 13:54:50.336843 24367 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0908 13:54:50.336905 24367 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I0908 13:54:50.336916 24367 exec.go:96] 0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1001 0 399335094 1 0000000000000000 100 0 0 10 0 [odo] I0908 13:54:50.336928 24367 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0908 13:54:50.338123 24367 port.go:319] port 8080 not listening in container "runtime" << End Captured GinkgoWriter Output Spec Goroutine goroutine 489 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00051e000, {0x30f3f88?, 0xc001172000}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00051e000, {0x30f3f88, 0xc001172000}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2ce96c8, 0x8}, 0xc0001b7940?, 0xc0001b7920?, 0xc0004c7f20) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000453f80) /go/odo_1/tests/helper/helper_dev.go:271 > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1() /go/odo_1/tests/integration/cmd_dev_test.go:1039 | 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({0x0, 0x305}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ •SS•SSS•••SSSSSSSSS•••SS•••• ------------------------------ • [56.544 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag when /instance endpoint is DELETEd should terminate the dev session /go/odo_1/tests/integration/cmd_dev_api_server_test.go:239 Captured StdOut/StdErr Output >> <<< Session terminated >>> << Captured StdOut/StdErr Output ------------------------------ SS•••S•S•S ------------------------------ • [4.994 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/736708951 << Captured StdOut/StdErr Output ------------------------------ S•SSSSSS•SSS•SS•SS•S•S••SSSSSS•SS••S•SS•S•SS•SSSS••S•••SS••••SS••S•S•S•••SS•SS•S•S•••SSS•••S•S•SS••S•••S•••SSSSS•SS•S•SSS•S•S•SS•SS••SSSSSSS••SSSS•SSSSS•SSS•S•SS••SS•S••S•S•••SS• ------------------------------ • [19.681 seconds] odo dev interactive command tests when a component is bootstrapped should sync files when p is pressed /go/odo_1/tests/integration/interactive_dev_test.go:209 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo dev --random-ports --no-watch' from /tmp/3753330517 << Captured StdOut/StdErr Output ------------------------------ S•S•SSS••SSS ------------------------------ • [3.573 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/2992870011 << Captured StdOut/StdErr Output ------------------------------ SSS•••S•S•••SSSSSS••S•••SS•SSSSS••S•SSS••SSSS•S••S•S•••S••••S•SSSS••••••SS•SSS•SS•S•S••S••••S•SS•SS•S ------------------------------ • [79.560 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/3134028266 << Captured StdOut/StdErr Output ------------------------------ SSS•••S••••S••SS•SSSSSSS••SSS•S•S•SSSSS•S•••S••SSSSSS•SS•SSSS••SSSS•SS•••S•S••S•••••••S••S•S•SSSS••SSS••SSS•SSSSSSSSSSS•••SSS•SS••SSS•SS•SS••SSSSSSS•SS••SS••S•• ------------------------------ • [66.488 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:3592 Captured StdOut/StdErr Output >> PID: 15021 << Captured StdOut/StdErr Output ------------------------------ •S•SS••SSS•••SSS•S•SS•S••SSSSSSS••S•SS•SS•SSS••SS•••SSSSS ------------------------------ • [8.334 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/700113956 << Captured StdOut/StdErr Output ------------------------------ •••••••••• ------------------------------ Progress Report for Ginkgo Process #8 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: 2m2.726s) /go/odo_1/tests/integration/cmd_dev_test.go:4116 In [It] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:4116 Begin Captured GinkgoWriter Output >> ... [odo] Cleaning resources, please wait [odo] I0908 14:07:53.763783 18029 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c110.eu-de.containers.cloud.ibm.com:32062/api/v1/namespaces/cmd-dev-test4116nfo/pods/yhbuee-app-6849888fd9-57474/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 c110.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] ✗ Finished executing the application (command: run) [1m] [odo] I0908 14:07:53.763981 18029 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] I0908 14:07:53.845039 18029 all.go:46] starting to concurrently query 90 APIs [odo] I0908 14:07:53.845280 18029 all.go:62] fired up all goroutines to query APIs [odo] I0908 14:07:54.173613 18029 all.go:67] all goroutines have returned in 328.595393ms [odo] I0908 14:07:54.173670 18029 all.go:76] query result: objects=355 << End Captured GinkgoWriter Output Spec Goroutine goroutine 928 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0006247e0, {0x30f3d48?, 0xc00177dd10}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0006247e0, {0x30f3d48, 0xc00177dd10}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000c1dd70?, {0xc0007e5a10?, 0x2ceb47b?, 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:255 github.com/redhat-developer/odo/tests/helper.RunDevMode.func1() /go/odo_1/tests/helper/helper_dev.go:326 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:329 > github.com/redhat-developer/odo/tests/integration.glob..func7.64.2() /go/odo_1/tests/integration/cmd_dev_test.go:4117 | }) | 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({0x2694993, 0xc000b21860}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ •••• Ran 409 of 954 Specs in 1315.526 seconds SUCCESS! -- 409 Passed | 0 Failed | 0 Pending | 545 Skipped Ginkgo ran 1 suite in 23m4.439021439s Test Suite Passed