Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native builds failure due to missing catalog #4022

Closed
squakez opened this issue Feb 2, 2023 · 1 comment · Fixed by #4029
Closed

Native builds failure due to missing catalog #4022

squakez opened this issue Feb 2, 2023 · 1 comment · Fixed by #4029
Assignees
Labels
kind/bug Something isn't working

Comments

@squakez
Copy link
Contributor

squakez commented Feb 2, 2023

Since a couple of days, the native workflow (run nightly as part of the release procedure) is constantly failing. Looking at the log it seems the cause is the limited resources:

  Error: p.go:274:     > {"level":"error","ts":1675307741.365349,"logger":"camel-k.maven.build","msg":"\t[error]: Build step io.quarkus.deployment.pkg.steps.NativeImageBuildStep#build threw an exception: io.quarkus.deployment.pkg.steps.NativeImageBuildStep$ImageGenerationFailureException: Image generation failed. Exit code was 137 which indicates an out of memory error. Consider increasing the Xmx value for native image generation by setting the \"quarkus.native.native-image-xmx\" property","stacktrace":"github.com/apache/camel-k/pkg/util/log.Logger.Error\n\tgithub.com/apache/camel-k/pkg/util/log/log.go:75\ngithub.com/apache/camel-k/pkg/util/maven.normalizeLog\n\tgithub.com/apache/camel-k/pkg/util/maven/maven_log.go:83\ngithub.com/apache/camel-k/pkg/util/maven.mavenLogHandler\n\tgithub.com/apache/camel-k/pkg/util/maven/maven_log.go:54\ngithub.com/apache/camel-k/pkg/util.scan\n\tgithub.com/apache/camel-k/pkg/util/command.go:77\ngithub.com/apache/camel-k/pkg/util.RunAndLog.func1\n\tgithub.com/apache/camel-k/pkg/u
@squakez squakez added the kind/bug Something isn't working label Feb 2, 2023
@squakez
Copy link
Contributor Author

squakez commented Feb 3, 2023

It was a temporary error, now the error is related to the missing kamelets catalog. Fixing straight away.

@squakez squakez self-assigned this Feb 3, 2023
@squakez squakez changed the title Native builds failure due to memory requirements Native builds failure due to missing catalog Feb 3, 2023
squakez added a commit to squakez/camel-k that referenced this issue Feb 3, 2023
squakez added a commit that referenced this issue Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant