Skip to content

Instantly share code, notes, and snippets.

@agzam
Last active February 9, 2021 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agzam/57b2547f1627c8a62927e781e582e144 to your computer and use it in GitHub Desktop.
Save agzam/57b2547f1627c8a62927e781e582e144 to your computer and use it in GitHub Desktop.
clojure-lsp GraalVM build failing
clojure-lsp on  master via ☕ v11.0.10 at 23:00:01 ❯ ./graalvm/native-unix-compile.sh
Picked up JAVA_TOOL_OPTIONS: -Dapple.awt.UIElement=true
OpenJDK 64-Bit Server VM warning: forcing TieredStopAtLevel to full optimization because JVMCI is enabled
Picked up JAVA_TOOL_OPTIONS: -Dapple.awt.UIElement=true
Compiling 1 source files to /Users/ag/sandbox/clojure-lsp/target/classes
Picked up JAVA_TOOL_OPTIONS: -Dapple.awt.UIElement=true
Compiling clojure-lsp.clojure-core
Compiling clojure-lsp.crawler
Compiling clojure-lsp.db
Compiling clojure-lsp.feature.call-hierarchy
Compiling clojure-lsp.feature.code-actions
Compiling clojure-lsp.feature.completion
Compiling clojure-lsp.feature.diagnostics
Compiling clojure-lsp.feature.document-symbol
Compiling clojure-lsp.feature.hover
Compiling clojure-lsp.feature.refactor
Compiling clojure-lsp.feature.rename
Compiling clojure-lsp.feature.semantic-tokens
Compiling clojure-lsp.handlers
Compiling clojure-lsp.interop
Compiling clojure-lsp.main
Compiling clojure-lsp.nrepl
Compiling clojure-lsp.parser
Compiling clojure-lsp.producer
Compiling clojure-lsp.queries
Compiling clojure-lsp.refactor.edit
Compiling clojure-lsp.refactor.transform
Compiling clojure-lsp.shared
Created /Users/ag/sandbox/clojure-lsp/target/clojure-lsp-2021.02.07-22.51.26.jar
Created /Users/ag/sandbox/clojure-lsp/target/clojure-lsp-2021.02.07-22.51.26-standalone.jar
Executing [
/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.0.0/Contents/Home/bin/java \
-XX:+UseParallelGC \
-XX:+UnlockExperimentalVMOptions \
-XX:+EnableJVMCI \
-Dtruffle.TrustAllTruffleRuntimeProviders=true \
-Dtruffle.TruffleRuntime=com.oracle.truffle.api.impl.DefaultTruffleRuntime \
-Dgraalvm.ForcePolyglotInvalid=true \
-Dgraalvm.locatorDisabled=true \
-Dsubstratevm.IgnoreGraalVersionCheck=true \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.aarch64=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.amd64=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.code.site=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.code.stack=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.code=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.common=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.hotspot.aarch64=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.hotspot.amd64=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.hotspot.sparc=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.hotspot=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.meta=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.runtime=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.services=ALL-UNNAMED \
--add-exports=jdk.internal.vm.ci/jdk.vm.ci.sparc=ALL-UNNAMED \
--add-exports=org.graalvm.truffle/com.oracle.truffle.api=ALL-UNNAMED \
--add-opens=jdk.internal.vm.compiler/org.graalvm.compiler.debug=ALL-UNNAMED \
--add-opens=jdk.internal.vm.compiler/org.graalvm.compiler.nodes=ALL-UNNAMED \
--add-opens=jdk.unsupported/sun.reflect=ALL-UNNAMED \
--add-opens=java.base/jdk.internal.module=ALL-UNNAMED \
--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED \
--add-opens=java.base/jdk.internal.reflect=ALL-UNNAMED \
--add-opens=java.base/java.io=ALL-UNNAMED \
--add-opens=java.base/java.lang=ALL-UNNAMED \
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED \
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED \
--add-opens=java.base/java.lang.ref=ALL-UNNAMED \
--add-opens=java.base/java.net=ALL-UNNAMED \
--add-opens=java.base/java.nio=ALL-UNNAMED \
--add-opens=java.base/java.nio.file=ALL-UNNAMED \
--add-opens=java.base/java.security=ALL-UNNAMED \
--add-opens=java.base/javax.crypto=ALL-UNNAMED \
--add-opens=java.base/java.util=ALL-UNNAMED \
--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED \
--add-opens=java.base/sun.security.x509=ALL-UNNAMED \
--add-opens=java.base/jdk.internal.logger=ALL-UNNAMED \
--add-opens=org.graalvm.sdk/org.graalvm.nativeimage.impl=ALL-UNNAMED \
--add-opens=org.graalvm.sdk/org.graalvm.polyglot=ALL-UNNAMED \
--add-opens=org.graalvm.truffle/com.oracle.truffle.polyglot=ALL-UNNAMED \
--add-opens=org.graalvm.truffle/com.oracle.truffle.api.impl=ALL-UNNAMED \
-XX:+UseJVMCINativeLibrary \
-Xss10m \
-Xms1g \
-Xmx13743895344 \
-Duser.country=US \
-Duser.language=en \
-Djava.awt.headless=true \
-Dorg.graalvm.version=21.0.0 \
-Dorg.graalvm.config= \
-Dcom.oracle.graalvm.isaot=true \
-Djava.system.class.loader=com.oracle.svm.hosted.NativeImageSystemClassLoader \
-Xshare:off \
--module-path \
/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.0.0/Contents/Home/lib/truffle/truffle-api.jar \
-Djdk.internal.lambda.disableEagerInitialization=true \
-Djdk.internal.lambda.eagerlyInitialize=false \
-Djava.lang.invoke.InnerClassLambdaMetafactory.initializeLambdas=false \
-Dclojure.compiler.direct-linking=true \
-Dclojure.spec.skip-macros=true \
-Xmx4g \
-javaagent:/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.0.0/Contents/Home/lib/svm/builder/svm.jar \
-cp \
/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.0.0/Contents/Home/lib/svm/builder/llvm-wrapper-shadowed.jar:/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.0.0/Contents/Home/lib/svm/builder/svm.jar:/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.0.0/Contents/Home/lib/svm/builder/objectfile.jar:/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.0.0/Contents/Home/lib/svm/builder/llvm-platform-specific-shadowed.jar:/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.0.0/Contents/Home/lib/svm/builder/javacpp-shadowed.jar:/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.0.0/Contents/Home/lib/svm/builder/svm-llvm.jar:/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.0.0/Contents/Home/lib/svm/builder/pointsto.jar \
'com.oracle.svm.hosted.NativeImageGeneratorRunner$JDK9Plus' \
-imagecp \
/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.0.0/Contents/Home/lib/svm/library-support.jar:/Users/ag/sandbox/clojure-lsp/target/clojure-lsp-2021.02.07-22.51.26-standalone.jar \
-H:Path=/Users/ag/sandbox/clojure-lsp \
-H:Class=clojure_lsp.main \
-H:+ReportExceptionStackTraces \
-H:EnableURLProtocols=jar \
-H:+InlineBeforeAnalysis \
-H:Log=registerResource: \
'-H:IncludeResources="CLOJURE_LSP_VERSION|db/.*|static/.*|templates/.*|.*.yml|.*.xml|.*/org/sqlite/.*|org/sqlite/.*|.*.properties"' \
-H:ConfigurationFileDirectories=graalvm \
-H:ClassInitialization=:build_time \
-H:+ReportUnsupportedElementsAtRuntime \
-H:FallbackThreshold=0 \
-H:+DumpTargetInfo \
-H:+AllowIncompleteClasspath \
-H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.AudioFileReader \
-H:ServiceLoaderFeatureExcludeServices=javax.sound.midi.spi.MidiFileReader \
-H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.MixerProvider \
-H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.FormatConversionProvider \
-H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.AudioFileWriter \
-H:ServiceLoaderFeatureExcludeServices=javax.sound.midi.spi.MidiDeviceProvider \
-H:ServiceLoaderFeatureExcludeServices=javax.sound.midi.spi.SoundbankReader \
-H:ServiceLoaderFeatureExcludeServices=javax.sound.midi.spi.MidiFileWriter \
-H:CLibraryPath=/Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.0.0/Contents/Home/lib/svm/clibraries/darwin-amd64 \
-H:Name=clojure-lsp \
]
Picked up JAVA_TOOL_OPTIONS: -Dapple.awt.UIElement=true
[clojure-lsp:32658] classlist: 1,858.45 ms, 0.94 GB
[clojure-lsp:32658] (cap): 1,022.14 ms, 0.94 GB
[clojure-lsp:32658] setup: 1,548.46 ms, 0.94 GB
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:93:16: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:138:32: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:138:40: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:139:35: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:140:32: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:140:46: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:144:18: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/stdio.h:67:13: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/stdio.h:386:41: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/stdio.h:386:55: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/stdio.h:387:44: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/stdio.h:388:41: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/stdio.h:384:6: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/pthread.h:328:6: error: macro expansion producing 'defined' has undefined behavior [-Werror,-Wexpansion-to-defined]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/pthread.h:328:6: error: macro expansion producing 'defined' has undefined behavior [-Werror,-Wexpansion-to-defined]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/pthread.h:537:6: error: macro expansion producing 'defined' has undefined behavior [-Werror,-Wexpansion-to-defined]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/pthread.h:537:6: error: macro expansion producing 'defined' has undefined behavior [-Werror,-Wexpansion-to-defined]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/signal.h:69:21: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/signal.h:82:18: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
com.oracle.svm.core.util.UserError$UserException: Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:93:16: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:138:32: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:138:40: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:139:35: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:140:32: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:140:46: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/_stdio.h:144:18: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/stdio.h:67:13: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/stdio.h:386:41: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/stdio.h:386:55: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/stdio.h:387:44: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/stdio.h:388:41: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/stdio.h:384:6: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/pthread.h:328:6: error: macro expansion producing 'defined' has undefined behavior [-Werror,-Wexpansion-to-defined]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/pthread.h:328:6: error: macro expansion producing 'defined' has undefined behavior [-Werror,-Wexpansion-to-defined]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/pthread.h:537:6: error: macro expansion producing 'defined' has undefined behavior [-Werror,-Wexpansion-to-defined]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/pthread.h:537:6: error: macro expansion producing 'defined' has undefined behavior [-Werror,-Wexpansion-to-defined]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/signal.h:69:21: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
Error compiling query code (in /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c). Compiler command '/usr/bin/cc -Wall -Werror -ObjC -o /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives /var/folders/z_/tkhzzcq179jg1t28z2n73p880000gn/T/SVM-3575010459532870538/PosixDirectives.c ' output included error: /usr/local/include/signal.h:82:18: error: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Werror,-Wnullability-completeness]
at com.oracle.svm.core.util.UserError.abort(UserError.java:139)
at com.oracle.svm.hosted.c.NativeLibraries.reportErrors(NativeLibraries.java:369)
at com.oracle.svm.hosted.NativeImageGenerator.processNativeLibraryImports(NativeImageGenerator.java:1585)
at com.oracle.svm.hosted.NativeImageGenerator.setupNativeLibraries(NativeImageGenerator.java:1064)
at com.oracle.svm.hosted.NativeImageGenerator.setupNativeImage(NativeImageGenerator.java:882)
at com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:561)
at com.oracle.svm.hosted.NativeImageGenerator.lambda$run$0(NativeImageGenerator.java:476)
at java.base/java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1407)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
Error: Image build request failed with exit status 1
com.oracle.svm.driver.NativeImage$NativeImageError: Image build request failed with exit status 1
at com.oracle.svm.driver.NativeImage.showError(NativeImage.java:1676)
at com.oracle.svm.driver.NativeImage.build(NativeImage.java:1426)
at com.oracle.svm.driver.NativeImage.performBuild(NativeImage.java:1387)
at com.oracle.svm.driver.NativeImage.main(NativeImage.java:1374)
at com.oracle.svm.driver.NativeImage$JDK9Plus.main(NativeImage.java:1858)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment