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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org