[aarch64-port-dev ] Linaro OpenJDK AArch64 jdk/jdk build 1955 Failure

ci_notify at linaro.org ci_notify at linaro.org
Thu Sep 12 08:24:03 UTC 2019


OpenJDK AArch64 jdk/jdk build status is Failure
Build details -  https://ci.linaro.org/job/jdkX-ci-build/1955/

Changes -
  mbaesken: ea93d6a9f720149b47026924b0a35abc3b8b4077 
	- src/java.base/unix/native/libnet/NetworkInterface.c 
--"8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return
Reviewed-by: dfuchs, stuefe, vtewari
"

Build output -
   Compiling 117 files for BUILD_java.compiler.interim
   Creating support/modules_libs/java.base/server/libjvm.so from 1001 file(s)
   Creating hotspot/variant-server/libjvm/gtest/libjvm.so from 126 file(s)
   Creating hotspot/variant-server/libjvm/gtest/gtestLauncher from 1 file(s)
   Compiling 401 files for BUILD_jdk.compiler.interim
   Compiling 218 files for BUILD_jdk.javadoc.interim
   Compiling 170 files for BUILD_TOOLS_JDK
   Compiling 2 files for COMPILE_DEPEND
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   Note: Some input files use unchecked or unsafe operations.
   Note: Recompile with -Xlint:unchecked for details.
   Compiling 188 files for BUILD_jdk.rmic.interim
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   Compiling 3 files for BUILD_VM_COMPILER_MATCH_PROCESSOR
   Compiling 5 files for BUILD_VM_COMPILER_NODEINFO_PROCESSOR
   Compiling 3 files for BUILD_VM_COMPILER_OPTIONS_PROCESSOR
   Compiling 14 files for BUILD_VM_COMPILER_REPLACEMENTS_PROCESSOR
   Compiling 3 files for BUILD_VM_COMPILER_SERVICEPROVIDER_PROCESSOR
   Creating buildtools/jdk.vm.compiler.match.processor.jar
   Creating buildtools/jdk.vm.compiler.nodeinfo.processor.jar
   Creating buildtools/jdk.vm.compiler.options.processor.jar
   Creating buildtools/jdk.vm.compiler.replacements.verifier.jar
   Creating buildtools/jdk.vm.compiler.serviceprovider.processor.jar
   Compiling 11 properties into resource bundles for jdk.jartool
   Compiling 11 properties into resource bundles for jdk.management.agent
   Compiling 3 properties into resource bundles for jdk.jdi
   Compiling 5 properties into resource bundles for jdk.jlink
   Compiling 3 properties into resource bundles for jdk.jlink
   Compiling 1 properties into resource bundles for jdk.jlink
   Compiling 224 properties into resource bundles for jdk.localedata
   Compiling 31 files for BUILD_JRTFS
   Creating support/modules_libs/java.base/jrt-fs.jar
   Compiling 2 files for BUILD_BREAKITERATOR_BASE
   Compiling 2 files for BUILD_BREAKITERATOR_LD
   Compiling 11 properties into resource bundles for java.base
   Compiling 11 properties into resource bundles for java.logging
   Compiling 6 properties into resource bundles for java.base
   Compiling 3018 files for java.base
   Compiling 89 properties into resource bundles for java.desktop
   /home/buildslave/workspace/jdkX-ci-build/jdkX/src/java.base/share/classes/java/util/stream/Collectors.java:1718: error: incompatible types: cannot infer type arguments for CollectorImpl<>
           return new CollectorImpl<>(ConcurrentHashMap::new,
                                   ^
       reason: inference variable V#1 has incompatible bounds
         lower bounds: Map<K#1,V#2>,Object
         lower bounds: CAP#1
     where V#1,K#1,V#2,M,U,T,K#2 are type-variables:
       V#1 extends Object declared in class ConcurrentHashMap
       K#1 extends Object declared in method <K#1,V#2,M>uniqKeysMapMerger()
       V#2 extends Object declared in method <K#1,V#2,M>uniqKeysMapMerger()
       M extends Map<K#1,V#2> declared in method <K#1,V#2,M>uniqKeysMapMerger()
       U extends Object declared in method <T,K#2,U>toConcurrentMap(Function<? super T,? extends K#2>,Function<? super T,? extends U>)
       T extends Object declared in method <T,K#2,U>toConcurrentMap(Function<? super T,? extends K#2>,Function<? super T,? extends U>)
       K#2 extends Object declared in method <T,K#2,U>toConcurrentMap(Function<? super T,? extends K#2>,Function<? super T,? extends U>)
     where CAP#1 is a fresh type-variable:
       CAP#1 extends U from capture of ? extends U
   1 error
   CompileJavaModules.gmk:600: recipe for target '/home/buildslave/workspace/jdkX-ci-build/build/jdk/modules/java.base/_the.java.base_batch' failed
   make[3]: *** [/home/buildslave/workspace/jdkX-ci-build/build/jdk/modules/java.base/_the.java.base_batch] Error 1
   make[2]: *** [java.base-java] Error 1
   make[2]: *** Waiting for unfinished jobs....
   make/Main.gmk:195: recipe for target 'java.base-java' failed
   
   ERROR: Build failed for target 'images' in configuration '/home/buildslave/workspace/jdkX-ci-build/build' (exit code 2) 
   
   === Output from failing command(s) repeated here ===
   * For target jdk_modules_java.base__the.java.base_batch:
   /home/buildslave/workspace/jdkX-ci-build/jdkX/src/java.base/share/classes/java/util/stream/Collectors.java:1718: error: incompatible types: cannot infer type arguments for CollectorImpl<>
           return new CollectorImpl<>(ConcurrentHashMap::new,
                                   ^
       reason: inference variable V#1 has incompatible bounds
         lower bounds: Map<K#1,V#2>,Object
         lower bounds: CAP#1
     where V#1,K#1,V#2,M,U,T,K#2 are type-variables:
       V#1 extends Object declared in class ConcurrentHashMap
       K#1 extends Object declared in method <K#1,V#2,M>uniqKeysMapMerger()
       V#2 extends Object declared in method <K#1,V#2,M>uniqKeysMapMerger()
       M extends Map<K#1,V#2> declared in method <K#1,V#2,M>uniqKeysMapMerger()
       U extends Object declared in method <T,K#2,U>toConcurrentMap(Function<? super T,? extends K#2>,Function<? super T,? extends U>)
       T extends Object declared in method <T,K#2,U>toConcurrentMap(Function<? super T,? extends K#2>,Function<? super T,? extends U>)
       K#2 extends Object declared in method <T,K#2,U>toConcurrentMap(Function<? super T,? extends K#2>,Function<? super T,? extends U>)
     where CAP#1 is a fresh type-variable:
      ... (rest of output omitted)
   
   * All command lines available in /home/buildslave/workspace/jdkX-ci-build/build/make-support/failure-logs.
   === End of repeated output ===
   
   === Make failed targets repeated here ===
   CompileJavaModules.gmk:600: recipe for target '/home/buildslave/workspace/jdkX-ci-build/build/jdk/modules/java.base/_the.java.base_batch' failed
   make/Main.gmk:195: recipe for target 'java.base-java' failed
   === End of repeated output ===
   
   Hint: Try searching the build log for the name of the first failed target.
   Hint: See doc/building.html#troubleshooting for assistance.
   
   /home/buildslave/workspace/jdkX-ci-build/jdkX/make/Init.gmk:307: recipe for target 'main' failed
   make[1]: *** [main] Error 1
   /home/buildslave/workspace/jdkX-ci-build/jdkX/make/Init.gmk:186: recipe for target 'images' failed
   make: *** [images] Error 2


More information about the aarch64-port-dev mailing list