You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/07/06 06:12:59 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #2880: Hazelcast native build is failing on GitHub CI

jamesnetherton opened a new issue #2880:
URL: https://github.com/apache/camel-quarkus/issues/2880


   I think it is running out of memory because the build is abruptly killed:
   
   ```
   16:15:53,776 WARNING [com.haz.ins.imp.HazelcastInstanceFactory] Hazelcast is starting in a Java modular environment (Java 9 and newer) but without proper access to required Java packages. Use additional Java arguments to provide Hazelcast access to Java internal API. The internal API access is used to get the best performance results. Arguments to be used:
    --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
   16:18:11,064 INFO  [org.jbo.threads] JBoss Threads version 3.4.0.Final
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]     (clinit):   3,172.90 ms,  3.36 GB
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]   (typeflow): 139,969.51 ms,  3.36 GB
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]    (objects): 225,183.76 ms,  3.36 GB
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]   (features):   9,816.64 ms,  3.36 GB
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]     analysis: 387,080.88 ms,  3.36 GB
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]     universe:   9,002.41 ms,  3.36 GB
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]      (parse):  61,296.27 ms,  4.02 GB
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]     (inline):  76,601.29 ms,  4.83 GB
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]    (compile): 249,414.88 ms,  5.08 GB
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]      compile: 399,229.62 ms,  5.08 GB
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]        image:  40,103.64 ms,  5.05 GB
   /home/runner/work/_temp/449d0d89-8fa9-4769-8711-50cb16d6c4af.sh: line 26:  2085 Killed                  ./mvnw -V -ntp -Dhttp.keepAlive=false -e clean verify -Dformatter.skip -Dimpsort.skip -Denforcer.skip -Pnative,docker,ci --fail-at-end -pl integration-tests/avro-rpc,integration-tests/caffeine,integration-tests/git,integration-tests/google-storage,integration-tests/hazelcast,integration-tests/http,integration-tests/infinispan,integration-tests/ipfs,integration-tests/jsch,integration-tests/kafka,integration-tests/kafka-sasl,integration-tests/mllp
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]        write:   8,718.77 ms,  5.05 GB
   # Printing build artifacts to: camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner.build_artifacts.txt
   [camel-quarkus-integration-test-hazelcast-2.1.0-SNAPSHOT-runner:25]      [total]: 864,348.60 ms,  5.05 GB
   Error: Process completed with exit code 137.
   ```


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga commented on issue #2880: Hazelcast native build is failing on GitHub CI

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #2880:
URL: https://github.com/apache/camel-quarkus/issues/2880#issuecomment-877235764


   I recently attempted to reduce the amount of memory during Hazelcast itest native build https://github.com/apache/camel-quarkus/commit/f8d6447138ea602da3995312291090448c703435 looks like it was not enough...


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] jamesnetherton commented on issue #2880: Hazelcast native build is failing on GitHub CI

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #2880:
URL: https://github.com/apache/camel-quarkus/issues/2880#issuecomment-877072206


   Not every time but seems to be a pretty frequent thing.
   
   3.8 update is not merged yet https://github.com/apache/camel-quarkus/pull/2868.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga commented on issue #2880: Hazelcast native build is failing on GitHub CI

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #2880:
URL: https://github.com/apache/camel-quarkus/issues/2880#issuecomment-877038995


   Is it happening every time? Is it perhaps related to Maven 3.8?


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org