cp ododevapispec.yaml pkg/apiserver-impl/swagger-ui/swagger.yaml
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=e8baf5d44-dirty" ./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=1 --junit-report="test-doc-automation.xml"  tests/documentation/...
[1694401306] Doc Command Reference Automation Suite - 17/17 specs •••Spawning '/go/bin/odo delete namespace odo-dev' from /tmp/1386396708
•Spawning '/go/bin/odo init' from /tmp/1039610313
••••Spawning '/go/bin/odo delete project odo-dev' from /tmp/1413413024
•Spawning '/go/bin/odo init' from /tmp/4274886708
•••••••• SUCCESS! 59.064435119s PASS
[1694401306] User Guides Doc Automation Suite - 5/5 specs •Spawning '/go/bin/odo init' from /tmp/1123509518

  ------------------------------
  Automatically polling progress:
    User guides: Quickstart test Java quickstart guide should test the complete java springboot quickstart output in order (Spec Runtime: 2m1.746s)
      /go/odo_1/tests/documentation/user-guides/doc_user_guides_quickstart_test.go:226
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/documentation/user-guides/doc_user_guides_quickstart_test.go:226
        At [By Step] running odo dev (Step Runtime: 1m59.191s)
          /go/odo_1/tests/documentation/user-guides/doc_user_guides_quickstart_test.go:253

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] stderr: []
          [odo] I0911 03:05:41.590748   13051 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} &&  (mvn -Dmaven.repo.local=/home/user/.m2/repository spring-boot:run) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid]: error while streaming command: context canceled
          [odo] I0911 03:05:41.597232   13051 implem.go:114] The path for preference file is /tmp/140640862/preference.yaml
          [odo] I0911 03:05:41.598523   13051 segment.go:268] Checking telemetry enable status
          [odo] I0911 03:05:41.598614   13051 segment.go:286] Sending telemetry disabled by env variable
          [odo] Cleaning resources, please wait
          [odo] I0911 03:05:41.739828   13051 all.go:46] starting to concurrently query 90 APIs
          [odo] I0911 03:05:41.740051   13051 all.go:62] fired up all goroutines to query APIs
          [odo] I0911 03:05:42.139146   13051 all.go:67] all goroutines have returned in 399.317511ms
          [odo] I0911 03:05:42.139214   13051 all.go:76] query result: objects=361
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 105 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000ce770, {0x2f4f608?, 0xc00092e000}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000ce770, {0x2f4f608, 0xc00092e000}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc0007a7960?, {0xc0006fa0e0?, 0x41664a8?, 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/documentation/user-guides.glob..func1.7.2.2()
            /go/odo_1/tests/documentation/user-guides/doc_user_guides_quickstart_test.go:260
              | Expect(err).To(BeNil())
              | devSession.Stop()
              > devSession.WaitEnd()
              | args := []string{"dev"}
              | got := strings.ReplaceAll(devSession.StdOut, commonVar.Context, "/home/user/quickstart-demo")
          github.com/onsi/ginkgo/v2/internal.(*Suite).By(0xc0001e4000, {0x2b7e8b4, 0xf}, {0xc0005e3f00, 0x1, 0xc000097ec8?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2b7e8b4?, 0x0?}, {0xc0005e3f00?, 0xebdb1d?, 0x28d6260?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/core_dsl.go:547
        > github.com/redhat-developer/odo/tests/documentation/user-guides.glob..func1.7.2()
            /go/odo_1/tests/documentation/user-guides/doc_user_guides_quickstart_test.go:253
              | 	Expect(diff).To(BeEmpty(), file)
              | })
              > By("running odo dev", func() {
              | 	helper.UpdateDevfileContent("devfile.yaml", []helper.DevfileUpdater{
              | 		helper.SetFsGroup("tools", 2000),
          github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x103b71e, 0xc000394780})
            /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
  ------------------------------
•Spawning '/go/bin/odo init' from /tmp/853338823
•Spawning '/go/bin/odo init' from /tmp/3351782291
•Spawning '/go/bin/odo init' from /tmp/221565770
• SUCCESS! 5m16.4000973s PASS

Ginkgo ran 2 suites in 7m15.529688504s
Test Suite Passed