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

Kudu native build fails #1121

Closed
jamesnetherton opened this issue Apr 22, 2020 · 0 comments · Fixed by #1122
Closed

Kudu native build fails #1121

jamesnetherton opened this issue Apr 22, 2020 · 0 comments · Fixed by #1122

Comments

@jamesnetherton
Copy link
Contributor

2020-04-22T15:19:01.8462317Z [INFO] --- quarkus-maven-plugin:1.4.0.CR1:build (default) @ camel-quarkus-integration-test-kudu ---
2020-04-22T15:19:06.6032956Z [INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building native image source jar: /home/runner/work/camel-quarkus/camel-quarkus/integration-tests/kudu/target/camel-quarkus-integration-test-kudu-1.1.0-SNAPSHOT-native-image-source-jar/camel-quarkus-integration-test-kudu-1.1.0-SNAPSHOT-runner.jar
2020-04-22T15:19:06.9003989Z [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Building native image from /home/runner/work/camel-quarkus/camel-quarkus/integration-tests/kudu/target/camel-quarkus-integration-test-kudu-1.1.0-SNAPSHOT-native-image-source-jar/camel-quarkus-integration-test-kudu-1.1.0-SNAPSHOT-runner.jar
2020-04-22T15:19:06.9114050Z [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Pulling image quay.io/quarkus/ubi-quarkus-native-image:19.3.1-java11
2020-04-22T15:19:08.3425445Z 19.3.1-java11: Pulling from quarkus/ubi-quarkus-native-image
2020-04-22T15:19:08.3903366Z Digest: sha256:b18b701bd6f9d0a7778129f63b9f2dd666be2a2574854b56cd60e3cbd42b73d3
2020-04-22T15:19:08.4075029Z Status: Image is up to date for quay.io/quarkus/ubi-quarkus-native-image:19.3.1-java11
2020-04-22T15:19:08.4219334Z quay.io/quarkus/ubi-quarkus-native-image:19.3.1-java11
2020-04-22T15:19:10.6632369Z [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Running Quarkus native-image plugin on GraalVM Version 19.3.1 CE
2020-04-22T15:19:10.6655761Z [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] docker run -v /home/runner/work/camel-quarkus/camel-quarkus/integration-tests/kudu/target/camel-quarkus-integration-test-kudu-1.1.0-SNAPSHOT-native-image-source-jar:/project:z --env LANG=C --user 1001:116 --rm quay.io/quarkus/ubi-quarkus-native-image:19.3.1-java11 -J-Djava.util.logging.manager=org.jboss.logmanager.LogManager -J-Dsun.nio.ch.maxUpdateArraySize=100 -J-Dvertx.logger-delegate-factory-class-name=io.quarkus.vertx.core.runtime.VertxLogDelegateFactory -J-Dvertx.disableDnsResolver=true -J-Dio.netty.leakDetection.level=DISABLED -J-Dio.netty.allocator.maxOrder=1 -J-Duser.language=en -J-Dfile.encoding=ANSI_X3.4-1968 -H:ReflectionConfigurationFiles=reflection-config.json --initialize-at-build-time= -H:InitialCollectionPolicy=com.oracle.svm.core.genscavenge.CollectionPolicy$BySpaceAndTime -H:+JNI -jar camel-quarkus-integration-test-kudu-1.1.0-SNAPSHOT-runner.jar -H:FallbackThreshold=0 -H:+ReportExceptionStackTraces -H:-AddAllCharsets -H:-IncludeAllTimeZones -H:EnableURLProtocols=http,https --enable-all-security-services --no-server -H:-UseServiceLoaderFeature -H:+StackTrace camel-quarkus-integration-test-kudu-1.1.0-SNAPSHOT-runner
2020-04-22T15:19:24.8861529Z [camel-quarkus-integration-test-kudu-1.1.0-SNAPSHOT-runner:24]    classlist:  12,882.45 ms
2020-04-22T15:19:27.4182811Z [camel-quarkus-integration-test-kudu-1.1.0-SNAPSHOT-runner:24]        (cap):   1,583.80 ms
2020-04-22T15:19:27.5384278Z [camel-quarkus-integration-test-kudu-1.1.0-SNAPSHOT-runner:24]        setup:   2,640.55 ms
2020-04-22T15:19:27.5435643Z Error: Error parsing reflection configuration in /project/reflection-config.json:
2020-04-22T15:19:27.5438938Z Could not resolve java.net.InetAddress$Cache for reflection configuration. To allow unresolvable reflection configuration, use option -H:+AllowIncompleteClasspath
2020-04-22T15:19:27.5439547Z Verify that the configuration matches the schema described in the -H:PrintFlags=+ output for option ReflectionConfigurationFiles.
2020-04-22T15:19:27.5449424Z com.oracle.svm.core.util.UserError$UserException: Error parsing reflection configuration in /project/reflection-config.json:
2020-04-22T15:19:27.5453418Z Could not resolve java.net.InetAddress$Cache for reflection configuration. To allow unresolvable reflection configuration, use option -H:+AllowIncompleteClasspath
2020-04-22T15:19:27.5484929Z Verify that the configuration matches the schema described in the -H:PrintFlags=+ output for option ReflectionConfigurationFiles.
2020-04-22T15:19:27.5508244Z 	at com.oracle.svm.core.util.UserError.abort(UserError.java:65)
2020-04-22T15:19:27.5508496Z 	at com.oracle.svm.hosted.config.ConfigurationParserUtils.doParseAndRegister(ConfigurationParserUtils.java:138)
2020-04-22T15:19:27.5597342Z 	at com.oracle.svm.hosted.config.ConfigurationParserUtils.lambda$parseAndRegisterConfigurations$1(ConfigurationParserUtils.java:85)
2020-04-22T15:19:27.5600792Z 	at java.base/java.util.stream.ReferencePipeline$4$1.accept(ReferencePipeline.java:212)
2020-04-22T15:19:27.5601023Z 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
2020-04-22T15:19:27.5601147Z 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
2020-04-22T15:19:27.5604122Z 	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654)
2020-04-22T15:19:27.5604375Z 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
2020-04-22T15:19:27.5607592Z 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
2020-04-22T15:19:27.5610038Z 	at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312)
2020-04-22T15:19:27.5612351Z 	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
2020-04-22T15:19:27.5614640Z 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
2020-04-22T15:19:27.5614822Z 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
2020-04-22T15:19:27.5618611Z 	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
2020-04-22T15:19:27.5618784Z 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2020-04-22T15:19:27.5621212Z 	at java.base/java.util.stream.IntPipeline.reduce(IntPipeline.java:491)
2020-04-22T15:19:27.5626338Z 	at java.base/java.util.stream.IntPipeline.sum(IntPipeline.java:449)
2020-04-22T15:19:27.5626547Z 	at com.oracle.svm.hosted.config.ConfigurationParserUtils.parseAndRegisterConfigurations(ConfigurationParserUtils.java:90)
2020-04-22T15:19:27.5631237Z 	at com.oracle.svm.reflect.hosted.ReflectionFeature.duringSetup(ReflectionFeature.java:69)
2020-04-22T15:19:27.5633403Z 	at com.oracle.svm.hosted.NativeImageGenerator.lambda$setupNativeImage$12(NativeImageGenerator.java:843)
2020-04-22T15:19:27.5635536Z 	at com.oracle.svm.hosted.FeatureHandler.forEachFeature(FeatureHandler.java:63)
2020-04-22T15:19:27.5637729Z 	at com.oracle.svm.hosted.NativeImageGenerator.setupNativeImage(NativeImageGenerator.java:843)
2020-04-22T15:19:27.5639837Z 	at com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:528)
2020-04-22T15:19:27.5642429Z 	at com.oracle.svm.hosted.NativeImageGenerator.lambda$run$0(NativeImageGenerator.java:445)
2020-04-22T15:19:27.5642616Z 	at java.base/java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1407)
2020-04-22T15:19:27.5644863Z 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
2020-04-22T15:19:27.5647251Z 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
2020-04-22T15:19:27.5647398Z 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
2020-04-22T15:19:27.5647530Z 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
2020-04-22T15:19:27.5651921Z 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
2020-04-22T15:19:27.5882212Z Error: Image build request failed with exit status 1
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Apr 22, 2020
jamesnetherton added a commit that referenced this issue Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant