Build failed in Jenkins: IcedTea8TargetTesting #1709

Hudson Admin gnu.andrew at redhat.com
Tue Oct 31 17:53:33 UTC 2017


See <http://toadeater.yyz.redhat.com:8080/job/IcedTea8TargetTesting/1709/changes>

Changes:

[Andrew John Hughes <gnu_andrew at member.fsf.org>] Bump to icedtea-3.6.0.

Upstream changes:
  - S8029659: Keytool, print key algorithm of certificate or key entry
  - S8035496, PR3487: G1 ARM: missing remset entry noticed by VerifyAfterGC for vm/gc/concurrent/lp50yp10rp70mr30st0
  - S8057810: New defaults for DSA keys in jarsigner and keytool
  - S8075484: SocketInputStream.socketRead0 can hang even with soTimeout set
  - S8077670: sun/security/krb5/auto/MaxRetries.java may fail with BindException
  - S8087144: sun/security/krb5/auto/MaxRetries.java fails with Retry count is -1 less
  - S8153146: sun/security/krb5/auto/MaxRetries.java failed with timeout
  - S8157561: Ship the unlimited policy files in JDK Updates
  - S8158517: Minor optimizations to ISO10126PADDING
  - S8161190, PR3488: AArch64: Fix overflow in immediate cmp instruction
  - S8165543: Better window framing
  - S8169026: Handle smartcard clean up better
  - S8169966: Larger AWT menus
  - S8170218: Improved Font Metrics
  - S8171252: Improve exception checking
  - S8171261: Stability fixes for lcms
  - S8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms
  - S8174109: Better queuing priorities
  - S8174966: Unreferenced references
  - S8175940: More certificate subject checking
  - S8176751: Better URL connections
  - S8177569: keytool should not warn if signature algorithm used in cacerts is weak
  - S8177837: need to upgrade install tools
  - S8178714: PKIX validator nameConstraints check failing after change 8175940
  - S8178794: Correct Kerberos ticket grants
  - S8179084: HotSpot VM fails to start when AggressiveHeap is set
  - S8179423: 2 security tests started failing for JDK 1.6.0 u161 b05
  - S8179564: Missing @bug for tests added with JDK-8165367
  - S8180024: Improve construction of objects during deserialization
  - S8180711: Better invokespecial checks
  - S8181048: Refactor existing providers to refer to the same constants for default values for key length
  - S8181100: Better Base Exceptions
  - S8181323: Better timezone processing
  - S8181327: Better X processing
  - S8181370: Better keystore handling
  - S8181432: Better processing of unresolved permissions
  - S8181597: Process Proxy presentation
  - S8181612: More stable connection processing
  - S8181692: Update storage implementations
  - S8182879: Add warnings to keytool when using JKS and JCEKS
  - S8183028: Improve CMS header processing
  - S8184682: Upgrade compression library
  - S8184937: LCMS error 13: Couldn't link the profiles
  - S8185039: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
  - S8185040: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
  - S8185778: 8u151 L10n resource file update
  - S8185845: Add SecurityTools.java test library
  - S8186503: sun/security/tools/jarsigner/DefaultSigalg.java failed after backport to JDK 6/7/8
  - S8186533: 8u151 L10n resource file update md20
  - S8186674: Remove JDK-8174109 from CPU Aug 21 week builds
  - S8187224, PR3488: aarch64: some inconsistency between aarch64_ad.m4 and aarch64.ad

ChangeLog:

2017-10-30  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	Bump to icedtea-3.6.0.
	* Makefile.am:
	(JDK_UPDATE_VERSION): Bump to 151.
	(BUILD_VERSION): Set to b12.
	(CORBA_CHANGESET): Update to icedtea-3.6.0pre02 tag.
	(JAXP_CHANGESET): Likewise.
	(JAXWS_CHANGESET): Likewise.
	(JDK_CHANGESET): Likewise.
	(LANGTOOLS_CHANGESET): Likewise.
	(OPENJDK_CHANGESET): Likewise.
	(NASHORN_CHANGESET): Likewise.
	(CORBA_SHA256SUM): Likewise.
	(JAXP_SHA256SUM): Likewise.
	(JAXWS_SHA256SUM): Likewise.
	(JDK_SHA256SUM): Likewise.
	(LANGTOOLS_SHA256SUM): Likewise.
	(OPENJDK_SHA256SUM): Likewise.
	(NASHORN_SHA256SUM): Likewise.
	(ICEDTEA_PATCHES): Add HotSpot patches for Shenandoah
	and AArch32 ports.
	(install-data-local): Install policy JAR files into new
	policy directories.
	(uninstall-local): Remove policy JAR files from their
	subdirectories and prune the now empty directories.
	* NEWS: Updated.
	* configure.ac: Bump to 3.6.0.
	* hotspot.map.in: Update to icedtea-3.6.0 tag.
	* patches/hotspot/aarch32/8035496-pr3487.patch,
	* patches/hotspot/aarch32/8180711.patch,
	* patches/hotspot/aarch32/8184682.patch:
	Add AArch32 patches for latest HotSpot updates (symlinked
	to Shenandoah ones). The AArch32 port doesn't include the
	AArch64 port so PR3488 fixes are excluded.
	* patches/hotspot/shenandoah/8035496-pr3487.patch,
	* patches/hotspot/shenandoah/8161190-pr3488.patch,
	* patches/hotspot/shenandoah/8180711.patch,
	* patches/hotspot/shenandoah/8184682.patch,
	* patches/hotspot/shenandoah/8187224-pr3488.patch:
	Add Shenandoah patches for latest HotSpot updates.

------------------------------------------
[...truncated 18.49 KB...]
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for gmake... /bin/gmake
checking for gzip... /bin/gzip
checking for gfind... no
checking for find... /bin/find
checking for gpatch... no
checking for patch... /bin/patch
checking for gtar... /bin/gtar
checking for chmod... /bin/chmod
checking for gsha256sum... no
checking for sha256sum... /bin/sha256sum
checking for zip... /bin/zip
checking for unzip... /bin/unzip
checking for cpio... /bin/cpio
checking for file... /bin/file
checking for readlink... /bin/readlink
checking for fastjar... /bin/fastjar
checking for gsed... no
checking for sed... /bin/sed
checking for ldd... ldd
checking for gawk... /bin/gawk
checking for which... /bin/which
checking for perl... /bin/perl
checking for lsb_release... /bin/lsb_release
checking for linux32... /bin/linux32
checking for hg... /bin/hg
checking for an OpenJDK source directory... /notnfs/nighttester/icedtea8-target-testing/openjdk
checking for IcedTea Mercurial revision ID... r4c8b69896325
checking for JDK Mercurial revision ID... none
checking for HotSpot Mercurial revision ID... none
checking for rmdir... /bin/rmdir
checking if /bin/rmdir supports --ignore-fail-on-non-empty... yes
configure: Default HotSpot build on this architecture is default
checking which HotSpot build to use... default
checking if HotSpot build default works on x86_64... yes
checking version of GCC... 4.8.3 (major version 4, minor version 8)
checking for getconf... /bin/getconf
checking the number of online processors... 2
checking if cp supports --reflink... yes
checking if we can hard link rather than copy from /notnfs/nighttester/icedtea8-target-testing... yes
checking whether to disable the execution of the JTReg tests... no
checking whether to disable the execution of the HotSpot JTReg tests... no
checking whether to disable the execution of the langtools JTReg tests... no
checking whether to disable the execution of the JDK JTReg tests... no
checking whether to disable the execution of the SystemTap tests... no
checking for system library directory... 
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable the PKCS11 crypto provider using NSS... disabled by default (edit java.security to enable)
checking for NSS... yes
checking whether to enable the Sun elliptic curve crypto provider... no
checking whether to build native code with debugging information... yes
checking whether to build Java bytecode with debugging information... yes
checking whether to disable the use of pre-compiled headers... no
checking for xvfb-run... xvfb-run -a -e xvfb-errors
checking whether to build documentation... yes
checking for distribution package version... none
checking build identification... Built on Fedora release 20 (Heisenbug) (Tue Oct 31 13:53:24 EDT 2017)
checking how many parallel build jobs to execute... 3
checking whether to build a bootstrap version first... yes
checking whether to download tarballs... no
checking for a JDK home directory... not specified
checking for /usr/lib/jvm/icedtea-8... not found
checking for /usr/lib/jvm/java-1.8.0-openjdk... not found
checking for /usr/lib/jvm/java-1.8.0-openjdk.x86_64... found
checking if a java binary was specified... no
checking if /usr/lib/jvm/java-1.8.0-openjdk.x86_64/bin/java is a valid executable file... yes
checking if a javac binary was specified... no
checking if /usr/lib/jvm/java-1.8.0-openjdk.x86_64/bin/javac is a valid executable file... yes
checking if an ecj binary was specified... no
checking if /usr/bin/ecj is a valid executable file... yes
checking if we are using ecj as javac... no
checking if a javah executable is specified... no
checking if /usr/lib/jvm/java-1.8.0-openjdk.x86_64/bin/javah is a valid executable file... yes
checking if a jar executable is specified... no
checking if /usr/lib/jvm/java-1.8.0-openjdk.x86_64/bin/jar is a valid executable file... yes
checking whether jar supports @<file> argument... yes
checking whether jar supports stdin file arguments... no
checking whether jar supports -J options at the end... yes
checking if an rmic executable is specified... no
checking if /usr/lib/jvm/java-1.8.0-openjdk.x86_64/bin/rmic is a valid executable file... yes
checking if a native2ascii binary was specified... no
checking if /usr/lib/jvm/java-1.8.0-openjdk.x86_64/bin/native2ascii is a valid executable file... yes
checking if we are using CACAO as the build VM... no
checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar
checking whether to enable Java compiler warnings... no
checking if javac lacks support for the diamond operator... no
checking for an OpenJDK source zip... /notnfs/nighttester/drops/icedtea8/openjdk.tar.xz
checking whether to enable checksumming of the specified OpenJDK tarball... yes
checking for a HotSpot source zip... /notnfs/nighttester/drops/icedtea8/hotspot.tar.xz
checking whether to enable checksumming of the specified HotSpot tarball... yes
checking for a CORBA source zip... /notnfs/nighttester/drops/icedtea8/corba.tar.xz
checking whether to enable checksumming of the specified CORBA tarball... yes
checking for a JAXP source zip... /notnfs/nighttester/drops/icedtea8/jaxp.tar.xz
checking whether to enable checksumming of the specified JAXP tarball... yes
checking for a JAXWS source zip... /notnfs/nighttester/drops/icedtea8/jaxws.tar.xz
checking whether to enable checksumming of the specified JAXWS tarball... yes
checking for a JDK source zip... /notnfs/nighttester/drops/icedtea8/jdk.tar.xz
checking whether to enable checksumming of the specified JDK tarball... yes
checking for a langtools source zip... /notnfs/nighttester/drops/icedtea8/langtools.tar.xz
checking whether to enable checksumming of the specified langtools tarball... yes
checking for a NASHORN source zip... /notnfs/nighttester/drops/icedtea8/nashorn.tar.xz
checking whether to enable checksumming of the specified Nashorn tarball... yes
checking for an alternate jar command... not specified
checking whether to use CACAO as VM... no
checking for a CACAO home directory... $(abs_top_builddir)/cacao/install/hotspot
checking for a CACAO source directory... not specified
checking for a CACAO source zip... /notnfs/nighttester/drops/cacao/cacao8.tar.xz
checking whether to enable checksumming of the specified CACAO tarball... yes
checking whether to use JamVM as VM... no
checking for a JamVM source zip... /notnfs/nighttester/drops/jamvm/jamvm8.tar.gz
checking whether to enable checksumming of the specified JamVM tarball... yes
checking whether to enable -Werror... no
checking whether to enable JAR compression... yes
checking whether to use the Shark JIT... no
checking if a native HotSpot port is available in the default HotSpot build for x86_64... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 whether to use the zero-assembler port... no
checking whether byte ordering is bigendian... no
checking for additional virtual machines to build... none
checking which Java timezone data directory to use... /usr/share/javazi
checking whether to enable elliptic curves beyond those supported by NSS... no
checking whether to perform a headless build of OpenJDK... no
checking whether to use ccache to speed up recompilations... if available
checking for ccache... no
checking if there is a ccache gcc wrapper on the PATH... no; gcc resolves to /usr/bin/gcc
checking whether to split debuginfo into separate files... no
checking if a version suffix has been specified... no
checking whether to retrieve the source code from Mercurial... no
checking whether to copy a certificate authority certificates (cacerts) file... yes
configure: No cacerts file specified; using /usr/lib/jvm/java-1.8.0-openjdk.x86_64/jre/lib/security/cacerts
configure: Resolved cacerts file symlink to /etc/pki/ca-trust/extracted/java/cacerts
checking if /etc/pki/ca-trust/extracted/java/cacerts is a valid keystore file... yes
checking if a PaX kernel is in use... no
checking if a PaX utility was specified... no
configure: WARNING: "No PaX utility found."
checking for hg... (cached) /bin/hg
checking which Mercurial revision to use... tip
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 X11/X.h usability... yes
checking X11/X.h presence... yes
checking for X11/X.h... yes
checking whether to use the system zlib install... yes
checking for ZLIB... yes
checking whether to use the system jpeg install... yes
checking for main in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking whether to use the system libpng install... yes
checking for PNG... yes
checking whether to use the system giflib install... yes
checking for main in -lgif... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking whether to use the system LCMS install... yes
checking for LCMS2... yes
checking whether to use the system Kerberos install... no
checking whether to use the system libpcsclite install... yes
checking for PCSC... yes
checking whether to use the system libsctp install... yes
checking for sctp_bindx in -lsctp... yes
checking netinet/sctp.h usability... yes
checking netinet/sctp.h presence... yes
checking for netinet/sctp.h... yes
checking for FREETYPE2... yes
checking whether to use fontconfig to provide better font rendering... no
checking for XPROTO... yes
checking for XT... yes
checking for X11... yes
checking for XINERAMA... yes
checking for XRENDER... yes
checking for XCOMPOSITE... yes
checking sys/sdt.h usability... yes
checking sys/sdt.h presence... yes
checking for sys/sdt.h... yes
checking working sys/sdt.h and g++ support... yes
checking for stap... /bin/stap
checking for XTST... yes
checking for ALSA... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating hotspot.map
config.status: creating fsg.sh
config.status: creating jconsole.desktop
config.status: creating policytool.desktop
config.status: creating nss.cfg
config.status: creating javac
config.status: creating javap
config.status: creating javah
config.status: creating tz.properties
config.status: creating pax-mark-vm
config.status: creating remove-intree-libraries.sh
config.status: creating tapset/hotspot.stp
config.status: creating tapset/hotspot_jni.stp
config.status: creating tapset/jstack.stp
config.status: creating tapset/hotspot_gc.stp
config.status: creating test/tapset/jstaptest.pl
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --enable-systemtap
+ make env-boot
unset JAVA_HOME
export LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.7.0/bin::/sbin:/usr/sbin:/bin:/usr/bin" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_LIBARCH="amd64" ARCH_DATA_MODEL="64" ZERO_ENDIANNESS="little" ZERO_ARCHDEF="AMD64" ZERO_ARCHFLAG="-m64" LIBFFI_CFLAGS="" LIBFFI_LIBS="" LLVM_CFLAGS="" LLVM_LDFLAGS="" LLVM_LIBS="" QUIETLY="" ANT_RESPECT_JAVA_HOME="TRUE" DISTRIBUTION_ID="Built on Fedora release 20 (Heisenbug) (Tue Oct 31 13:53:24 EDT 2017)" DERIVATIVE_ID="IcedTea 3.6.0+r4c8b69896325" LOG="debug" POST_STRIP_CMD= STRIP_POLICY="no_strip" JOBS="3" INSTALL_LOCATION="/usr/local"   LIBZ="-L/usr/lib64 -lz " ZLIB_CPPFLAGS="" COMPRESS_JARS="true" LIBJPEG_LDFLAGS="-ljpeg" LIBJPEG_CFLAGS="" GIF_LDFLAGS="-lgif" GIF_CFLAGS="" DEBUG_BINARIES="true" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="" DISABLE_NIMBUS="true"
+ make clone-boot
ln -sf /notnfs/nighttester/drops/icedtea8/openjdk.tar.xz openjdk.tar.xz
if ! echo "cb76591cd13fbb276ce2ac695e3b416ec58072f660c6d93c27bf003c03821d57  openjdk.tar.xz" \
  | /bin/sha256sum --check ; \
then \
  if test "xno" = "xyes"; then \
    if [ -e openjdk.tar.xz ] ; then \
      mv openjdk.tar.xz openjdk.tar.xz.old ; \
    fi ; \
     http://icedtea.classpath.org/download/drops/icedtea8/3.6.0/openjdk.tar.xz; \
    if ! echo "cb76591cd13fbb276ce2ac695e3b416ec58072f660c6d93c27bf003c03821d57  openjdk.tar.xz" \
      | /bin/sha256sum --check ; then \
      echo "ERROR: Bad download of OpenJDK root zip"; false; \
    fi; \
  else \
    echo "ERROR: No up-to-date OpenJDK root zip available"; exit -1; \
  fi ; \
fi ;
openjdk.tar.xz: FAILED
/bin/sha256sum: WARNING: 1 computed checksum did NOT match
ERROR: No up-to-date OpenJDK root zip available
make: *** [stamps/download-openjdk.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure


More information about the icedtea-test mailing list