adoptium / temurin-build

Eclipse Temurin™ build scripts - common across all releases/versions
Apache License 2.0
1.02k stars 249 forks source link

Build Failures - 10 Feb 2020 #1533

Closed adam-thorpe closed 4 years ago

adam-thorpe commented 4 years ago

Huge list of build failures from https://ci.adoptopenjdk.net/ over the weekend so I'm collecting it all together here.

~~1) Arch: linux-aarch64, linux-ppc64le, linux-s390x Version: 11, 14, 15 Impl: Hotspot~~

Compiling 251 files for jdk.jdi
collect2: error: ld returned 1 exit status
CoreLibraries.gmk:99: recipe for target '/home/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-aarch64-hotspot/workspace/build/src/build/linux-aarch64-normal-server-release/support/modules_libs/java.base/libjava.so' failed
gmake[3]: *** [/home/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-aarch64-hotspot/workspace/build/src/build/linux-aarch64-normal-server-release/support/modules_libs/java.base/libjava.so] Error 1
make/Main.gmk:219: recipe for target 'java.base-libs' failed
gmake[2]: *** [java.base-libs] Error 1

https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-aarch64-hotspot/407/ -> gcc 7.5 changes

adam-thorpe commented 4 years ago

~~2) Arch: linux-aarch64(XL), linux-ppc64le(All), linux-s390x(All) Version: 8, 11, 14 Impl: Openj9~~

In function 'convertPlatformToWide',
    inlined from 'convertPlatformToMutf8' at ./common/omrstr.c:2524:35,
    inlined from 'omrstr_convert' at ./common/omrstr.c:264:13:
./common/omrstr.c:3132:15: error: writing 2 bytes into a region of size 0 [-Werror=stringop-overflow=]
 3132 |   *terminator = 0;
      |   ~~~~~~~~~~~~^~~
./common/omrstr.c: In function 'omrstr_convert':
./common/omrstr.c:2486:10: note: at offset -450 to object 'onStackBuffer' with size 256 declared here
 2486 |  uint8_t onStackBuffer[CONVERSION_BUFFER_SIZE];
      |          ^~~~~~~~~~~~~

../omrmakefiles/rules.mk:372: recipe for target 'omrstr.o' failed
GNUmakefile:304: recipe for target 'port' failed
GNUmakefile:232: recipe for target 'mainbuild' failed
GNUmakefile:32: recipe for target 'phase_omr' failed
/home/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-aarch64-openj9-linuxXL/workspace/build/src/closed/OpenJ9.gmk:621: recipe for target 'build-j9' failed
/home/jenkins/workspace/build-scripts/jobs/jdk11u/jdk11u-linux-aarch64-openj9-linuxXL/workspace/build/src/closed/custom/Main.gmk:57: recipe for target 'j9vm-build' failed

https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-aarch64-openj9-linuxXL/74/ -> gcc 7.5 changes

adam-thorpe commented 4 years ago

3) Arch: windows-x64(All) Version: 11, 14 Impl: Openj9

attrlookup.gperf(92): error C2220: warning treated as error - no 'object' file generated
attrlookup.gperf(92): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data
make[5]: *** [../makelib/targets.mk:348: cfreader.obj] Error 2

https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-windows-x64-openj9/462/

adam-thorpe commented 4 years ago

4) Arch mac-x64 Version: 8 Impl: Openj9 -> https://github.com/AdoptOpenJDK/openjdk-build/issues/1525

adam-thorpe commented 4 years ago

5) Arch: windows-x64 Version: 8 Impl: Hotspot

Resetting the git openjdk source repository at /tmp/openjdk-jdk8u-windows-x64-hotspot/workspace/build/src in 10 seconds...
Pulling latest changes from git openjdk source repository
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

Looks intermittent

adam-thorpe commented 4 years ago

6) Arch: windows-all Version: all Impl: all Various intermittent signing failures, eg -> https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk8u/job/jdk8u-windows-x86-32-hotspot/478/

lumpfish commented 4 years ago

Raised https://github.com/AdoptOpenJDK/openjdk-build/issues/1538 for the sign_build job failures