robertofabrizi commented on issue #4200:
URL: https://github.com/apache/camel-k/issues/4200#issuecomment-1490352027
> Having a deeper look, here some interesting log lines that can help:
>
> ```
>
{"level":"info","ts":1680108353.5888395,"logger":"camel-k.maven.build","msg":"
274.6s (18.1% of total time) in 66 GCs | Peak RSS: 7.55GB | CPU load: 2.05"}
> ...
>
{"level":"info","ts":1680108353.6008067,"logger":"camel-k.maven.build","msg":"Finished
generating 'camel-k-integration-1.12.0-runner' in 25m 14s."}
>
{"level":"info","ts":1680108354.97897,"logger":"camel-k.builder","msg":"step
failed with error: failure while building project: : signal:
killed","step":"github.com/apache/camel-k/pkg/builder/BuildQuarkusRunner","phase":"20","task":"builder"}
> ```
>
> The build required almos 8GB of memory and it finished correctly after 25
minutes. However, for some reason, the BuildQuarkusRunner step failed. I wonder
if you can provide a simple reproducer, in order to try reproducing the
problem. Also, it would be nice to know what version and kubernetes cluster
(and version) you're using. Thanks.
These are the versions:
`# Welcome to Ubuntu 22.04.2 LTS (GNU/Linux 5.19.0-35-generic x86_64)
kubectl version
Client Version: version.Info{Major:"1", Minor:"26", GitVersion:"v1.26.3",
GitCommit:"9e644106593f3f4aa98f8a84b23db5fa378900bd", GitTreeState:"clean",
BuildDate:"2023-03-15T13:40:17Z", GoVersion:"go1.19.7", Compiler:"gc",
Platform:"linux/amd64"}
Kustomize Version: v4.5.7
Server Version: version.Info{Major:"1", Minor:"26", GitVersion:"v1.26.3",
GitCommit:"9e644106593f3f4aa98f8a84b23db5fa378900bd", GitTreeState:"clean",
BuildDate:"2023-03-15T13:33:12Z", GoVersion:"go1.19.7", Compiler:"gc",
Platform:"linux/amd64"}
kamel version
Camel K Client 1.12.0
kn version
Version: v1.9.2
Build Date: 2023-03-23 12:39:22
Git Revision: ffbb229e
Supported APIs:
* Serving
- serving.knative.dev/v1 (knative-serving v1.9.0)
* Eventing
- sources.knative.dev/v1 (knative-eventing v1.9.5)
- eventing.knative.dev/v1 (knative-eventing v1.9.5)
istioctl version
client version: 1.17.1
control plane version: 1.17.1
data plane version: 1.17.1 (9 proxies)
service@ipaas-master:~/istio-1.17.1/bin$
cat hello.groovy
from('timer:tick?period=3000').setBody().constant('Hello world from Camel
K').to('log:info')
kamel run -t builder.properties="quarkus.native.native-image-xmx=16g" -t
builder.verbose=true --trait=quarkus.package-type=native hello.groovy --dev`
How can I help you with the reproducer? Sorry I'm not too expect on it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]