Build failed in Jenkins: IcedTea6hgTargetTesting #1918
Hudson Admin
gnu.andrew at redhat.com
Mon Aug 15 17:23:57 UTC 2016
See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6hgTargetTesting/1918/changes>
Changes:
[Andrew John Hughes <gnu.andrew at redhat.com>] Merge
[Andrew John Hughes <gnu.andrew at redhat.com>] PR3140: Pass $(CC) and $(CXX) to OpenJDK build
2016-08-14 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR3140: Pass $(CC) and $(CXX) to OpenJDK build
* Makefile.am:
(ICEDTEA_ENV): Set CC and CXX instead
of BUILD_GCC and BUILD_CXX. Use $(CC)
and $(CXX) instead of hardcoding gcc
and g++.
* NEWS: Updated.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR3129: pax-mark-vm script calls "exit -1" which is invalid in dash
2016-08-04 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR3129: pax-mark-vm script calls "exit -1" which
is invalid in dash
* NEWS: Updated.
* pax-mark-vm.in:
Use POSIX-compliant exit value.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR3132: PaX marking fails on filesystems which don't support extended attributes
2016-04-07 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR3132: PaX marking fails on filesystems which
don't support extended attributes
* Makefile.am:
(pax-mark-vm): Pass true to pax-mark-vm to fail
if PaX marking fails.
(pax-mark-vm-debug): Likewise.
(pax-mark-vm-ecj): Likewise.
* NEWS: Updated.
* pax-mark-vm.in:
Add a second option, FAIL_ON_ERROR, which will
cause the script to exit if it can't PaX mark
when set to true, but just issue a warning when
set to false.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR3130: Avoid giving PAX_COMMAND a value if no PaX utility is available
2016-08-14 Andrew John Hughes <gnu.andrew at redhat.com>
PR3130: Avoid giving PAX_COMMAND a value if
no PaX utility is available
* NEWS: Updated.
2014-02-21 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR3130: Avoid giving PAX_COMMAND a value if
no PaX utility is available
* acinclude.m4:
(IT_WITH_PAX): Leave PAX_COMMAND with the empty
string rather than "not specified" to avoid build
failures.
* pax-mark-vm.in: Update PAX_COMMAND check.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR3117: Add tests for Java debug info and source files
2016-07-28 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR3117: Add tests for Java debug info and
source files
* Makefile.am:
(check-java-debug): Guard with
ENABLE_JAVA_DEBUGINFO.
* NEWS: Updated.
2016-07-15 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR3117: Add tests for Java debug info and
source files
* Makefile.am:
(check-local): Depend on check-java-debug and
check-java-src.
(clean-tests): Depend on clean-check-java-debug
and clean-check-java-src.
(.PHONY): Add clean-check-java-src and
clean-check-java-debug.
(check-java-debug): Adapt Omair Majid's Java debug
info test from Fedora RPM to IcedTea.
(clean-check-java-debug): Cleanup target for
check-java-debug.
(check-java-src): Adapt Omair Majid's Java source
file test from Fedora RPM to IcedTea.
(clean-check-java-src): Cleanup target for
check-java-src.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR1372: Provide option to build without debugging
2014-06-10 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR1372: Provide option to build without debugging
* INSTALL: Updated.
* Makefile.am:
(ICEDTEA_ENV): Only set DEBUG_CLASSFILES
and DEBUG_BINARIES when ENABLE_JAVA_DEBUGINFO
and ENABLE_NATIVE_DEBUGINFO are set, respectively.
* NEWS: Updated.
* acinclude.m4:
(IT_ENABLE_NATIVE_DEBUGINFO): New macro to add
option --enable-native-debuginfo.
(IT_ENABLE_JAVA_DEBUGINFO): New macro to add
option --enable-java-debuginfo.
* configure.ac: Invoke new macros.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR2800: Files are missing from resources.jar
2016-07-26 Andrew John Hughes <gnu.andrew at redhat.com>
PR2800: Files are missing from resources.jar
* Makefile.am:
(MIME_TYPE_CHECK_BUILD_DIR): Add build directory
for mime type check.
(MIME_TYPE_CHECK_SRCS): Specify sources for
mime type check.
(EXTRA_DIST): Distribute mime type check sources.
(check-local): Depend on check-mimetype.
(clean-tests): Depend on clean-check-mimetype.
(clean-local): Depend on clean-mimetypecheck.
(.PHONY): Depend on clean-check-mimetype,
clean-mimetypecheck, clean-add-mime-types-file,
clean-add-mime-types-file-debug and
clean-add-mime-types-file-boot.
(icedtea-against-icedtea): Depend on
add-mime-types-file.
(clean-icedtea-against-icedtea): Depend on
clean-add-mime-types-file.
(icedtea-debug-against-icedtea): Depend on
add-mime-types-file-debug.
(clean-icedtea-debug-against-icedtea): Depend on
clean-add-mime-types-file-debug.
(add-mime-types-file): Add a symlink to the
system mime.types file if found.
(clean-add-mime-types-file): Remove symlink
to the system mime types file.
(add-mime-types-file-debug): Add a symlink to the
system mime.types file, if found, in the debug build.
(clean-add-mime-types-file-debug): Remove symlink
to the system mime types file in the debug build.
(icedtea-against-ecj): Depend on add-mime-types-file-boot.
(clean-icedtea-against-ecj): Depend on
clean-add-mime-types-file-boot.
(add-mime-types-file-boot): Add a symlink to the
system mime.types file, if found, in the bootstrap build.
(clean-add-mime-types-file-boot): Remove symlink
to the system mime types file in the bootstrap build.
(check-mimetype): Check that we can recognise a HTML
file and (if system mime.types is available) a Java file.
(clean-check-mimetype): Cleanup after check-mimetype.
(mimetypecheck): Build the MIME type check.
(clean-mimetypecheck): Remove MIME type check build.
(install-data-local): Install the mime.types symlink.
* acinclude.m4:
(IT_CHECK_FOR_MIME_TYPES): Check for a system mime.types
file and define MIME_TYPES_FILE_FOUND if located.
* configure.ac:
Invoke IT_CHECK_FOR_MIME_TYPES.
* test/RH1195203.java: Testcase to get Java to print
the MIME type of a file.
2015-05-16 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2800: Files are missing from resources.jar
* Makefile.am:
(BUILD_SDK_DIR): Added.
(BUILD_JRE_DIR): Likewise.
(BUILD_JRE_ARCH_DIR): Redefine using BUILD_SDK_DIR.
(BUILD_DEBUG_SDK_DIR): Added.
(BUILD_DEBUG_JRE_DIR): Likewise.
(BUILD_DEBUG_JRE_ARCH_DIR): Redefine using
BUILD_DEBUG_SDK_DIR.
(BUILD_BOOT_SDK_DIR): Added.
(BUILD_BOOT_JRE_DIR): Likewise.
(BUILD_BOOT_JRE_ARCH_DIR): Redefine using
BUILD_BOOT_SDK_DIR.
2015-06-03 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR2800: Files are missing from resources.jar
* Makefile.am:
(BUILD_BOOT_JRE_ARCH_DIR): Added.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR3112: Provide option to disable SystemTap tests
2016-03-04 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR3112: Provide option to disable SystemTap tests
* INSTALL: Document --disable-systemtap-tests.
* Makefile.am:
(SYSTEMTAP_TEST_SUITE): Define if SystemTap tests
are enabled.
(check-local): Use SYSTEMTAP_TEST_SUITE in place
of check-tapset.
(.PHONY): Add check-jdk, check-hotspot, check-langtools,
check-tapset, check-tapset-probes and check-tapset-jstack
* NEWS: Updated.
* acinclude.m4:
(IT_DISABLE_SYSTEMTAP_TESTS): Add option to
disable SystemTap tests.
* configure.ac:
Call IT_DISABLE_SYSTEMTAP_TESTS.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR3139: Update documentation
2016-08-14 Andrew John Hughes <gnu.andrew at redhat.com>
PR3139: Update documentation
* NEWS: Updated.
* README: Remove NIO2 backport information
as this is long gone.
2010-07-22 Andrew John Hughes <ahughes at redhat.com>
PR3139: Update documentation
* INSTALL,
* README: Updated to match current state of
play and extended with missing information.
Use IcedTea or IcedTea 1.x in place of
"IcedTea6".
* acinclude.m4: Add parameter information to
configure help for all options.
(FIND_ENDORSED_JARS): Remove unused macro and
correct typos.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR3092: SystemTap is heavily confused by multiple JDKs
2016-07-17 Andrew John Hughes <gnu.andrew at redhat.com>
PR3092: SystemTap is heavily confused
by multiple JDKs
* AUTHORS: Added Felix Lu.
* NEWS: Updated.
2016-07-13 Felix Lu <flu at redhat.com>
PR3092: SystemTap is heavily confused
by multiple JDKs
* tapset/hotspot.stp.in,
* tapset/jstack.stp.in:
Use the new private keyword in SystemTap
>= 3.0 to resolve global variable name
collision and function overloading
to select the correct jstack_call at runtime.
[Andrew John Hughes <gnu.andrew at redhat.com>] New backports for issues to be fixed in 1.13.12.
S2178143, PR2959: JVM crashes if the number of bound CPUs changed during runtime
S6260348, PR3068: GTK+ L&F JTextComponent not respecting desktop caret blink rate
S6961123, PR2975: setWMClass fails to null-terminate WM_CLASS string
PR2800: Files are missing from resources.jar
PR3137: GTKLookAndFeel does not honor gtk-alternative-button-order
2016-08-15 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(ICEDTEA_PATCHES): Add new patches.
* NEWS: Updated.
* patches/ecj/icedtea.patch:
Adjust and extend, following PR2800.
* patches/openjdk/2178143-pr2959.patch,
* patches/openjdk/6260348-pr3068.patch,
* patches/openjdk/6961123-pr2975.patch,
* patches/pr2800-missing_resources.patch,
* patches/pr3137-alt_button_order.patch:
New backports for issues to be fixed in 1.13.12.
------------------------------------------
[...truncated 331 lines...]
checking for gzip... /bin/gzip
checking for ant... /bin/ant
checking for find... /bin/find
checking for patch... /bin/patch
checking for tar... /bin/tar
checking for chmod... /bin/chmod
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 fastjar... fastjar
checking for ldd... ldd
checking for gawk... /bin/gawk
checking for hg... /bin/hg
checking for an OpenJDK source directory... /notnfs/nighttester/icedtea6-hg-target-testing/openjdk
checking for IcedTea Mercurial revision ID... r94ea67d446bc+
checking for JDK Mercurial revision ID... none
checking for HotSpot Mercurial revision ID... none
checking for lsb_release... /bin/lsb_release
checking whether to compile ecj natively... yes
checking for gcj... /bin/gcj
checking for /etc/mime.types... yes
checking whether to use CACAO as VM... no
checking whether to use JamVM as VM... no
checking whether to use the Shark JIT... no
checking if a native HotSpot port is available for this architecture... 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 which HotSpot build to use... original
checking for linux32... /bin/linux32
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 how many parallel build jobs to execute... 3
checking if cp supports --reflink... yes
checking if we can hard link rather than copy from /notnfs/nighttester/icedtea6-hg-target-testing... yes
checking for system library directory...
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for NSS... 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 whether to build native code with debugging information... yes
checking whether to build Java bytecode with debugging information... yes
checking where fonts are stored... /usr/share/fonts
checking if /usr/share/fonts is a valid directory... yes
checking whether to build a bootstrap version first... yes
checking for a JDK home directory... not specified
checking for /usr/lib/jvm/java-gcj... found
checking if a java binary was specified... no
checking if /usr/lib/jvm/java-gcj/bin/java is a valid executable file... yes
checking if a javac binary was specified... no
checking if /usr/lib/jvm/java-gcj/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... yes
checking if the VM and compiler work together... yes
checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... yes
checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... yes
checking if com.sun.corba.se.impl.logging.ORBUtilSystemException.ioExceptionOnClose(Throwable) is missing... yes
checking if javax.management.StandardMBean(Class.class,Boolean.TYPE) is missing... yes
checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... yes
checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... yes
checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... yes
checking if java.security.cert.X509CertSelector.getSubject() is missing... yes
checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... yes
checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... yes
checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no
checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no
checking if javax.net.ssl.SSLContext.getDefaultSSLParameters is missing... yes
checking if javax.net.ssl.SSLEngine.setSSLParameters is missing... yes
checking if java.security.cert.TrustAnchor(javax.security.auth.x500.X500Principal.class, java.security.PublicKey.class, byte[].class) is missing... yes
checking if java.security.cert.TrustAnchor.getCA is missing... yes
checking if javax.net.ssl.KeyStoreBuilderParameters.getParameters is missing... yes
checking if java.sql.SQLException(Throwable.class) is missing... yes
checking if java.sql.SQLException(String.class,Throwable.class) is missing... yes
checking if java.sql.SQLException(String.class,String.class,Throwable.class) is missing... yes
checking if java.sql.SQLException(String.class,String.class,Integer.TYPE,Throwable.class) is missing... yes
checking if java.text.SimpleDateFormat exhibits Classpath bug 64174... yes
checking for xvfb-run... xvfb-run -a -e xvfb-errors
checking for an Ant home directory... /usr/share/ant
checking whether to include PulseAudio support... no
checking whether to build documentation... yes
checking whether to enable experimental OpenJDK cross-compilation support... no
checking whether to include the XRender pipeline... yes
checking whether to include SystemTap tracing support... yes
checking whether to include the NSS-based security provider... disabled by default (edit java.security to enable)
checking for distribution package version... none
checking build identification... Built on Fedora release 20 (Heisenbug) (Mon Aug 15 13:23:52 EDT 2016)
checking whether to download tarballs... no
checking if a javah binary was specified... no
checking if /usr/lib/jvm/java-gcj/bin/javah is a valid executable file... yes
checking if a jar binary was specified... no
checking if /usr/lib/jvm/java-gcj/bin/jar is a valid executable file... yes
checking whether jar supports @<file> argument... yes
checking whether jar supports stdin file arguments... yes
checking whether jar supports -J options at the end... yes
checking if a rmic binary was specified... no
checking if /usr/lib/jvm/java-gcj/bin/rmic is a valid executable file... yes
checking if a native2ascii binary was specified... no
checking if /usr/lib/jvm/java-gcj/bin/native2ascii is a valid executable file... yes
checking for an ecj JAR file... /notnfs/nighttester/drops/ecj/ecj-4.5.jar
checking for xsltproc... /bin/xsltproc
checking if we are using CACAO as the build VM... no
checking whether to disable the use of bootstrap tools for bootstrapping... no
checking if the VM supports -Xbootclasspath... no
checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar
checking for an OpenJDK source zip... not specified
checking for a HotSpot source zip... not specified
checking for an alternate jar command... not specified
checking for a CACAO home directory... $(abs_top_builddir)/cacao/install
checking for a CACAO source zip... /notnfs/nighttester/drops/cacao/cacao6.tar.gz
checking for a CACAO source directory... not specified
checking for a JamVM source zip... /notnfs/nighttester/drops/jamvm/jamvm6.tar.gz
checking whether to disable optimizations and build with -O0 -g... no
checking whether to enable -Werror... no
checking whether to enable JAR compression... yes
checking for additional virtual machines to build... none
checking whether to enable elliptic curves beyond those supported by NSS... no
checking whether to retrieve the source code from Mercurial... no
checking which Mercurial revision to use... tip
checking which Java timezone data directory to use... /usr/share/javazi
checking if javax.xml.stream.events.Attribute.getDTDType() wrongly returns a QName... no
checking if /usr/lib/jvm/java-gcj/bin/javah exhibits Classpath bug 39408... no
checking if /usr/lib/jvm/java-gcj/bin/javah exhibits Classpath bug 40188... no
checking if a PaX kernel is in use... no
checking if a PaX utility was specified... no
configure: WARNING: "No PaX utility found."
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 enable the use of LCMS2... yes
checking whether to use the system LCMS install... yes
checking for LCMS2... yes
checking whether to use the system Kerberos install... yes
checking for krb5_cc_default in -lkrb5... yes
checking krb5.h usability... yes
checking krb5.h presence... yes
checking for krb5.h... yes
checking for XPROTO... yes
checking for XT... yes
checking for X11... yes
checking for XINERAMA... yes
checking for XCOMPOSITE... yes
checking for XRENDER... yes
checking for absolute java home install dir... /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/j2sdk-image
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 perl... /bin/perl
checking for stap... /bin/stap
checking for XTST... yes
checking for FREETYPE2... 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 fsg.sh
config.status: creating jvm.cacao.cfg
config.status: creating jvm.jamvm.cfg
config.status: creating jvm.cfg
config.status: creating ergo.c
config.status: creating nss.cfg
config.status: creating linux.fontconfig.Gentoo.properties
config.status: creating javac
config.status: creating javap
config.status: creating tz.properties
config.status: creating pax-mark-vm
config.status: creating remove-intree-libraries.sh
config.status: creating jconsole.desktop
config.status: creating policytool.desktop
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: --with-openjdk-src-dir
+ make env-ecj
unset JAVA_HOME
export ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0" ANT="/bin/ant" BUILD_NUMBER="b40" JDK_UPDATE_VERSION="40" JRE_RELEASE_VERSION="1.6.0_40-b40" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build/classes" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" SHARK_BUILD="" 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="" FREETYPE2_HEADERS="-I/usr/include/freetype2 " FT2_LIB="-lfreetype " ALT_PARALLEL_COMPILE_JOBS="3" HOTSPOT_BUILD_JOBS="3" ANT_RESPECT_JAVA_HOME="TRUE" DISTRIBUTION_ID="Built on Fedora release 20 (Heisenbug) (Mon Aug 15 13:23:52 EDT 2016)" DERIVATIVE_ID="IcedTea6 1.14.0pre+r94ea67d446bc+" VERBOSE="" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build" STATIC_CXX="false" CC=gcc CXX=g++ COMPILER_WARNINGS_FATAL="false" UNLIMITED_CRYPTO="true" RHINO_JAR="/notnfs/nighttester/icedtea6-hg-target-testing/rhino/rhino.jar" SYSTEM_ZLIB="true" ZLIB_LIBS="-L/usr/lib64 -lz " ZLIB_CFLAGS="" SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" SYSTEM_JPEG="true" JPEG_LIBS="-ljpeg" JPEG_CFLAGS="" SYSTEM_PNG="true" PNG_LIBS="-lpng16 " PNG_CFLAGS="-I/usr/include/libpng16 " SYSTEM_GIF="true" GIF_LIBS="-lgif" GIF_CFLAGS="" SYSTEM_KRB5="true" KRB5_LIBS="-lkrb5" KRB5_CFLAGS="" COMPRESS_JARS="true" DEBUG_BINARIES="true" DEBUG_CLASSFILES="true" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj" JAVA_TOOLS_DIR="/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/bin" ICEDTEA_RT="/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_CLS_RT="-bootclasspath /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/classes:/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" BOOTCLASSPATH_CLS="-bootclasspath /notnfs/nighttester/icedtea6-hg-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_RT_LIBGCJ="-bootclasspath /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" GENSRCDIR="/notnfs/nighttester/icedtea6-hg-target-testing/generated.build" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="1" DISABLE_NIMBUS="true" NO_DOCS="true" XSLT="/bin/xsltproc"
+ make extract-ecj
mkdir -p stamps
touch stamps/download-cacao.stamp
mkdir -p stamps
touch stamps/download-jamvm.stamp
mkdir -p stamps
touch stamps/hgforest.stamp
if ! echo "d11dc2ababe88e7891f1abbd7fa4fe033a65dea22c071331a641374b3247717f openjdk-6-src-b40-03_may_2016.tar.xz" \
| /bin/sha256sum --check ; \
then \
if test "xno" = "xyes"; then \
if [ -e openjdk-6-src-b40-03_may_2016.tar.xz ] ; then \
mv openjdk-6-src-b40-03_may_2016.tar.xz openjdk-6-src-b40-03_may_2016.tar.xz.old ; \
fi ; \
https://java.net/downloads/openjdk6/openjdk-6-src-b40-03_may_2016.tar.xz --no-check-certificate -O openjdk-6-src-b40-03_may_2016.tar.xz; \
if ! echo "d11dc2ababe88e7891f1abbd7fa4fe033a65dea22c071331a641374b3247717f openjdk-6-src-b40-03_may_2016.tar.xz" \
| /bin/sha256sum --check ; then \
echo "ERROR: Bad download of OpenJDK zip"; false; \
fi; \
else \
echo "ERROR: No up-to-date OpenJDK zip available"; exit -1; \
fi ; \
fi
/bin/sha256sum: openjdk-6-src-b40-03_may_2016.tar.xz: No such file or directory
openjdk-6-src-b40-03_may_2016.tar.xz: FAILED open or read
/bin/sha256sum: WARNING: 1 listed file could not be read
ERROR: No up-to-date OpenJDK 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