devfile / api

Kube-native API for cloud development workspaces specification
Apache License 2.0
242 stars 59 forks source link

Devfile Registry nightly run fails for `ollama` stack #1602

Open thepetk opened 2 weeks ago

thepetk commented 2 weeks ago

/kind bug

Which area is this bug related to?

/area registry

What versions of software are you using?

go 1.21

Bug Summary

Describe the bug:

The nightly run currently fails for the ollama stack. The error seems to be related with a very long message that the gomega dependency is trying to print.

To Reproduce:

You can check the latest statuses of the nightly run here:

Expected behavior

The check should be passing successfully.

Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable

**** STDERR ****

  Expected
      <string>:   __
       /  \__     Developing using the "cmp-ollama-yng" Devfile
       \__/  \    Namespace: wfqnfahw
       /  \__/    odo version: v3.15.0 (3d77fe9d2-nightly)
       \__/

---
---

  Gomega truncated this representation as it exceeds 'format.MaxLength'.
  Consider having the object provide a custom 'GomegaStringer' representation
  or adjust the parameters in Gomega's 'format' package.

  Learn more here: https://onsi.github.io/gomega/#adjusting-output

  to contain substring
      <string>: Keyboard Commands:
  In [It] at: /home/runner/work/registry/registry/tests/odov3/odo_test.go:192 @ 06/16/24 06:14:35.877

Additional context

N/A

Any workaround?

N/A

Suggestion on how to fix the bug

N/A

maysunfaisal commented 2 weeks ago

Closing as its seen itermittently on nightly only. Reopen if it reoccurs again.

maysunfaisal commented 2 weeks ago

Github actions have a set memory limit and slower network speeds, so it may time out on nightly runs.