Source: openjdk-13 Version: 13.0.3+3-1 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200620 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > for f in debian/*.in; do \ > case "$f" in debian/control.in) continue; esac; \ > f2=$(echo $f | sed 's/JB/openjdk-13/;s/\.in$//'); \ > sed -e 's/@JRE@/openjdk-13-jre/g' \ > -e 's/@JDK@/openjdk-13-jdk/g' \ > -e 's/@vendor@/OpenJDK/g' \ > -e 's/@RELEASE@/13/g' \ > -e 's/@basename@/openjdk-13/g' \ > -e 's,@TOP@,usr/lib/jvm,g' \ > -e 's,@basedir@,usr/lib/jvm/java-13-openjdk-amd64,g' \ > -e 's,@etcdir@,etc/java-13-openjdk,g' \ > -e 's,@jdiralias@,java-1.13.0-openjdk-amd64,g' \ > -e 's,@jdirname@,java-13-openjdk-amd64,g' \ > -e 's/@srcname@//g' \ > -e 's/@jvmarch@/amd64/g' \ > -e 's/@tag@//g' \ > -e 's/@priority@/1311/g' \ > -e 's/@mantag@//g' \ > -e 's/@multiarch@/x86_64-linux-gnu/g' \ > -e 's/@jre_hl_tools@//g' \ > -e 's/@jre_tools@//g' \ > -e 's/@jdk_hl_tools@/jar jarsigner javac javadoc javap jcmd jdb > jdeprscan jdeps jimage jinfo jlink jmap jmod jps jrunscript jshell jstack > jstat jstatd rmic serialver jaotc jhsdb/g' \ > -e 's/@jdk_tools@/jconsole/g' \ > -e 's/@corba_tools@//g' \ > -e 's,@j2se_lib@,,g' \ > -e 's,@j2se_share@,,g' \ > -e 's,@java_launcher@,/usr/bin/java,g' \ > -e 's/@cjk_fonts@/fonts-ipafont-gothic, fonts-ipafont-mincho, > fonts-wqy-microhei | fonts-wqy-zenhei, fonts-indic,/g' \ > $f > $f2; \ > done > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > mkdir -p stamps > touch stamps/unpack > ========== stamps/configure ========== > Build options: parallel=4, Processors: 4 > ========== stamps/configure ========== > cat /proc/meminfo |egrep '^(Mem|Swap)' > MemTotal: 15955008 kB > MemFree: 9459784 kB > MemAvailable: 15228744 kB > SwapCached: 0 kB > SwapTotal: 0 kB > SwapFree: 0 kB > ========== stamps/configure ========== > cat /etc/hosts > 127.0.0.1 localhost > ::1 localhost ip6-localhost ip6-loopback > ff02::1 ip6-allnodes > ff02::2 ip6-allrouters > > ========== stamps/configure ========== > cat /etc/fstab > # UNCONFIGURED FSTAB FOR BASE SYSTEM > ========== stamps/configure ========== > cat /etc/mtab > cat: /etc/mtab: No such file or directory > make: [debian/rules:926: stamps/configure] Error 1 (ignored) > ========== stamps/configure ========== > cat /proc/mounts > /dev/nvme0n1p1 / ext4 rw,relatime,discard,errors=remount-ro,commit=86400 0 0 > proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 > sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 > devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 > 0 0 > tmpfs /dev/shm tmpfs rw,relatime 0 0 > /dev/nvme0n1p1 /build ext4 rw,relatime,discard,errors=remount-ro,commit=86400 > 0 0 > /dev/nvme0n1p1 /tmp ext4 rw,relatime,discard,errors=remount-ro,commit=86400 0 > 0 > ========== stamps/configure ========== > mkdir -p bin > which autoconf > /usr/bin/autoconf > /bin/uname -a > Linux ip-172-31-5-36 4.19.0-6-cloud-amd64 #1 SMP Debian 4.19.67-2+deb10u2 > (2019-11-11) x86_64 GNU/Linux > lsb_release -a > No LSB modules are available. > Distributor ID: Debian > Description: Debian GNU/Linux bullseye/sid > Release: unstable > Codename: sid > cat /proc/sys/kernel/random/entropy_avail > 3754 > mkdir -p stamps > rm -rf build > mkdir -p build > cd build && MAKE_VERBOSE=y QUIETLY= LOG=info,cmdlines IGNORE_OLD_CONFIG=true > LIBFFI_LIBS=-lffi_pic bash ../configure \ > --with-jvm-variants=server > --with-boot-jdk=/usr/lib/jvm/java-13-openjdk-amd64 > --disable-precompiled-headers --with-jvm-features=zgc > --with-extra-cflags='-Wdate-time -D_FORTIFY_SOURCE=2 -g > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -fno-stack-protector -Wno-deprecated-declarations -Wdate-time > -D_FORTIFY_SOURCE=2' --with-extra-cxxflags='-Wdate-time -D_FORTIFY_SOURCE=2 > -g -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -fno-stack-protector -Wno-deprecated-declarations > -Wno-deprecated-declarations' --with-extra-ldflags='-Xlinker -z -Xlinker > relro -Xlinker -Bsymbolic-functions' \ > > --with-jni-libpath=/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib > --disable-ccache --with-jtreg=/usr/share/jtreg --with-vendor-name='Debian' > --with-vendor-url='https://tracker.debian.org/pkg/openjdk-13' > --with-vendor-bug-url='https://bugs.debian.org/src:openjdk-13' > --with-vendor-vm-bug-url='https://bugs.debian.org/src:openjdk-13' > --with-vendor-name='Debian' > --with-vendor-url='https://tracker.debian.org/openjdk-13' > --with-vendor-bug-url='https://bugs.debian.org/openjdk-13' > --with-vendor-vm-bug-url='https://bugs.debian.org/openjdk-13' > --with-version-pre='' --with-version-build='3' --with-version-opt='Debian-1' > --with-debug-level=release --with-native-debug-symbols=internal > --enable-unlimited-crypto --with-zlib=system --with-giflib=system > --with-libpng=system --with-libjpeg=system --with-lcms=system > --with-pcsclite=system --disable-warnings-as-errors --disable-javac-server > --with-stdc++lib=dynamic --with-num-cores=4 > Runnable configure script is not present > Generating runnable configure script at > /<<PKGBUILDDIR>>/build/configure-support/generated-configure.sh > Using autoconf at /usr/bin/autoconf [autoconf (GNU Autoconf) 2.69] > configure: Configuration created at Sun Jun 21 07:16:02 UTC 2020. > checking for basename... /usr/bin/basename > checking for bash... /bin/bash > checking for cat... /bin/cat > checking for chmod... /bin/chmod > checking for cmp... /usr/bin/cmp > checking for comm... /usr/bin/comm > checking for cp... /bin/cp > checking for cut... /usr/bin/cut > checking for date... /bin/date > checking for gdiff... no > checking for diff... /usr/bin/diff > checking for dirname... /usr/bin/dirname > checking for echo... /bin/echo > checking for expr... /usr/bin/expr > checking for file... /usr/bin/file > checking for find... /usr/bin/find > checking for head... /usr/bin/head > checking for gunzip... /bin/gunzip > checking for pigz... no > checking for gzip... /bin/gzip > checking for ln... /bin/ln > checking for ls... /bin/ls > checking for gmkdir... no > checking for mkdir... /bin/mkdir > checking for mktemp... /bin/mktemp > checking for mv... /bin/mv > checking for nawk... /usr/bin/nawk > checking for printf... /usr/bin/printf > checking for greadlink... no > checking for readlink... /bin/readlink > checking for rm... /bin/rm > checking for rmdir... /bin/rmdir > checking for sh... /bin/sh > checking for sort... /usr/bin/sort > checking for tail... /usr/bin/tail > checking for gtar... no > checking for tar... /bin/tar > checking for tee... /usr/bin/tee > checking for touch... /usr/bin/touch > checking for tr... /usr/bin/tr > checking for uname... /bin/uname > checking for uniq... /usr/bin/uniq > checking for wc... /usr/bin/wc > checking for which... /usr/bin/which > checking for xargs... /usr/bin/xargs > checking for gawk... gawk > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for fgrep... /bin/grep -F > checking for a sed that does not truncate output... /bin/sed > checking for cygpath... no > checking for wslpath... no > checking for df... /bin/df > checking for cpio... /bin/cpio > checking for nice... /usr/bin/nice > checking for lsb_release... /usr/bin/lsb_release > checking for cmd.exe... no > checking for /mnt/c/Windows/System32/cmd.exe... no > checking build system type... x86_64-unknown-linux-gnu > checking host system type... x86_64-unknown-linux-gnu > checking target system type... x86_64-unknown-linux-gnu > checking openjdk-build os-cpu... linux-x86_64 > checking openjdk-target os-cpu... linux-x86_64 > checking compilation type... native > checking for top-level directory... /<<PKGBUILDDIR>> > checking if custom source is suppressed (openjdk-only)... no > checking which debug level to use... release > checking which variants of the JVM to build... server > checking if absolute paths should be allowed in the build output... no, > release build > checking for sysroot... > checking for toolchain path... > checking for extra path... > checking where to store configuration... in current directory > checking what configuration name to use... /<<PKGBUILDDIR>>/build > checking for zypper... no > checking for apt-get... apt-get > checking for pandoc... /usr/bin/pandoc > checking if the pandoc smart extension needs to be disabled for markdown... > yes > checking for gmake... /usr/bin/gmake > configure: Testing potential make at /usr/bin/gmake, found using gmake in PATH > configure: Using GNU make at /usr/bin/gmake (version: GNU Make 4.3) > checking if make --output-sync is supported... yes > checking for output-sync value... none > checking if find supports -delete... yes > checking what type of tar was found... gnu > checking that grep (/bin/grep) -Fx handles empty lines in the pattern list > correctly... yes > checking for unzip... /usr/bin/unzip > checking for zip... /usr/bin/zip > checking for ldd... /usr/bin/ldd > checking for greadelf... no > checking for readelf... /usr/bin/readelf > checking for dot... /usr/bin/dot > checking for hg... no > checking for git... no > checking for stat... /usr/bin/stat > checking for time... /usr/bin/time > checking for flock... /usr/bin/flock > checking for dtrace... no > checking for gpatch... no > checking for patch... /usr/bin/patch > checking bash version... 5.0.16 > checking if bash supports pipefail... yes > checking if bash supports errexit (-e)... yes > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for default LOG value... > checking headless only... no > checking for graphviz dot... yes > checking for pandoc... yes > checking full docs... yes, dependencies present > checking for cacerts file... default > checking for jni library path... > /usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib > checking if packaged modules are kept... yes (default) > checking for version string... 13.0.3+3-Debian-1 > configure: Found potential Boot JDK using configure arguments > checking for Boot JDK... /usr/lib/jvm/java-13-openjdk-amd64 > checking Boot JDK version... openjdk version "13.0.3" 2020-04-14 OpenJDK > Runtime Environment (build 13.0.3+3-Debian-1) OpenJDK 64-Bit Server VM (build > 13.0.3+3-Debian-1, mixed mode, sharing) > checking for java in Boot JDK... ok > checking for javac in Boot JDK... ok > checking for javadoc in Boot JDK... ok > checking for jar in Boot JDK... ok > checking for jarsigner in Boot JDK... ok > checking if Boot JDK is 32 or 64 bits... 64 > checking for local Boot JDK Class Data Sharing (CDS)... yes, created > checking for Build JDK... yes, will use output dir > configure: Using default toolchain gcc (GNU Compiler Collection) > configure: Will use user supplied compiler CC=x86_64-linux-gnu-gcc-9 > checking for x86_64-linux-gnu-gcc-9... /usr/bin/x86_64-linux-gnu-gcc-9 > checking resolved symbolic links for CC... no symlink > configure: Using gcc C compiler version 9.3.0 [x86_64-linux-gnu-gcc-9 (Debian > 9.3.0-14) 9.3.0] > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether /usr/bin/x86_64-linux-gnu-gcc-9 accepts -g... yes > checking for /usr/bin/x86_64-linux-gnu-gcc-9 option to accept ISO C89... none > needed > configure: Will use user supplied compiler CXX=x86_64-linux-gnu-g++-9 > checking for x86_64-linux-gnu-g++-9... /usr/bin/x86_64-linux-gnu-g++-9 > checking resolved symbolic links for CXX... no symlink > configure: Using gcc C++ compiler version 9.3.0 [x86_64-linux-gnu-g++-9 > (Debian 9.3.0-14) 9.3.0] > checking whether we are using the GNU C++ compiler... yes > checking whether /usr/bin/x86_64-linux-gnu-g++-9 accepts -g... yes > checking how to run the C preprocessor... /usr/bin/x86_64-linux-gnu-gcc-9 -E > checking how to run the C++ preprocessor... /usr/bin/x86_64-linux-gnu-g++-9 -E > checking for ld... ld > configure: Rewriting LD_JAOTC to "/usr/bin/ld" > configure: Using gcc linker version 2.34 [GNU ld (GNU Binutils for Debian) > 2.34] > checking for ar... ar > configure: Rewriting AR to "/usr/bin/ar" > checking for strip... strip > configure: Rewriting STRIP to "/usr/bin/strip" > checking for nm... nm > configure: Rewriting NM to "/usr/bin/nm" > checking for gobjcopy... no > checking for objcopy... objcopy > configure: Rewriting OBJCOPY to "/usr/bin/objcopy" > checking for gobjdump... no > checking for objdump... objdump > configure: Rewriting OBJDUMP to "/usr/bin/objdump" > checking for c++filt... c++filt > configure: Rewriting CXXFILT to "/usr/bin/c++filt" > checking for jtreg test harness... /usr/share/jtreg > checking for jmh (Java Microbenchmark Harness)... no, disabled > checking for jib... no > checking if @file is supported by gcc... yes > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking stdio.h usability... yes > checking stdio.h presence... yes > checking for stdio.h... yes > checking size of int *... 8 > checking for target address size... 64 bits > checking whether byte ordering is bigendian... no > checking if native warnings are errors... no (explicitly set) > checking for library containing clock_gettime... none required > checking if CXX supports "-std=gnu++98 -Werror"... yes > checking if CC supports "-fno-delete-null-pointer-checks -Werror"... yes > checking if CXX supports "-fno-delete-null-pointer-checks -Werror"... yes > checking if both CC and CXX support "-fno-delete-null-pointer-checks > -Werror"... yes > checking if CC supports "-fno-lifetime-dse -Werror"... yes > checking if CXX supports "-fno-lifetime-dse -Werror"... yes > checking if both CC and CXX support "-fno-lifetime-dse -Werror"... yes > checking if CC supports "-fmacro-prefix-map=/<<PKGBUILDDIR>>/="... yes > checking if CXX supports "-fmacro-prefix-map=/<<PKGBUILDDIR>>/="... yes > checking if both CC and CXX support > "-fmacro-prefix-map=/<<PKGBUILDDIR>>/="... yes > checking if CC supports "-ffp-contract=off"... yes > checking if CXX supports "-ffp-contract=off"... yes > checking if both CC and CXX support "-ffp-contract=off"... yes > checking if BUILD_CXX supports "-std=gnu++98 -Werror"... yes > checking if BUILD_CC supports "-fno-delete-null-pointer-checks -Werror"... yes > checking if BUILD_CXX supports "-fno-delete-null-pointer-checks -Werror"... > yes > checking if both BUILD_CC and BUILD_CXX support > "-fno-delete-null-pointer-checks -Werror"... yes > checking if BUILD_CC supports "-fno-lifetime-dse -Werror"... yes > checking if BUILD_CXX supports "-fno-lifetime-dse -Werror"... yes > checking if both BUILD_CC and BUILD_CXX support "-fno-lifetime-dse > -Werror"... yes > checking if BUILD_CC supports "-fmacro-prefix-map=/<<PKGBUILDDIR>>/="... yes > checking if BUILD_CXX supports "-fmacro-prefix-map=/<<PKGBUILDDIR>>/="... yes > checking if both BUILD_CC and BUILD_CXX support > "-fmacro-prefix-map=/<<PKGBUILDDIR>>/="... yes > checking if BUILD_CC supports "-ffp-contract=off"... yes > checking if BUILD_CXX supports "-ffp-contract=off"... yes > checking if both BUILD_CC and BUILD_CXX support "-ffp-contract=off"... yes > checking what type of native debug symbols to use... internal > checking for dtrace tool... not found, cannot build dtrace > checking sys/sdt.h usability... no > checking sys/sdt.h presence... no > checking for sys/sdt.h... no > checking if dtrace should be built... no, missing dependencies > checking if Hotspot gtest unit tests should be built... yes > checking if static link of stdc++ is possible... yes > checking how to link with libstdc++... dynamic > checking for X... libraries , headers > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... yes > checking for X11/extensions/shape.h... yes > checking for X11/extensions/Xrender.h... yes > checking for X11/extensions/XTest.h... yes > checking for X11/Intrinsic.h... yes > checking for X11/extensions/Xrandr.h... yes > checking if XlinearGradient is defined in Xrender.h... yes > checking cups/cups.h usability... yes > checking cups/cups.h presence... yes > checking for cups/cups.h... yes > checking cups/ppd.h usability... yes > checking cups/ppd.h presence... yes > checking for cups/ppd.h... yes > checking fontconfig/fontconfig.h usability... yes > checking fontconfig/fontconfig.h presence... yes > checking for fontconfig/fontconfig.h... yes > checking for FREETYPE... yes > checking for freetype... yes (using pkg-config) > Using freetype: system > checking for ALSA... yes > checking for which libjpeg to use... system > checking jpeglib.h usability... yes > checking jpeglib.h presence... yes > checking for jpeglib.h... yes > checking for jpeg_CreateDecompress in -ljpeg... yes > checking for which giflib to use... system > checking gif_lib.h usability... yes > checking gif_lib.h presence... yes > checking for gif_lib.h... yes > checking for DGifGetCode in -lgif... yes > checking for PNG... yes > checking for which libpng to use... system > checking for compress in -lz... yes > checking for which zlib to use... system > checking for which lcms to use... system > checking for LCMS... yes > checking for which pcsclite to use... checking for PCSCLITE... yes > system > checking for cos in -lm... yes > checking for dlopen in -ldl... yes > checking user specified JVM feature list... > checking if shenandoah can be built... yes > checking if zgc can be built... yes > checking if jvmci module jdk.internal.vm.ci should be built... yes > checking if graal module jdk.internal.vm.compiler should be built... yes > checking if aot should be enabled... yes > checking if cds should be enabled... yes > checking if elliptic curve crypto implementation is present... yes > checking if jtreg failure handler should be built... yes, jtreg present > checking if the CDS classlist generation should be enabled... yes > checking if any translations should be excluded... no > checking if static man pages should be copied... yes > checking if a default CDS archive should be generated... yes > checking for memory size... 15581 MB > checking for appropriate number of jobs to run in parallel... 4 > checking flags for boot jdk java command ... -Duser.language=en > -Duser.country=US -XX:+UnlockDiagnosticVMOptions -XX:-VerifySharedSpaces > -XX:SharedArchiveFile=/<<PKGBUILDDIR>>/build/configure-support/classes.jsa > -Xshare:auto > checking flags for boot jdk java command for big workloads... -Xms64M > -Xmx1600M -XX:ThreadStackSize=1536 > checking flags for bootcycle boot jdk java command for big workloads... > -Xms64M -Xmx1600M -XX:ThreadStackSize=1536 > checking flags for boot jdk java command for small workloads... > -XX:+UseSerialGC -Xms32M -Xmx512M -XX:TieredStopAtLevel=1 > checking whether to use sjavac... no > checking whether to use javac server... no > checking If precompiled header is enabled... no, forced > checking is ccache enabled... no, explicitly disabled > checking if build directory is on local disk... yes > checking JVM features for JVM variant 'server'... "aot cds cmsgc compiler1 > compiler2 epsilongc g1gc graal jfr jni-check jvmci jvmti management nmt > parallelgc serialgc services shenandoahgc vm-structs zgc" > configure: creating /<<PKGBUILDDIR>>/build/configure-support/config.status > config.status: creating /<<PKGBUILDDIR>>/build/spec.gmk > config.status: creating /<<PKGBUILDDIR>>/build/bootcycle-spec.gmk > config.status: creating /<<PKGBUILDDIR>>/build/buildjdk-spec.gmk > config.status: creating /<<PKGBUILDDIR>>/build/compare.sh > config.status: creating /<<PKGBUILDDIR>>/build/Makefile > > ==================================================== > A new configuration has been successfully created in > /<<PKGBUILDDIR>>/build > using configure arguments '--with-jvm-variants=server > --with-boot-jdk=/usr/lib/jvm/java-13-openjdk-amd64 > --disable-precompiled-headers --with-jvm-features=zgc > --with-extra-cflags='-Wdate-time -D_FORTIFY_SOURCE=2 -g > -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -fno-stack-protector -Wno-deprecated-declarations -Wdate-time > -D_FORTIFY_SOURCE=2' --with-extra-cxxflags='-Wdate-time -D_FORTIFY_SOURCE=2 > -g -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -fno-stack-protector -Wno-deprecated-declarations > -Wno-deprecated-declarations' --with-extra-ldflags='-Xlinker -z -Xlinker > relro -Xlinker -Bsymbolic-functions' > --with-jni-libpath=/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib > --disable-ccache --with-jtreg=/usr/share/jtreg --with-vendor-name=Debian > --with-vendor-url=https://tracker.debian.org/pkg/openjdk-13 > --with-vendor-bug-url=https://bugs.debian.org/src:openjdk-13 > --with-vendor-vm-bug-url=https://bugs.debian.org/src:openjdk-13 > --with-vendor-name=Debian > --with-vendor-url=https://tracker.debian.org/openjdk-13 > --with-vendor-bug-url=https://bugs.debian.org/openjdk-13 > --with-vendor-vm-bug-url=https://bugs.debian.org/openjdk-13 > --with-version-pre= --with-version-build=3 --with-version-opt=Debian-1 > --with-debug-level=release --with-native-debug-symbols=internal > --enable-unlimited-crypto --with-zlib=system --with-giflib=system > --with-libpng=system --with-libjpeg=system --with-lcms=system > --with-pcsclite=system --disable-warnings-as-errors --disable-javac-server > --with-stdc++lib=dynamic --with-num-cores=4'. > > Configuration summary: > * Debug level: release > * HS debug level: product > * JVM variants: server > * JVM features: server: 'aot cds cmsgc compiler1 compiler2 epsilongc g1gc > graal jfr jni-check jvmci jvmti management nmt parallelgc serialgc services > shenandoahgc vm-structs zgc' > * OpenJDK target: OS: linux, CPU architecture: x86, address length: 64 > * Version string: 13.0.3+3-Debian-1 (13.0.3) > > Tools summary: > * Boot JDK: openjdk version "13.0.3" 2020-04-14 OpenJDK Runtime > Environment (build 13.0.3+3-Debian-1) OpenJDK 64-Bit Server VM (build > 13.0.3+3-Debian-1, mixed mode, sharing) (at > /usr/lib/jvm/java-13-openjdk-amd64) > * Toolchain: gcc (GNU Compiler Collection) > * C Compiler: Version 9.3.0 (at /usr/bin/x86_64-linux-gnu-gcc-9) > * C++ Compiler: Version 9.3.0 (at /usr/bin/x86_64-linux-gnu-g++-9) > > Build performance summary: > * Cores to use: 4 > * Memory limit: 15581 MB > * ccache status: Disabled > > touch stamps/configure > ========== stamps/build ========== > if MAKE_VERBOSE=y QUIETLY= LOG=info,cmdlines IGNORE_OLD_CONFIG=true > LIBFFI_LIBS=-lffi_pic /usr/bin/make --no-print-directory -C build > bootcycle-images test-image; then \ > : ; \ > else \ > if [ -f buildwatch.pid ]; then \ > pid=$(cat buildwatch.pid); \ > kill -1 $pid || :; sleep 1; kill -9 $pid || :; \ > fi; \ > false; \ > fi > ALL_NAMED_TESTS >gtest micro failure-handler make< > ALL_NAMED_TESTS >build core_tools ctw_1 ctw_2 ctw_3 gc_epsilon hotspot_all > hotspot_all_no_apps hotspot_appcds hotspot_appcds_dynamic > hotspot_appcds_with_jfr hotspot_cds hotspot_compiler hotspot_compiler_all_gcs > hotspot_compiler_xcomp hotspot_containers hotspot_gc hotspot_gc_shenandoah > hotspot_handshake hotspot_misc hotspot_native_sanity hotspot_nmt > hotspot_not_fast_compiler hotspot_not_fast_gc hotspot_rest_runtime > hotspot_runtime hotspot_runtime_minimalvm hotspot_serviceability > hotspot_slow_compiler hotspot_tier2_runtime > hotspot_tier2_runtime_platform_agnostic hotspot_tier3_runtime jaxp_all > jcstress_part1 jcstress_part2 jcstress_part3 jdk_2d jdk_awt jdk_beans > jdk_client_sanity jdk_collections jdk_collections_core jdk_concurrent > jdk_core jdk_desktop jdk_desktop_core jdk_imageio jdk_instrument > jdk_instrument_sanity jdk_io jdk_jdi jdk_jdi_sanity jdk_jfr jdk_jfr_sanity > jdk_jmx jdk_jmx_sanity jdk_lang jdk_launcher jdk_management > jdk_management_sanity jdk_math jdk_native_sanity jdk_net jdk_nio jdk_other > jdk_rmi jdk_sctp jdk_security jdk_security1 jdk_security2 jdk_security3 > jdk_security4 jdk_security_infra jdk_sound jdk_stable jdk_stream jdk_svc > jdk_svc_sanity jdk_swing jdk_swing_core jdk_text jdk_time jdk_tools jdk_util > jdk_util_other jfc_demo needs_g1gc svc_tools svc_tools_sanity tier1 > tier1_common tier1_compiler tier1_compiler_1 tier1_compiler_2 > tier1_compiler_3 tier1_compiler_not_cms tier1_compiler_not_xcomp tier1_gc > tier1_gc_1 tier1_gc_2 tier1_gc_gcbasher tier1_gc_gcold tier1_gc_shenandoah > tier1_part1 tier1_part2 tier1_part3 tier1_runtime tier1_runtime_appcds > tier1_runtime_appcds_exclude tier1_serviceability tier2 tier2_gc_shenandoah > tier2_part1 tier2_part2 tier2_part3 tier3 tier3_gc_shenandoah > vmTestbase_largepages vmTestbase_nsk_aod vmTestbase_nsk_jdb > vmTestbase_nsk_jdi vmTestbase_nsk_jdi_quick vmTestbase_nsk_jdwp > vmTestbase_nsk_jdwp_quick vmTestbase_nsk_jvmti vmTestbase_nsk_jvmti_quick > vmTestbase_nsk_monitoring vmTestbase_nsk_monitoring_quick > vmTestbase_nsk_stress vmTestbase_nsk_sysdict vmTestbase_vm_compiler > vmTestbase_vm_compiler_quick vmTestbase_vm_defmeth > vmTestbase_vm_g1classunloading vmTestbase_vm_gc vmTestbase_vm_gc_compact > vmTestbase_vm_gc_concurrent vmTestbase_vm_gc_container > vmTestbase_vm_gc_juggle vmTestbase_vm_gc_locker vmTestbase_vm_gc_misc > vmTestbase_vm_gc_quick vmTestbase_vm_gc_ref vmTestbase_vm_metaspace > vmTestbase_vm_mlvm make-make-base make-java-compilation make-copy-files > make-idea make-compile-commands gtest micro failure-handler make< > ALL_NAMED_TESTS >build core_tools ctw_1 ctw_2 ctw_3 gc_epsilon hotspot_all > hotspot_all_no_apps hotspot_appcds hotspot_appcds_dynamic > hotspot_appcds_with_jfr hotspot_cds hotspot_compiler hotspot_compiler_all_gcs > hotspot_compiler_xcomp hotspot_containers hotspot_gc hotspot_gc_shenandoah > hotspot_handshake hotspot_misc hotspot_native_sanity hotspot_nmt > hotspot_not_fast_compiler hotspot_not_fast_gc hotspot_rest_runtime > hotspot_runtime hotspot_runtime_minimalvm hotspot_serviceability > hotspot_slow_compiler hotspot_tier2_runtime > hotspot_tier2_runtime_platform_agnostic hotspot_tier3_runtime jaxp_all > jcstress_part1 jcstress_part2 jcstress_part3 jdk_2d jdk_awt jdk_beans > jdk_client_sanity jdk_collections jdk_collections_core jdk_concurrent > jdk_core jdk_desktop jdk_desktop_core jdk_imageio jdk_instrument > jdk_instrument_sanity jdk_io jdk_jdi jdk_jdi_sanity jdk_jfr jdk_jfr_sanity > jdk_jmx jdk_jmx_sanity jdk_lang jdk_launcher jdk_management > jdk_management_sanity jdk_math jdk_native_sanity jdk_net jdk_nio jdk_other > jdk_rmi jdk_sctp jdk_security jdk_security1 jdk_security2 jdk_security3 > jdk_security4 jdk_security_infra jdk_sound jdk_stable jdk_stream jdk_svc > jdk_svc_sanity jdk_swing jdk_swing_core jdk_text jdk_time jdk_tools jdk_util > jdk_util_other jfc_demo needs_g1gc svc_tools svc_tools_sanity tier1 > tier1_common tier1_compiler tier1_compiler_1 tier1_compiler_2 > tier1_compiler_3 tier1_compiler_not_cms tier1_compiler_not_xcomp tier1_gc > tier1_gc_1 tier1_gc_2 tier1_gc_gcbasher tier1_gc_gcold tier1_gc_shenandoah > tier1_part1 tier1_part2 tier1_part3 tier1_runtime tier1_runtime_appcds > tier1_runtime_appcds_exclude tier1_serviceability tier2 tier2_gc_shenandoah > tier2_part1 tier2_part2 tier2_part3 tier3 tier3_gc_shenandoah > vmTestbase_largepages vmTestbase_nsk_aod vmTestbase_nsk_jdb > vmTestbase_nsk_jdi vmTestbase_nsk_jdi_quick vmTestbase_nsk_jdwp > vmTestbase_nsk_jdwp_quick vmTestbase_nsk_jvmti vmTestbase_nsk_jvmti_quick > vmTestbase_nsk_monitoring vmTestbase_nsk_monitoring_quick > vmTestbase_nsk_stress vmTestbase_nsk_sysdict vmTestbase_vm_compiler > vmTestbase_vm_compiler_quick vmTestbase_vm_defmeth > vmTestbase_vm_g1classunloading vmTestbase_vm_gc vmTestbase_vm_gc_compact > vmTestbase_vm_gc_concurrent vmTestbase_vm_gc_container > vmTestbase_vm_gc_juggle vmTestbase_vm_gc_locker vmTestbase_vm_gc_misc > vmTestbase_vm_gc_quick vmTestbase_vm_gc_ref vmTestbase_vm_metaspace > vmTestbase_vm_mlvm make-make-base make-java-compilation make-copy-files > make-idea make-compile-commands gtest micro failure-handler make< > Generating main target list > Running make as '/usr/bin/make --no-print-directory bootcycle-images > test-image' > Building targets 'bootcycle-images test-image' in configuration > '/<<PKGBUILDDIR>>/build' > ALL_NAMED_TESTS >build core_tools ctw_1 ctw_2 ctw_3 gc_epsilon hotspot_all > hotspot_all_no_apps hotspot_appcds hotspot_appcds_dynamic > hotspot_appcds_with_jfr hotspot_cds hotspot_compiler hotspot_compiler_all_gcs > hotspot_compiler_xcomp hotspot_containers hotspot_gc hotspot_gc_shenandoah > hotspot_handshake hotspot_misc hotspot_native_sanity hotspot_nmt > hotspot_not_fast_compiler hotspot_not_fast_gc hotspot_rest_runtime > hotspot_runtime hotspot_runtime_minimalvm hotspot_serviceability > hotspot_slow_compiler hotspot_tier2_runtime > hotspot_tier2_runtime_platform_agnostic hotspot_tier3_runtime jaxp_all > jcstress_part1 jcstress_part2 jcstress_part3 jdk_2d jdk_awt jdk_beans > jdk_client_sanity jdk_collections jdk_collections_core jdk_concurrent > jdk_core jdk_desktop jdk_desktop_core jdk_imageio jdk_instrument > jdk_instrument_sanity jdk_io jdk_jdi jdk_jdi_sanity jdk_jfr jdk_jfr_sanity > jdk_jmx jdk_jmx_sanity jdk_lang jdk_launcher jdk_management > jdk_management_sanity jdk_math jdk_native_sanity jdk_net jdk_nio jdk_other > jdk_rmi jdk_sctp jdk_security jdk_security1 jdk_security2 jdk_security3 > jdk_security4 jdk_security_infra jdk_sound jdk_stable jdk_stream jdk_svc > jdk_svc_sanity jdk_swing jdk_swing_core jdk_text jdk_time jdk_tools jdk_util > jdk_util_other jfc_demo needs_g1gc svc_tools svc_tools_sanity tier1 > tier1_common tier1_compiler tier1_compiler_1 tier1_compiler_2 > tier1_compiler_3 tier1_compiler_not_cms tier1_compiler_not_xcomp tier1_gc > tier1_gc_1 tier1_gc_2 tier1_gc_gcbasher tier1_gc_gcold tier1_gc_shenandoah > tier1_part1 tier1_part2 tier1_part3 tier1_runtime tier1_runtime_appcds > tier1_runtime_appcds_exclude tier1_serviceability tier2 tier2_gc_shenandoah > tier2_part1 tier2_part2 tier2_part3 tier3 tier3_gc_shenandoah > vmTestbase_largepages vmTestbase_nsk_aod vmTestbase_nsk_jdb > vmTestbase_nsk_jdi vmTestbase_nsk_jdi_quick vmTestbase_nsk_jdwp > vmTestbase_nsk_jdwp_quick vmTestbase_nsk_jvmti vmTestbase_nsk_jvmti_quick > vmTestbase_nsk_monitoring vmTestbase_nsk_monitoring_quick > vmTestbase_nsk_stress vmTestbase_nsk_sysdict vmTestbase_vm_compiler > vmTestbase_vm_compiler_quick vmTestbase_vm_defmeth > vmTestbase_vm_g1classunloading vmTestbase_vm_gc vmTestbase_vm_gc_compact > vmTestbase_vm_gc_concurrent vmTestbase_vm_gc_container > vmTestbase_vm_gc_juggle vmTestbase_vm_gc_locker vmTestbase_vm_gc_misc > vmTestbase_vm_gc_quick vmTestbase_vm_gc_ref vmTestbase_vm_metaspace > vmTestbase_vm_mlvm make-make-base make-java-compilation make-copy-files > make-idea make-compile-commands gtest micro failure-handler make< > Copying > buildtools/interim_cldrconverter_classes/build/tools/cldrconverter/TimeZoneNames.java > Copying buildtools/interim_tzdb_classes/build/tools/tzdb/ZoneRules.java > Copying > buildtools/interim_tzdb_classes/build/tools/tzdb/ZoneOffsetTransition.java > Copying > buildtools/langtools_tools_classes/propertiesparser/resources/templates.properties > Copying > buildtools/interim_tzdb_classes/build/tools/tzdb/ZoneOffsetTransitionRule.java > gmake[4]: *** No rule to make target > '/<<PKGBUILDDIR>>/build/buildtools/langtools_tools_classes/_the.BUILD_TOOLS_LANGTOOLS.vardeps', > needed by > '/<<PKGBUILDDIR>>/build/buildtools/langtools_tools_classes/_the.BUILD_TOOLS_LANGTOOLS_batch'. > Stop. > gmake[4]: *** Waiting for unfinished jobs.... > Copying buildtools/interim_tzdb_classes/build/tools/tzdb/Ser.java > gmake[3]: *** [make/Main.gmk:70: buildtools-langtools] Error 2 > gmake[3]: *** Waiting for unfinished jobs.... > Copying support/modules_include/java.base/jni.h > Copying support/modules_include/java.base/jvmticmlr.h > Copying support/modules_include/java.base/linux/jni_md.h > gmake[4]: *** No rule to make target > '/<<PKGBUILDDIR>>/build/make-support/vardeps/make/ModuleWrapper.gmk/java.base/ORDERED_CFG_VARIANTS.vardeps', > needed by '/<<PKGBUILDDIR>>/build/support/modules_libs/java.base/jvm.cfg'. > Stop. > gmake[4]: *** Waiting for unfinished jobs.... > Copying support/modules_include/java.desktop/jawt.h > gmake[3]: *** [make/Main.gmk:158: java.base-copy] Error 2 > Copying support/modules_include/java.desktop/linux/jawt_md.h > Copying support/modules_legal/java.desktop/xwd.md > Copying support/modules_legal/java.desktop/colorimaging.md > Copying support/modules_legal/java.desktop/harfbuzz.md > Copying support/modules_legal/java.desktop/mesa3d.md > Copying jdk/include/jawt.h > Copying jdk/include/linux/jawt_md.h > Copying jdk/conf/sound.properties > Creating symlink jdk/lib/psfont.properties.ja > Creating symlink jdk/lib/psfontj2d.properties > > ERROR: Build failed for targets 'bootcycle-images test-image' in > configuration '/<<PKGBUILDDIR>>/build' (exit code 2) > ----- Build times ------- > Start 2020-06-21 07:16:07 > End 2020-06-21 07:16:07 > > 00:00:00 TOTAL > ------------------------- > > No indication of failed target found. > Hint: Try searching the build log for '] Error'. > Hint: See doc/building.html#troubleshooting for assistance. > > make[2]: *** [/<<PKGBUILDDIR>>/make/Init.gmk:312: main] Error 2 The full build log is available from: http://qa-logs.debian.net/2020/06/20/openjdk-13_13.0.3+3-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.