From gnu.andrew at redhat.com Fri Feb 1 02:23:10 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 1 Feb 2013 05:23:10 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1246 In-Reply-To: <495580460.296.1359627912262.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <495580460.296.1359627912262.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <255039006.304.1359714202002.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1246/> ------------------------------------------ [...truncated 340774 lines...] if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/openjdk6.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/hs20.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/icedtea6-target-testing/openjdk checking for IcedTea Mercurial revision ID... rd8acef41b7b6 checking for JDK Mercurial revision ID... none checking for HotSpot Mercurial revision ID... none checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Fri Feb 1 05:22:17 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hs20.tar.gz checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm set -e ; \ if ! test -d openjdk ; \ then \ mkdir openjdk ; \ /bin/tar xf openjdk-6-src-b27-26_oct_2012.tar.gz -C openjdk; \ chmod -R ug+w openjdk ; \ sh /notnfs/nighttester/icedtea6-target-testing/fsg.sh ; \ fi Further liberating OpenJDK... mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Fri Feb 1 08:38:47 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 1 Feb 2013 11:38:47 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #754 In-Reply-To: <84551262.298.1359647578790.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <84551262.298.1359647578790.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1760728705.307.1359736736058.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6hgTargetTesting/754/> ------------------------------------------ [...truncated 340768 lines...] rm -f stamps/rewriter.stamp rm -rf rhino/rhino.old rm -rf rhino/rhino.new rm -f rhino/rhino.jar if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-openjdk-src-dir=/notnfs/nighttester/jdk6/ --with-parallel-jobs=3 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6-hg.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6-hg.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6-hg.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/jdk6/ checking if /notnfs/nighttester/jdk6//README exists... yes checking if we can hard link rather than copy the OpenJDK source directory... yes checking for IcedTea Mercurial revision ID... r6b20a50ba2fa+ checking for JDK Mercurial revision ID... rf4bdaaa86ea8+ checking for HotSpot Mercurial revision ID... rcd74fab0a5e3 checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Fri Feb 1 11:38:13 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... 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 JAXP drop zip... /notnfs/nighttester/drops/jaxp6-hg.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6-hg.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6-hg.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... 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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm if ! test -d openjdk ; then \ cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \ fi mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Fri Feb 1 14:14:26 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 1 Feb 2013 17:14:26 -0500 (EST) Subject: Jenkins build is back to normal : IcedTea7TargetTesting #1201 In-Reply-To: <1175243487.299.1359666308033.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1175243487.299.1359666308033.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <71565242.308.1359756866919.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea7TargetTesting/1201/> From gnu.andrew at redhat.com Sat Feb 2 02:10:57 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sat, 2 Feb 2013 05:10:57 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1247 In-Reply-To: <255039006.304.1359714202002.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <255039006.304.1359714202002.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1110328390.311.1359799866112.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1247/> ------------------------------------------ [...truncated 340777 lines...] if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/openjdk6.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/hs20.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/icedtea6-target-testing/openjdk checking for IcedTea Mercurial revision ID... rd8acef41b7b6 checking for JDK Mercurial revision ID... none checking for HotSpot Mercurial revision ID... none checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Sat Feb 2 05:09:50 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hs20.tar.gz checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm set -e ; \ if ! test -d openjdk ; \ then \ mkdir openjdk ; \ /bin/tar xf openjdk-6-src-b27-26_oct_2012.tar.gz -C openjdk; \ chmod -R ug+w openjdk ; \ sh /notnfs/nighttester/icedtea6-target-testing/fsg.sh ; \ fi Further liberating OpenJDK... mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Sat Feb 2 08:14:14 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sat, 2 Feb 2013 11:14:14 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #755 In-Reply-To: <1760728705.307.1359736736058.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1760728705.307.1359736736058.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1222327857.314.1359821663499.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6hgTargetTesting/755/> ------------------------------------------ [...truncated 340768 lines...] rm -f stamps/rewriter.stamp rm -rf rhino/rhino.old rm -rf rhino/rhino.new rm -f rhino/rhino.jar if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-openjdk-src-dir=/notnfs/nighttester/jdk6/ --with-parallel-jobs=3 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6-hg.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6-hg.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6-hg.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/jdk6/ checking if /notnfs/nighttester/jdk6//README exists... yes checking if we can hard link rather than copy the OpenJDK source directory... yes checking for IcedTea Mercurial revision ID... r6b20a50ba2fa+ checking for JDK Mercurial revision ID... rf4bdaaa86ea8+ checking for HotSpot Mercurial revision ID... rcd74fab0a5e3 checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Sat Feb 2 11:13:53 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... 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 JAXP drop zip... /notnfs/nighttester/drops/jaxp6-hg.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6-hg.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6-hg.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... 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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm if ! test -d openjdk ; then \ cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \ fi mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Sun Feb 3 02:18:41 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 3 Feb 2013 05:18:41 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1248 In-Reply-To: <1110328390.311.1359799866112.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1110328390.311.1359799866112.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <998417219.317.1359886734425.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1248/> ------------------------------------------ [...truncated 340773 lines...] if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/openjdk6.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/hs20.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/icedtea6-target-testing/openjdk checking for IcedTea Mercurial revision ID... rd8acef41b7b6 checking for JDK Mercurial revision ID... none checking for HotSpot Mercurial revision ID... none checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Sun Feb 3 05:17:34 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hs20.tar.gz checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm set -e ; \ if ! test -d openjdk ; \ then \ mkdir openjdk ; \ /bin/tar xf openjdk-6-src-b27-26_oct_2012.tar.gz -C openjdk; \ chmod -R ug+w openjdk ; \ sh /notnfs/nighttester/icedtea6-target-testing/fsg.sh ; \ fi Further liberating OpenJDK... mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Sun Feb 3 08:15:35 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 3 Feb 2013 11:15:35 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #756 In-Reply-To: <1222327857.314.1359821663499.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1222327857.314.1359821663499.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <2107395328.318.1359908143271.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6hgTargetTesting/756/> ------------------------------------------ [...truncated 340768 lines...] rm -f stamps/rewriter.stamp rm -rf rhino/rhino.old rm -rf rhino/rhino.new rm -f rhino/rhino.jar if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-openjdk-src-dir=/notnfs/nighttester/jdk6/ --with-parallel-jobs=3 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6-hg.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6-hg.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6-hg.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/jdk6/ checking if /notnfs/nighttester/jdk6//README exists... yes checking if we can hard link rather than copy the OpenJDK source directory... yes checking for IcedTea Mercurial revision ID... r6b20a50ba2fa+ checking for JDK Mercurial revision ID... rf4bdaaa86ea8+ checking for HotSpot Mercurial revision ID... rcd74fab0a5e3 checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Sun Feb 3 11:15:03 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... 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 JAXP drop zip... /notnfs/nighttester/drops/jaxp6-hg.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6-hg.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6-hg.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... 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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm if ! test -d openjdk ; then \ cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \ fi mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Mon Feb 4 02:17:21 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Mon, 4 Feb 2013 05:17:21 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1249 In-Reply-To: <998417219.317.1359886734425.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <998417219.317.1359886734425.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <438120488.319.1359973051122.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1249/> ------------------------------------------ [...truncated 340775 lines...] if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/openjdk6.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/hs20.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/icedtea6-target-testing/openjdk checking for IcedTea Mercurial revision ID... rd8acef41b7b6 checking for JDK Mercurial revision ID... none checking for HotSpot Mercurial revision ID... none checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Mon Feb 4 05:16:05 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hs20.tar.gz checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm set -e ; \ if ! test -d openjdk ; \ then \ mkdir openjdk ; \ /bin/tar xf openjdk-6-src-b27-26_oct_2012.tar.gz -C openjdk; \ chmod -R ug+w openjdk ; \ sh /notnfs/nighttester/icedtea6-target-testing/fsg.sh ; \ fi Further liberating OpenJDK... mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Mon Feb 4 08:21:49 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Mon, 4 Feb 2013 11:21:49 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #757 In-Reply-To: <2107395328.318.1359908143271.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <2107395328.318.1359908143271.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <415216680.320.1359994918458.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6hgTargetTesting/757/> ------------------------------------------ [...truncated 340768 lines...] rm -f stamps/rewriter.stamp rm -rf rhino/rhino.old rm -rf rhino/rhino.new rm -f rhino/rhino.jar if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-openjdk-src-dir=/notnfs/nighttester/jdk6/ --with-parallel-jobs=3 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6-hg.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6-hg.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6-hg.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/jdk6/ checking if /notnfs/nighttester/jdk6//README exists... yes checking if we can hard link rather than copy the OpenJDK source directory... yes checking for IcedTea Mercurial revision ID... r6b20a50ba2fa+ checking for JDK Mercurial revision ID... rf4bdaaa86ea8+ checking for HotSpot Mercurial revision ID... rcd74fab0a5e3 checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Mon Feb 4 11:21:23 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... 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 JAXP drop zip... /notnfs/nighttester/drops/jaxp6-hg.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6-hg.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6-hg.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... 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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm if ! test -d openjdk ; then \ cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \ fi mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Fri Feb 8 03:07:16 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 8 Feb 2013 06:07:16 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1253 Message-ID: <1221686239.339.1360321645221.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1253/> ------------------------------------------ [...truncated 340773 lines...] if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/openjdk6.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/hs20.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/icedtea6-target-testing/openjdk checking for IcedTea Mercurial revision ID... rd8acef41b7b6 checking for JDK Mercurial revision ID... none checking for HotSpot Mercurial revision ID... none checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Fri Feb 8 06:06:07 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hs20.tar.gz checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm set -e ; \ if ! test -d openjdk ; \ then \ mkdir openjdk ; \ /bin/tar xf openjdk-6-src-b27-26_oct_2012.tar.gz -C openjdk; \ chmod -R ug+w openjdk ; \ sh /notnfs/nighttester/icedtea6-target-testing/fsg.sh ; \ fi Further liberating OpenJDK... mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Fri Feb 8 09:06:05 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 8 Feb 2013 12:06:05 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #761 Message-ID: <904572782.342.1360343182043.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6hgTargetTesting/761/> ------------------------------------------ [...truncated 340768 lines...] rm -f stamps/rewriter.stamp rm -rf rhino/rhino.old rm -rf rhino/rhino.new rm -f rhino/rhino.jar if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-openjdk-src-dir=/notnfs/nighttester/jdk6/ --with-parallel-jobs=3 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6-hg.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6-hg.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6-hg.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/jdk6/ checking if /notnfs/nighttester/jdk6//README exists... yes checking if we can hard link rather than copy the OpenJDK source directory... yes checking for IcedTea Mercurial revision ID... r6b20a50ba2fa+ checking for JDK Mercurial revision ID... rf4bdaaa86ea8+ checking for HotSpot Mercurial revision ID... rcd74fab0a5e3 checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Fri Feb 8 12:05:41 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... 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 JAXP drop zip... /notnfs/nighttester/drops/jaxp6-hg.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6-hg.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6-hg.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... 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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm if ! test -d openjdk ; then \ cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \ fi mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Fri Feb 8 12:54:21 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 8 Feb 2013 15:54:21 -0500 (EST) Subject: Build failed in Jenkins: IcedTea7TargetTesting #1208 Message-ID: <236571212.343.1360356868071.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea7TargetTesting/1208/> ------------------------------------------ [...truncated 250618 lines...] @/notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/docs/doctmp/sctp.options @/notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/docs/doctmp/sctp.packages make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/make/docs' Done Processing OTHERSUBDIRS: docs >>>Making images @ Fri Feb 8 15:50:44 EST 2013 ... >>>Making initial-image-jre @ Fri Feb 8 15:50:44 EST 2013 ... rm -f -r /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/LICENSE /bin/sed 's/$//g' /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/LICENSE > /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/LICENSE /bin/chmod 444 /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/LICENSE /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/ASSEMBLY_EXCEPTION /bin/sed 's/$//g' /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/ASSEMBLY_EXCEPTION > /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/ASSEMBLY_EXCEPTION /bin/chmod 444 /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/ASSEMBLY_EXCEPTION /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/THIRD_PARTY_README /bin/sed 's/$//g' /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/THIRD_PARTY_README > /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/THIRD_PARTY_README /bin/chmod 444 /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/THIRD_PARTY_README /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "#\n" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "# List of subdirectories not in include in rt.jar" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "# Directories must contain trailing '/'." >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/javadoc/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/jdi/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/jarsigner/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/mirror/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/source/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/istack/internal/tools/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/istack/internal/ws/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "META-INF/services/com.sun.jdi.connect.Connector" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "META-INF/services/com.sun.jdi.connect.spi.TransportService" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "META-INF/services/com.sun.tools.xjc.Plugin" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/tools/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/jvmstat/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/nio/cs/ext/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/awt/HKSCS.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/awt/motif/X11GB2312\$Decoder.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/awt/motif/X11GB2312\$Encoder.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/awt/motif/X11GB2312.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/awt/motif/X11GBK\$Encoder.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/awt/motif/X11GBK.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/awt/motif/X11KSC5601\$Decoder.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/awt/motif/X11KSC5601\$Encoder.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/awt/motif/X11KSC5601.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/rmi/rmic/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/asm/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/java/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/javac/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/tools/classfile/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/tools/javap/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jcmd/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jconsole/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jps/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jstat/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jstatd/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/native2ascii/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/serialver/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/tree/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/util/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarBASE64Encoder.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSigner.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSignerParameters.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSignerResources.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSignerResources_ja.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/JarSignerResources_zh_CN.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/SignatureFile\$Block.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/SignatureFile.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/tools/TimestampedSigner.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/provider/Sun.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/rsa/SunRsaSign.class" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/ssl/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/net/ssl/internal/ssl/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "javax/crypto/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/security/internal/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/crypto/provider/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "META-INF/services/com.sun.tools.attach.spi.AttachProvider" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/tools/attach/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "org/relaxng/datatype/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/codemodel/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/xml/internal/dtdparser/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/xml/internal/rngom/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/xml/internal/xsom/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "com/sun/tools/script/shell/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/attach/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jstack/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jinfo/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/echo -e "sun/tools/jmap/" >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/reorder rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/reorder/file_list rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/reorder/file_list.temp (cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/classes && \ /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build/btjars/jarreorder.jar \ -o /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/reorder/file_list.temp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/lib/classlist /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/not_rt_jar.list . ) WARNING: Path does not exist as file or directory: sun/awt/SunToolkit$6.class WARNING: Path does not exist as file or directory: sun/awt/X11/XlibWrapper$1.class WARNING: Path does not exist as file or directory: sun/awt/X11/XKeyboardFocusManagerPeer$1.class WARNING: Path does not exist as file or directory: java/util/zip/ZipFile$2.class WARNING: Path does not exist as file or directory: sun/awt/SunToolkit$7.class WARNING: Path does not exist as file or directory: sun/dc/path/PathConsumer.class WARNING: Path does not exist as file or directory: sun/dc/pr/PathStroker.class WARNING: Path does not exist as file or directory: sun/dc/pr/PathDasher.class WARNING: Path does not exist as file or directory: META-INF/services/com.sun.tools.xjc.Plugin WARNING: Path does not exist as file or directory: com/sun/crypto/provider /bin/mv /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/reorder/file_list.temp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/reorder/file_list /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/jarfilelists /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build/btjars/jarsplit.jar \ /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/reorder/file_list \ -o /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/jarfilelists/rt_jar_list /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/jarfilelists/resources_jar_list /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/rt_manifest.tmp /bin/sed -e "s#@@RELEASE@@#1.7.0_12#" \ -e "s#@@COMPANY_NAME@@#N/A#" \ /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/make/tools/manifest.mf >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/rt_manifest.tmp /bin/echo -e >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/rt_manifest.tmp /bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/make/javax/swing/beaninfo/manifest >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/rt_manifest.tmp /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/rt-orig.jar cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/classes && \ /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cmf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/rt_manifest.tmp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/rt-orig.jar \ @/notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/jarfilelists/rt_jar_list -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/other_manifest.tmp /bin/sed -e "s#@@RELEASE@@#1.7.0_12#" \ -e "s#@@COMPANY_NAME@@#N/A#" \ /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/make/tools/manifest.mf >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/other_manifest.tmp /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/resources-orig.jar cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/classes && \ /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cmf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/other_manifest.tmp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/resources-orig.jar \ @/notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/jarfilelists/resources_jar_list -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/jsse-orig.jar cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/classes && \ /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cmf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/other_manifest.tmp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/jsse-orig.jar \ sun/security/provider/Sun.class sun/security/rsa/SunRsaSign.class sun/security/ssl com/sun/net/ssl/internal/ssl -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build && /usr/bin/find bin -depth | /bin/cpio -pdum /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image 1896 blocks /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/applet cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build && /usr/bin/find lib -depth | /bin/cpio -pdum /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image 495172 blocks /bin/chmod a+rx `/usr/bin/find /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image -type d` for t in appletviewer extcheck idlj jar jarsigner java-rmi.cgi javac javadoc apt javah javap jcmd jdb jps jrunscript jstat jstatd jstack packagebean rmic serialver unregbean jconsole jinfo jmap native2ascii xjc wsgen wsimport schemagen jsadebugd jhat ; do \ rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/bin/$t ; \ done for l in tools.jar jconsole.jar sa-jdi.jar ; do \ rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/$l ; \ done /usr/bin/find /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib -name 'orb.idl' -exec rm -f \{} \; /usr/bin/find /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib -name 'ir.idl' -exec rm -f \{} \; /bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/rt-orig.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/rt.jar /bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/resources-orig.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/resources.jar /bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/jsse-orig.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/jsse.jar /bin/cp /notnfs/nighttester/icedtea7-target-testing/rhino/rhino.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/rhino.jar cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib && \ /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build/btjars/buildmetaindex.jar \ -o meta-index *.jar cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/ext && \ /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build/btjars/buildmetaindex.jar \ -o meta-index *.jar /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/man/man1 for manbase in /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/src/linux/doc/man /notnfs/nighttester/icedtea7-target-testing/openjdk.build/impdoc/man ; do for manpage in java.1 keytool.1 orbd.1 pack200.1 policytool.1 rmid.1 rmiregistry.1 servertool.1 tnameserv.1 unpack200.1; do if [ -f ${manbase}/${manpage} ] ; then /bin/cp ${manbase}/${manpage} /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/man/man1 ; for ja_encoding in UTF-8; do ja_dir="ja"; if [ "${ja_encoding}" != "eucJP" ]; then ja_dir="ja_JP.${ja_encoding}"; fi; /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/man/${ja_dir}/man1; /bin/cat ${manbase}/ja/${manpage} | /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding eucJP | /bin/sed 's/@@VERSION@@/1.7.0/g' | /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -reverse -encoding ${ja_encoding} > /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/man/${ja_dir}/man1/${manpage}; done; fi; done; done if [ -w hotspot.log ] ; then rm -f hotspot.log; fi if [ "ja_JP.UTF-8" != "" ] ; then cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/man && rm -f ja && /bin/ln -s ja_JP.UTF-8 ja; fi >>>Making initial-image-jdk @ Fri Feb 8 15:52:16 EST 2013 ... rm -f -r /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre (cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image && /usr/bin/find . -depth -print \ | /bin/cpio -pdum /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre ) 558167 blocks rm -f -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/man /bin/chmod a+rx `/usr/bin/find /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image -type d` /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/LICENSE /bin/sed 's/$//g' /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/LICENSE > /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/LICENSE /bin/chmod 444 /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/LICENSE /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/ASSEMBLY_EXCEPTION /bin/sed 's/$//g' /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/ASSEMBLY_EXCEPTION > /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/ASSEMBLY_EXCEPTION /bin/chmod 444 /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/ASSEMBLY_EXCEPTION /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/THIRD_PARTY_README /bin/sed 's/$//g' /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/THIRD_PARTY_README > /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/THIRD_PARTY_README /bin/chmod 444 /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/THIRD_PARTY_README /bin/mkdir /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/lib for l in tools.jar jconsole.jar sa-jdi.jar; do \ if [ -r /notnfs/nighttester/icedtea7-target-testing/openjdk.build/lib/$l ]; then \ /bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/lib/$l /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/lib; \ fi; \ done (cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/bin/.. && /bin/tar cf - \ `/usr/bin/find bin \( -type f -o -type l \) -print `) | \ (cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image && /bin/tar xf -) /bin/touch /notnfs/nighttester/icedtea7-target-testing/openjdk.build/classes/META-INF/services/com.sun.tools.xjc.Plugin cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/classes && \ /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/lib/tools.jar \ META-INF/services/com.sun.jdi.connect.Connector META-INF/services/com.sun.jdi.connect.spi.TransportService sun/tools/asm sun/tools/jar sun/tools/java sun/tools/javac sun/tools/jcmd sun/tools/jps sun/tools/jstat sun/tools/jstatd sun/tools/native2ascii sun/tools/serialver sun/tools/tree sun/tools/util sun/security/tools/JarBASE64Encoder.class sun/security/tools/JarSigner.class sun/security/tools/JarSignerParameters.class sun/security/tools/JarSignerResources.class sun/security/tools/JarSignerResources_ja.class sun/security/tools/JarSignerResources_zh_CN.class sun/security/tools/SignatureFile\$Block.class sun/security/tools/SignatureFile.class sun/security/tools/TimestampedSigner.class sun/rmi/rmic sun/applet sun/jvmstat com/sun/javadoc com/sun/jdi com/sun/jarsigner com/sun/mirror com/sun/source com/sun/tools/classfile com/sun/tools/doclets com/sun/tools/example/debug/expr com/sun/tools/example/debug/tty com/sun/tools/extcheck com/sun/tools/hat com/sun/tools/javac com/sun/tools/javadoc com/sun/tools/apt com/sun/tools/javah com/sun/tools/javap com/sun/tools/corba com/sun/tools/internal/xjc com/sun/tools/internal/ws META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory META-INF/services/com.sun.tools.xjc.Plugin com/sun/istack/internal/tools com/sun/istack/internal/ws com/sun/codemodel com/sun/tools/internal/jxc com/sun/xml/internal/rngom com/sun/xml/internal/xsom org/relaxng/datatype com/sun/xml/internal/dtdparser com/sun/tools/jdi com/sun/tools/script/shell META-INF/services/com.sun.tools.attach.spi.AttachProvider com/sun/tools/attach sun/tools/attach sun/tools/jstack sun/tools/jinfo sun/tools/jmap -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/lib/tools.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/lib/tools.jar /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/symbols/META-INF/sym /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/notnfs/nighttester/icedtea7-target-testing/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build/langtools/dist/bootstrap/lib/javac.jar -g -source 7 -target 7 -encoding ascii "-Xbootclasspath:/notnfs/nighttester/icedtea7-target-testing/openjdk.build/classes" -XDprocess.packages -proc:only \ -processor com.sun.tools.javac.sym.CreateSymbols \ -Acom.sun.tools.javac.sym.Jar=/notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/rt-orig.jar \ -Acom.sun.tools.javac.sym.Dest=/notnfs/nighttester/icedtea7-target-testing/openjdk.build/symbols/META-INF/sym/rt.jar \ java.applet java.awt java.awt.color java.awt.datatransfer java.awt.dnd java.awt.event java.awt.font java.awt.geom java.awt.im java.awt.im.spi java.awt.image java.awt.image.renderable java.awt.print java.beans java.beans.beancontext java.io java.lang java.lang.annotation java.lang.instrument java.lang.invoke java.lang.management java.lang.ref java.lang.reflect java.math java.net java.nio java.nio.channels java.nio.channels.spi java.nio.charset java.nio.charset.spi java.nio.file java.nio.file.attribute java.nio.file.spi java.rmi java.rmi.activation java.rmi.dgc java.rmi.registry java.rmi.server java.security java.security.acl java.security.cert java.security.interfaces java.security.spec java.sql java.text java.text.spi java.util java.util.concurrent java.util.concurrent.atomic java.util.concurrent.locks java.util.jar java.util.logging java.util.prefs java.util.regex java.util.spi java.util.zip javax.accessibility javax.activation javax.activity javax.annotation javax.annotation.processing javax.crypto javax.crypto.interfaces javax.crypto.spec javax.imageio javax.imageio.event javax.imageio.metadata javax.imageio.plugins.jpeg javax.imageio.plugins.bmp javax.imageio.spi javax.imageio.stream javax.jws javax.jws.soap javax.lang.model javax.lang.model.element javax.lang.model.type javax.lang.model.util javax.management javax.management.loading javax.management.monitor javax.management.relation javax.management.openmbean javax.management.timer javax.management.modelmbean javax.management.remote javax.management.remote.rmi javax.naming javax.naming.directory javax.naming.event javax.naming.ldap javax.naming.spi javax.net javax.net.ssl javax.print javax.print.attribute javax.print.attribute.standard javax.print.event javax.rmi javax.rmi.CORBA javax.rmi.ssl javax.script javax.security.auth javax.security.auth.callback javax.security.auth.kerberos javax.security.auth.login javax.security.auth.spi javax.security.auth.x500 javax.security.cert javax.security.sasl javax.sound.sampled javax.sound.sampled.spi javax.sound.midi javax.sound.midi.spi javax.sql javax.sql.rowset javax.sql.rowset.serial javax.sql.rowset.spi javax.swing javax.swing.border javax.swing.colorchooser javax.swing.filechooser javax.swing.event javax.swing.table javax.swing.text javax.swing.text.html javax.swing.text.html.parser javax.swing.text.rtf javax.swing.tree javax.swing.undo javax.swing.plaf javax.swing.plaf.basic javax.swing.plaf.metal javax.swing.plaf.multi javax.swing.plaf.nimbus javax.swing.plaf.synth javax.tools javax.transaction javax.transaction.xa javax.xml.parsers javax.xml.bind javax.xml.bind.annotation javax.xml.bind.annotation.adapters javax.xml.bind.attachment javax.xml.bind.helpers javax.xml.bind.util javax.xml.soap javax.xml.ws javax.xml.ws.handler javax.xml.ws.handler.soap javax.xml.ws.http javax.xml.ws.soap javax.xml.ws.spi javax.xml.ws.spi.http javax.xml.ws.wsaddressing javax.xml.transform javax.xml.transform.sax javax.xml.transform.dom javax.xml.transform.stax javax.xml.transform.stream javax.xml javax.xml.crypto javax.xml.crypto.dom javax.xml.crypto.dsig javax.xml.crypto.dsig.dom javax.xml.crypto.dsig.keyinfo javax.xml.crypto.dsig.spec javax.xml.datatype javax.xml.validation javax.xml.namespace javax.xml.xpath javax.xml.stream javax.xml.stream.events javax.xml.stream.util org.ietf.jgss org.omg.CORBA org.omg.CORBA.DynAnyPackage org.omg.CORBA.ORBPackage org.omg.CORBA.TypeCodePackage org.omg.stub.java.rmi org.omg.CORBA.portable org.omg.CORBA_2_3 org.omg.CORBA_2_3.portable org.omg.CosNaming org.omg.CosNaming.NamingContextExtPackage org.omg.CosNaming.NamingContextPackage org.omg.SendingContext org.omg.PortableServer org.omg.PortableServer.CurrentPackage org.omg.PortableServer.POAPackage org.omg.PortableServer.POAManagerPackage org.omg.PortableServer.ServantLocatorPackage org.omg.PortableServer.portable org.omg.PortableInterceptor org.omg.PortableInterceptor.ORBInitInfoPackage org.omg.Messaging org.omg.IOP org.omg.IOP.CodecFactoryPackage org.omg.IOP.CodecPackage org.omg.Dynamic org.omg.DynamicAny org.omg.DynamicAny.DynAnyPackage org.omg.DynamicAny.DynAnyFactoryPackage org.w3c.dom org.w3c.dom.events org.w3c.dom.bootstrap org.w3c.dom.ls org.xml.sax org.xml.sax.ext org.xml.sax.helpers com.sun.java.browser.dom org.w3c.dom org.w3c.dom.bootstrap org.w3c.dom.ls org.w3c.dom.ranges org.w3c.dom.traversal org.w3c.dom.html org.w3c.dom.stylesheets org.w3c.dom.css org.w3c.dom.events org.w3c.dom.views com.sun.management com.sun.security.auth com.sun.security.auth.callback com.sun.security.auth.login com.sun.security.auth.module com.sun.security.jgss com.sun.nio.file com.sun.net.ssl com.sun.net.httpserver com.sun.net.httpserver.spi javax.smartcardio com.sun.nio.sctp com.sun.java.swing.plaf.windows com.sun.java.swing.plaf.motif com.sun.java.swing.plaf.gtk com.sun.servicetag com.oracle.net com.oracle.nio com.oracle.util warning: package com.oracle.nio does not exist warning: package com.oracle.util does not exist Using boot class path = [/notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/rt-orig.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build/langtools/dist/bootstrap/lib/javac.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/resources.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/sunrsasign.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/jsse.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/jce.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/charsets.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/netx.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/plugin.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/rhino.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/jfr.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/classes, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/ext/localedata.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/ext/sunpkcs11.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/ext/sunjce_provider.jar, /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/ext/dnsns.jar] Ignoring (other) javax.xml.ws.spi.http.package-info : <any> ClassSymbol <any> Ignoring (other) javax.xml.ws.wsaddressing.package-info : <any> ClassSymbol <any> 2 warnings /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/lib/ct.sym \ -C /notnfs/nighttester/icedtea7-target-testing/openjdk.build/symbols META-INF -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m /bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/lib/ct.sym /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/lib/ct.sym /bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/lib/orb.idl /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/lib/orb.idl /bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/lib/ir.idl /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/lib/ir.idl /bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk.build/lib/jexec /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/lib/jexec /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/src for d in ./../src/share/classes ./../src/solaris/classes /notnfs/nighttester/icedtea7-target-testing/openjdk.build/gensrc /notnfs/nighttester/icedtea7-target-testing/openjdk.build/impsrc; do \ rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/src-files.list; \ (cd $d && \ /usr/bin/find . -name .hg -prune -o -name .svn -prune -o -name CVS -prune -o -name RCS -prune -o -name SCCS -prune -o -name Codemgr_wsdata -prune -o -name deleted_files -prune -o -name .hgignore -prune -o -name .hgtags -prune -o -name ',*' -prune -o \ -name '*.java' -print \ >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/src-files.list ; \ ) ; \ if [ -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/src-files.list ] ; then \ (cd $d && /bin/tar cf - -T /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/src-files.list ) \ | (cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/src && /bin/tar xf -); \ fi; \ done rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/src-files.list /bin/chmod -R +w /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/src /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/src/launcher /bin/cp ./../src/share/bin/splashscreen.h ./../src/share/bin/splashscreen_stubs.c ./../src/share/bin/java.h ./../src/share/bin/parse_manifest.c ./../src/share/bin/java.c ./../src/share/bin/emessages.h ./../src/share/bin/wildcard.h ./../src/share/bin/version_comp.h ./../src/share/bin/main.c ./../src/share/bin/wildcard.c ./../src/share/bin/version_comp.c ./../src/share/bin/manifest_info.h ./../src/share/bin/jli_util.h ./../src/share/bin/defines.h ./../src/share/bin/jli_util.c ./../src/solaris/bin/java_md_solinux.h ./../src/solaris/bin/java_md_solinux.c ./../src/solaris/bin/java_md.h ./../src/solaris/bin/java_md_common.c /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/src/launcher cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/src && /usr/bin/zip -qr ../src.zip * zip I/O error: No space left on device zip error: Output file write failure (write error on zip file) make[3]: *** [initial-image-jdk] Error 14 make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/make' make[2]: *** [jdk-build] Error 2 make[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk' make[1]: *** [build_product_image] Error 2 make[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk' make: *** [stamps/icedtea.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Fri Feb 8 21:05:40 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sat, 9 Feb 2013 00:05:40 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1254 In-Reply-To: <1221686239.339.1360321645221.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1221686239.339.1360321645221.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <379815674.347.1360386340260.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1254/> ------------------------------------------ [...truncated 2566 lines...] patching file openjdk/jdk/test/sun/security/pkcs11/MessageDigest/TestCloning.java Checking patches/merge_fix.patch Applying patches/merge_fix.patch patching file openjdk/jdk/src/share/classes/java/awt/Window.java patching file openjdk/jdk/src/share/classes/sun/awt/AWTAccessor.java Checking patches/openjdk/6763340-corba_memory_leak.patch Applying patches/openjdk/6763340-corba_memory_leak.patch patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/interceptors/ClientRequestInfoImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/interceptors/PIHandlerImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/interceptors/PINoOpHandlerImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/interceptors/RequestInfoImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/protocol/CorbaClientRequestDispatcherImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/spi/protocol/PIHandler.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/spi/protocol/RetryType.java Checking patches/openjdk/6980681-corba_deadlock.patch Applying patches/openjdk/6980681-corba_deadlock.patch patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java Checking patches/openjdk/7162902-corba_fixes.patch Applying patches/openjdk/7162902-corba_fixes.patch patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/encoding/CachedCodeBase.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/interceptors/PIHandlerImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/interceptors/PINoOpHandlerImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/monitoring/MonitoringManagerFactoryImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/monitoring/MonitoringManagerImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolManagerImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/WorkQueueImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/protocol/CorbaMessageMediatorImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/impl/transport/SelectorImpl.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/spi/logging/data/ORBUtil.mc patching file openjdk/corba/src/share/classes/com/sun/corba/se/spi/monitoring/MonitoringManagerFactory.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/spi/monitoring/MonitoringManager.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/spi/orb/ORB.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/ThreadPool.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolManager.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/spi/protocol/PIHandler.java patching file openjdk/corba/src/share/classes/com/sun/corba/se/spi/protocol/RequestDispatcherRegistry.java Checking patches/traceable.patch Applying patches/traceable.patch patching file openjdk/jdk/make/tools/src/build/tools/generatebreakiteratordata/GenerateBreakIteratorData.java Checking patches/rhino.patch Applying patches/rhino.patch patching file openjdk/jdk/make/com/sun/Makefile patching file openjdk/jdk/make/com/sun/script/Makefile patching file openjdk/jdk/make/common/Release.gmk patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/ExternalScriptable.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JSAdapter.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoClassShutter.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoCompiledScript.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngineFactory.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoTopLevel.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoWrapFactory.java Checking patches/openjdk/6307603-xrender-01.patch Applying patches/openjdk/6307603-xrender-01.patch patching file openjdk/jdk/make/sun/awt/mapfile-mawt-vers patching file openjdk/jdk/make/sun/awt/mapfile-vers-linux Hunk #1 succeeded at 428 (offset 2 lines). patching file openjdk/jdk/make/sun/headless/mapfile-vers patching file openjdk/jdk/make/sun/jawt/Makefile patching file openjdk/jdk/make/sun/xawt/FILES_c_unix.gmk patching file openjdk/jdk/make/sun/xawt/Makefile patching file openjdk/jdk/make/sun/xawt/mapfile-vers Hunk #2 succeeded at 340 (offset 2 lines). patching file openjdk/jdk/src/share/classes/sun/font/GlyphDisposedListener.java patching file openjdk/jdk/src/share/classes/sun/font/StrikeCache.java patching file openjdk/jdk/src/share/classes/sun/java2d/pipe/BufferedPaints.java patching file openjdk/jdk/src/share/classes/sun/java2d/pipe/RenderBuffer.java patching file openjdk/jdk/src/share/classes/sun/java2d/pisces/META-INF/services/sun.java2d.pipe.RenderingEngine patching file openjdk/jdk/src/share/native/sun/font/AccelGlyphCache.c patching file openjdk/jdk/src/share/native/sun/font/fontscalerdefs.h patching file openjdk/jdk/src/share/native/sun/font/freetypeScaler.c patching file openjdk/jdk/src/share/native/sun/font/sunFont.c patching file openjdk/jdk/src/share/native/sun/java2d/opengl/OGLTextRenderer.c patching file openjdk/jdk/src/solaris/classes/sun/awt/X11GraphicsDevice.java patching file openjdk/jdk/src/solaris/classes/sun/awt/X11GraphicsEnvironment.java patching file openjdk/jdk/src/solaris/classes/sun/font/XRGlyphCacheEntry.java patching file openjdk/jdk/src/solaris/classes/sun/font/XRGlyphCache.java patching file openjdk/jdk/src/solaris/classes/sun/font/XRTextRenderer.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/jules/IdleTileCache.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/jules/JulesAATileGenerator.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/jules/JulesPathBuf.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/jules/JulesRenderingEngine.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/jules/JulesShapePipe.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/jules/JulesTile.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/jules/TileWorker.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/jules/TrapezoidList.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/SurfaceManagerFactory.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/x11/X11SurfaceData.java Hunk #2 succeeded at 65 (offset 1 line). Hunk #3 succeeded at 75 (offset 1 line). Hunk #4 succeeded at 199 (offset 1 line). Hunk #5 succeeded at 233 (offset 1 line). Hunk #6 succeeded at 420 (offset 15 lines). Hunk #7 succeeded at 583 (offset 15 lines). Hunk #8 succeeded at 596 (offset 15 lines). patching file openjdk/jdk/src/solaris/classes/sun/java2d/x11/XSurfaceData.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/DirtyRegion.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/GrowableByteArray.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/GrowableEltArray.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/GrowableIntArray.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/GrowablePointArray.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/GrowableRectArray.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/MaskTile.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/MaskTileManager.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/MutableInteger.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XcbRequestCounter.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XIDGenerator.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRBackend.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRBackendNative.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRColor.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRCompositeManager.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRDrawImage.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRGraphicsConfig.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRMaskBlit.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRMaskFill.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRMaskImage.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRPaints.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRPMBlitLoops.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRRenderer.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRSurfaceData.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRSurfaceDataProxy.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRUtils.java patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRVolatileSurfaceManager.java patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/X11SurfaceData.c Hunk #6 succeeded at 249 (offset 17 lines). Hunk #7 succeeded at 321 (offset 17 lines). Hunk #8 succeeded at 332 (offset 17 lines). Hunk #9 succeeded at 403 (offset 17 lines). Hunk #10 succeeded at 417 (offset 17 lines). Hunk #11 succeeded at 428 (offset 17 lines). Hunk #12 succeeded at 457 (offset 17 lines). Hunk #13 succeeded at 477 (offset 17 lines). Hunk #14 succeeded at 756 (offset 17 lines). Hunk #15 succeeded at 1605 (offset 17 lines). Hunk #16 succeeded at 1635 (offset 17 lines). Hunk #17 succeeded at 1650 (offset 17 lines). Hunk #18 succeeded at 1725 (offset 17 lines). patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/X11SurfaceData.h patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRBackendNative.c patching file openjdk/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c Checking patches/openjdk/6961633-xrender-02.patch Applying patches/openjdk/6961633-xrender-02.patch patching file openjdk/jdk/make/sun/pisces/Makefile Hunk #1 succeeded at 53 (offset 1 line). patching file openjdk/jdk/src/share/classes/sun/java2d/pisces/META-INF/services/sun.java2d.pipe.RenderingEngine patching file openjdk/jdk/src/solaris/classes/sun/java2d/pisces/META-INF/services/sun.java2d.pipe.RenderingEngine Checking patches/openjdk/7018387-xrender_gc_leak.patch Applying patches/openjdk/7018387-xrender_gc_leak.patch patching file openjdk/jdk/src/solaris/classes/sun/java2d/xr/XRSurfaceData.java Checking patches/sdt-jni.patch Applying patches/sdt-jni.patch patching file openjdk/hotspot/src/share/vm/prims/jni.cpp Hunk #3 succeeded at 1992 (offset 2 lines). Checking patches/sdt-dtrace-hpp.patch Applying patches/sdt-dtrace-hpp.patch patching file openjdk/hotspot/src/share/vm/utilities/dtrace.hpp Checking patches/sdt-make.patch Applying patches/sdt-make.patch patching file openjdk/hotspot/make/linux/makefiles/dtrace.make patching file openjdk/hotspot/make/linux/makefiles/vm.make Hunk #1 succeeded at 317 (offset -70 lines). Checking patches/sdt-arguments.patch Applying patches/sdt-arguments.patch patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp Hunk #1 succeeded at 2582 (offset 122 lines). Checking patches/systemtap_gc.patch Applying patches/systemtap_gc.patch patching file openjdk/hotspot/src/share/vm/compiler/oopMap.cpp Hunk #2 succeeded at 679 (offset -2 lines). patching file openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp Hunk #2 succeeded at 439 (offset -1 lines). Hunk #4 succeeded at 3421 (offset 32 lines). patching file openjdk/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp Hunk #2 succeeded at 87 with fuzz 1 (offset -2 lines). Hunk #3 succeeded at 114 (offset 3 lines). patching file openjdk/hotspot/src/share/vm/memory/tenuredGeneration.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp Hunk #2 succeeded at 857 (offset -27 lines). Hunk #3 succeeded at 999 (offset -42 lines). patching file openjdk/hotspot/src/share/vm/memory/defNewGeneration.cpp Hunk #2 succeeded at 49 (offset -3 lines). Hunk #3 succeeded at 529 (offset -3 lines). Hunk #4 succeeded at 660 (offset -8 lines). patching file openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp Hunk #2 succeeded at 1651 (offset -2 lines). patching file openjdk/hotspot/src/share/vm/memory/generation.cpp Hunk #2 succeeded at 479 (offset 3 lines). patching file openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp Hunk #1 succeeded at 49 (offset -2 lines). Hunk #2 succeeded at 232 with fuzz 2 (offset -3 lines). Hunk #3 succeeded at 252 (offset -6 lines). patching file openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp Hunk #2 succeeded at 782 (offset -30 lines). icedtea_version="1.13.0pre+rd8acef41b7b6" ; \ if test "xno" = "xyes" || \ test "xno" = "xyes"; then \ echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \ >>openjdk/jdk/make/common/shared/Defs.gmk ; \ echo "PRODUCT_NAME=IcedTea6" \ >>openjdk/jdk/make/common/shared/Defs.gmk ; \ else \ echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \ >>openjdk/jdk/make/common/shared/Defs.gmk ; \ fi ; echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ; cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build chmod -R ug+rwX overlays.build cp -a overlays.build/openjdk/* openjdk/ cp -a overlays.build/jpeg/openjdk/* openjdk/ rm -rf overlays.build touch stamps/overlay.stamp if ! test -d openjdk-ecj ; then \ cp -pPRl openjdk openjdk-ecj ; \ fi cp: cannot create directory `openjdk-ecj/jdk/test/java/security/cert/CertificateFactory': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/cert/PKIXBuilderParameters': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/cert/CertPathValidator': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/cert/PolicyNode': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/cert/X509CertSelector': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/cert/PKIXParameters': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/cert/pkix': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/cert/CertPath': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/KeyFactory': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/PrivilegedActionException': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/SecureRandom': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/SignedObject': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/Signature': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/Exceptions': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/ProtectionDomain': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/security/Security': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/java/net': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/vm': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/closed': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/javax': No space left on device cp: cannot create directory `openjdk-ecj/jdk/test/tools': No space left on device cp: cannot create directory `openjdk-ecj/jdk/src': No space left on device cp: cannot create directory `openjdk-ecj/jdk/make': No space left on device cp: cannot create directory `openjdk-ecj/test': No space left on device cp: cannot create directory `openjdk-ecj/hotspot': No space left on device cp: cannot create directory `openjdk-ecj/jaxws': No space left on device cp: cannot create directory `openjdk-ecj/make': No space left on device cp: cannot create directory `openjdk-ecj/langtools': No space left on device make: *** [stamps/extract-ecj.stamp] Error 1 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Wed Feb 13 19:33:41 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Wed, 13 Feb 2013 22:33:41 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1261 In-Reply-To: <379815674.347.1360386340260.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <379815674.347.1360386340260.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1963448085.348.1360812822572.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1261/> ------------------------------------------ [...truncated 342156 lines...] if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/openjdk6.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/hs20.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/icedtea6-target-testing/openjdk checking for IcedTea Mercurial revision ID... r7d578c967e3d checking for JDK Mercurial revision ID... none checking for HotSpot Mercurial revision ID... none checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Wed Feb 13 22:33:22 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hs20.tar.gz checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm set -e ; \ if ! test -d openjdk ; \ then \ mkdir openjdk ; \ /bin/tar xf openjdk-6-src-b27-26_oct_2012.tar.gz -C openjdk; \ chmod -R ug+w openjdk ; \ sh /notnfs/nighttester/icedtea6-target-testing/fsg.sh ; \ fi Further liberating OpenJDK... mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Thu Feb 14 02:21:34 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Thu, 14 Feb 2013 05:21:34 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1262 In-Reply-To: <1963448085.348.1360812822572.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1963448085.348.1360812822572.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1340858752.351.1360837295599.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1262/> ------------------------------------------ [...truncated 342375 lines...] if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/openjdk6.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/hs20.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/icedtea6-target-testing/openjdk checking for IcedTea Mercurial revision ID... ra31bd9ed229b checking for JDK Mercurial revision ID... none checking for HotSpot Mercurial revision ID... none checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Thu Feb 14 05:21:11 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hs20.tar.gz checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm set -e ; \ if ! test -d openjdk ; \ then \ mkdir openjdk ; \ /bin/tar xf openjdk-6-src-b27-26_oct_2012.tar.gz -C openjdk; \ chmod -R ug+w openjdk ; \ sh /notnfs/nighttester/icedtea6-target-testing/fsg.sh ; \ fi Further liberating OpenJDK... mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Thu Feb 14 08:27:04 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Thu, 14 Feb 2013 11:27:04 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #767 In-Reply-To: <904572782.342.1360343182043.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <904572782.342.1360343182043.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <7667069.353.1360859225996.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6hgTargetTesting/767/> ------------------------------------------ [...truncated 342371 lines...] rm -f stamps/rewriter.stamp rm -rf rhino/rhino.old rm -rf rhino/rhino.new rm -f rhino/rhino.jar if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-openjdk-src-dir=/notnfs/nighttester/jdk6/ --with-parallel-jobs=3 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6-hg.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6-hg.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6-hg.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/jdk6/ checking if /notnfs/nighttester/jdk6//README exists... yes checking if we can hard link rather than copy the OpenJDK source directory... yes checking for IcedTea Mercurial revision ID... r55720644035f+ checking for JDK Mercurial revision ID... rf4bdaaa86ea8+ checking for HotSpot Mercurial revision ID... rcd74fab0a5e3 checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Thu Feb 14 11:26:33 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... 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 JAXP drop zip... /notnfs/nighttester/drops/jaxp6-hg.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6-hg.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6-hg.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... 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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm if ! test -d openjdk ; then \ cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \ fi mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Thu Feb 14 13:30:52 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Thu, 14 Feb 2013 16:30:52 -0500 (EST) Subject: Jenkins build is back to normal : IcedTea7TargetTesting #1214 In-Reply-To: <236571212.343.1360356868071.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <236571212.343.1360356868071.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <220983418.354.1360877453228.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea7TargetTesting/1214/changes> From gnu.andrew at redhat.com Thu Feb 14 21:03:34 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 15 Feb 2013 00:03:34 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1263 In-Reply-To: <1340858752.351.1360837295599.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1340858752.351.1360837295599.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <582550316.355.1360904614163.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1263/> ------------------------------------------ [...truncated 303 lines...] 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... hs23 checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Fri Feb 15 00:03:29 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hs20.tar.gz checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip 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 for additional virtual machines to build... none 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile 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 javac config.status: creating javap config.status: creating tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make env-ecj unset JAVA_HOME export ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b27" JDK_UPDATE_VERSION="27" JRE_RELEASE_VERSION="1.6.0_27-b27" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-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" JAVAC="" JAVA_HOME="" JDK_HOME="" ANT_RESPECT_JAVA_HOME="TRUE" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Fri Feb 15 00:03:29 EST 2013)" DERIVATIVE_ID="IcedTea6 1.13.0pre+r06c8caca7d7c" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea6-target-testing/drops" VERBOSE="" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build" STATIC_CXX="false" BUILD_GCC=gcc BUILD_CXX=g++ RHINO_JAR="/notnfs/nighttester/icedtea6-target-testing/rhino/rhino.jar" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj" JAVA_TOOLS_DIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin" ICEDTEA_RT="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_CLS_RT="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes:/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" BOOTCLASSPATH_CLS="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_RT_LIBGCJ="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" GENSRCDIR="/notnfs/nighttester/icedtea6-target-testing/generated.build" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="" DISABLE_NIMBUS="true" NO_DOCS="true" XSLT="/usr/bin/xsltproc" + make extract-ecj mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxp6.zip drops/jaxp144_04.zip if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jaxp144_04.zip ] ; \ then \ mv drops/jaxp144_04.zip drops/jaxp144_04.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jaxp144_04.zip -O drops/jaxp144_04.zip; \ if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxp drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXP drop zip available"; exit -1; \ fi ; \ fi ; drops/jaxp144_04.zip: OK mkdir -p stamps touch stamps/download-jaxp-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxws6.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaxws2_1_6-2011_06_13.zip ] ; \ then \ mv drops/jdk6-jaxws2_1_6-2011_06_13.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaxws2_1_6-2011_06_13.zip -O drops/jdk6-jaxws2_1_6-2011_06_13.zip; \ if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxws drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXWS drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK mkdir -p stamps touch stamps/download-jaxws-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaf6.zip drops/jdk6-jaf-b20.zip if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaf-b20.zip ] ; \ then \ mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \ if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaf drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAF drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaf-b20.zip: OK mkdir -p stamps touch stamps/download-jaf-drop.stamp mkdir -p stamps touch stamps/download-drops.stamp mkdir -p stamps touch stamps/download-cacao.stamp mkdir -p stamps touch stamps/download-jamvm.stamp mkdir -p stamps touch stamps/hgforest.stamp ln -sf /notnfs/nighttester/drops/openjdk6.tar.gz openjdk-6-src-b27-26_oct_2012.tar.gz mkdir -p stamps touch stamps/download-openjdk.stamp ln -sf /notnfs/nighttester/drops/hs20.tar.gz hotspot.tar.gz hotspot_sha256sum="`gawk 'version==$1 {print $4}' version=hs23 \ /notnfs/nighttester/icedtea6-target-testing/hotspot.map`" ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -e hotspot.tar.gz ] ; then \ mv hotspot.tar.gz hotspot.tar.gz.old ; \ fi ; \ hotspot_url="`gawk 'version==$1 {print $2 "/archive/" $3 ".tar.gz"}' \ version=hs23 /notnfs/nighttester/icedtea6-target-testing/hotspot.map`"; \ /usr/bin/wget ${hotspot_url} -O hotspot.tar.gz ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; then \ echo "ERROR: Bad download of HotSpot zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date HotSpot zip available"; exit -1; \ fi ; \ fi hotspot.tar.gz: FAILED /usr/bin/sha256sum: WARNING: 1 computed checksum did NOT match ERROR: No up-to-date HotSpot zip available make: *** [stamps/download-hotspot.stamp] Error 255 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Fri Feb 15 03:00:10 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 15 Feb 2013 06:00:10 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #768 In-Reply-To: <7667069.353.1360859225996.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <7667069.353.1360859225996.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1669870113.356.1360926011268.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6hgTargetTesting/768/> ------------------------------------------ [...truncated 342368 lines...] rm -f stamps/rewriter.stamp rm -rf rhino/rhino.old rm -rf rhino/rhino.new rm -f rhino/rhino.jar if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp rm -f stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj ] ; then \ mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib ; \ cp /usr/lib/jvm/java-1.6.0/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar ; \ fi rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory.stamp rm -rf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj rm -f stamps/bootstrap-directory-ecj.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink.stamp rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-ecj.stamp rm -f stamps/fonts.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi + ./configure --enable-jamvm --with-openjdk-src-dir=/notnfs/nighttester/jdk6/ --with-parallel-jobs=3 --with-cacao-src-zip=/notnfs/nighttester/drops/cacao/cacao6.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp6-hg.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf6-hg.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws6-hg.zip --with-jamvm-src-zip=/notnfs/nighttester/drops/jamvm/jamvm6.tar.gz --enable-systemtap --disable-downloading checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none 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 make... /usr/bin/make checking for gzip... /bin/gzip checking for ant... /usr/bin/ant checking for find... /bin/find checking for patch... /usr/bin/patch checking for tar... /bin/tar checking for chmod... /bin/chmod checking for sha256sum... /usr/bin/sha256sum checking for wget... /usr/bin/wget checking for zip... /usr/bin/zip checking for unzip... /usr/bin/unzip checking for cpio... /bin/cpio checking for file... /usr/bin/file checking for fastjar... fastjar checking for ldd... ldd checking for gawk... /bin/gawk checking for hg... /usr/bin/hg checking for an OpenJDK source directory... /notnfs/nighttester/jdk6/ checking if /notnfs/nighttester/jdk6//README exists... yes checking if we can hard link rather than copy the OpenJDK source directory... yes checking for IcedTea Mercurial revision ID... r55720644035f+ checking for JDK Mercurial revision ID... rf4bdaaa86ea8+ checking for HotSpot Mercurial revision ID... rcd74fab0a5e3 checking for lsb_release... /usr/bin/lsb_release checking whether to compile ecj natively... no checking which HotSpot build to use... original checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Fri Feb 15 05:59:31 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... 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 JAXP drop zip... /notnfs/nighttester/drops/jaxp6-hg.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6-hg.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6-hg.zip checking whether to use CACAO as VM... no 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 whether to use JamVM as VM... yes 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 use the Shark JIT... no 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 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... 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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating nss.cfg config.status: creating javac config.status: creating javap 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 tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make jamvm if ! test -d openjdk ; then \ cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \ fi mkdir -p openjdk/jdk/src/solaris/bin/amd64 cp jvm.jamvm.cfg openjdk/jdk/src/solaris/bin/amd64/jvm.cfg mkdir -p stamps touch stamps/extract-openjdk.stamp mkdir -p stamps touch stamps/extract-cacao.stamp set -e ; \ if ! test -d jamvm ; \ then \ mkdir jamvm ; \ /bin/tar xf jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz -C jamvm ; \ dir=$(basename jamvm/jamvm-*) ; \ ln -s $dir jamvm/jamvm ; \ fi /bin/tar: jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz: Cannot open: No such file or directory /bin/tar: Error is not recoverable: exiting now make: *** [stamps/extract-jamvm.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Fri Feb 15 06:58:55 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 15 Feb 2013 09:58:55 -0500 (EST) Subject: Build failed in Jenkins: IcedTea7TargetTesting #1215 Message-ID: <1640954687.357.1360940336794.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea7TargetTesting/1215/> ------------------------------------------ [...truncated 302676 lines...] libjli.so => /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/../jre/lib/amd64/jli/libjli.so (0x00007fd52ffcf000) libdl.so.2 => /lib64/libdl.so.2 (0x00000039b3c00000) libc.so.6 => /lib64/libc.so.6 (0x00000039b3400000) /lib64/ld-linux-x86-64.so.2 (0x00000039b3000000) libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00000039b7400000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00000039b4c00000) libz.so.1 => /lib64/libz.so.1 (0x00000039b4400000) libXau.so.6 => /usr/lib64/libXau.so.6 (0x00000039b7c00000) RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/policytool 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libX11.so.6] 0x0000000000000001 (NEEDED) Shared library: [libjli.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:$ORIGIN/../jre/lib/amd64/jli:$ORIGIN/../lib/amd64:$ORIGIN/../jre/lib/amd64] Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/jstack Library loads for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/jstack linux-vdso.so.1 => (0x00007fffd1bf0000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00000039b3800000) libjli.so => /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/../jre/lib/amd64/jli/libjli.so (0x00007f52ab3ea000) libdl.so.2 => /lib64/libdl.so.2 (0x00000039b3c00000) libc.so.6 => /lib64/libc.so.6 (0x00000039b3400000) /lib64/ld-linux-x86-64.so.2 (0x00000039b3000000) libz.so.1 => /lib64/libz.so.1 (0x00000039b4400000) RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/jstack 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libjli.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:$ORIGIN/../jre/lib/amd64/jli:$ORIGIN/../lib/amd64:$ORIGIN/../jre/lib/amd64] Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/wsimport Library loads for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/wsimport linux-vdso.so.1 => (0x00007fff95ace000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00000039b3800000) libjli.so => /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/../jre/lib/amd64/jli/libjli.so (0x00007f36bee0b000) libdl.so.2 => /lib64/libdl.so.2 (0x00000039b3c00000) libc.so.6 => /lib64/libc.so.6 (0x00000039b3400000) /lib64/ld-linux-x86-64.so.2 (0x00000039b3000000) libz.so.1 => /lib64/libz.so.1 (0x00000039b4400000) RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/wsimport 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libjli.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:$ORIGIN/../jre/lib/amd64/jli:$ORIGIN/../lib/amd64:$ORIGIN/../jre/lib/amd64] Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/tnameserv Library loads for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/tnameserv linux-vdso.so.1 => (0x00007fffae9ff000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00000039b3800000) libjli.so => /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/../jre/lib/amd64/jli/libjli.so (0x00007f5b1ed62000) libdl.so.2 => /lib64/libdl.so.2 (0x00000039b3c00000) libc.so.6 => /lib64/libc.so.6 (0x00000039b3400000) /lib64/ld-linux-x86-64.so.2 (0x00000039b3000000) libz.so.1 => /lib64/libz.so.1 (0x00000039b4400000) RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/tnameserv 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libjli.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:$ORIGIN/../jre/lib/amd64/jli:$ORIGIN/../lib/amd64:$ORIGIN/../jre/lib/amd64] Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/jconsole Library loads for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/jconsole linux-vdso.so.1 => (0x00007fff9a9ff000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00000039b3800000) libjli.so => /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/../jre/lib/amd64/jli/libjli.so (0x00007fb9bbdf1000) libdl.so.2 => /lib64/libdl.so.2 (0x00000039b3c00000) libc.so.6 => /lib64/libc.so.6 (0x00000039b3400000) /lib64/ld-linux-x86-64.so.2 (0x00000039b3000000) libz.so.1 => /lib64/libz.so.1 (0x00000039b4400000) RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/jconsole 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libjli.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:$ORIGIN/../jre/lib/amd64/jli:$ORIGIN/../lib/amd64:$ORIGIN/../jre/lib/amd64] Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/jdb Library loads for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/jdb linux-vdso.so.1 => (0x00007fffddfff000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00000039b3800000) libjli.so => /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/../jre/lib/amd64/jli/libjli.so (0x00007f7d40ba9000) libdl.so.2 => /lib64/libdl.so.2 (0x00000039b3c00000) libc.so.6 => /lib64/libc.so.6 (0x00000039b3400000) /lib64/ld-linux-x86-64.so.2 (0x00000039b3000000) libz.so.1 => /lib64/libz.so.1 (0x00000039b4400000) RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/jdb 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libjli.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:$ORIGIN/../jre/lib/amd64/jli:$ORIGIN/../lib/amd64:$ORIGIN/../jre/lib/amd64] Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/jcmd Library loads for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/jcmd linux-vdso.so.1 => (0x00007fff1e85d000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00000039b3800000) libjli.so => /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/../jre/lib/amd64/jli/libjli.so (0x00007fe98600e000) libdl.so.2 => /lib64/libdl.so.2 (0x00000039b3c00000) libc.so.6 => /lib64/libc.so.6 (0x00000039b3400000) /lib64/ld-linux-x86-64.so.2 (0x00000039b3000000) libz.so.1 => /lib64/libz.so.1 (0x00000039b4400000) RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/jcmd 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libjli.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:$ORIGIN/../jre/lib/amd64/jli:$ORIGIN/../lib/amd64:$ORIGIN/../jre/lib/amd64] Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/java Library loads for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/java linux-vdso.so.1 => (0x00007fffbc9ff000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00000039b3800000) libjli.so => /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/../jre/lib/amd64/jli/libjli.so (0x00007f5f9e9a8000) libdl.so.2 => /lib64/libdl.so.2 (0x00000039b3c00000) libc.so.6 => /lib64/libc.so.6 (0x00000039b3400000) /lib64/ld-linux-x86-64.so.2 (0x00000039b3000000) libz.so.1 => /lib64/libz.so.1 (0x00000039b4400000) RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/java 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libjli.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:$ORIGIN/../jre/lib/amd64/jli:$ORIGIN/../lib/amd64:$ORIGIN/../jre/lib/amd64] Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/wsgen Library loads for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/wsgen linux-vdso.so.1 => (0x00007fff46a9d000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00000039b3800000) libjli.so => /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/../jre/lib/amd64/jli/libjli.so (0x00007f00e2d05000) libdl.so.2 => /lib64/libdl.so.2 (0x00000039b3c00000) libc.so.6 => /lib64/libc.so.6 (0x00000039b3400000) /lib64/ld-linux-x86-64.so.2 (0x00000039b3000000) libz.so.1 => /lib64/libz.so.1 (0x00000039b4400000) RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/wsgen 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libjli.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:$ORIGIN/../jre/lib/amd64/jli:$ORIGIN/../lib/amd64:$ORIGIN/../jre/lib/amd64] Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/native2ascii Library loads for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/native2ascii linux-vdso.so.1 => (0x00007fffad7ff000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00000039b3800000) libjli.so => /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/../jre/lib/amd64/jli/libjli.so (0x00007f6640806000) libdl.so.2 => /lib64/libdl.so.2 (0x00000039b3c00000) libc.so.6 => /lib64/libc.so.6 (0x00000039b3400000) /lib64/ld-linux-x86-64.so.2 (0x00000039b3000000) libz.so.1 => /lib64/libz.so.1 (0x00000039b4400000) RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/native2ascii 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libjli.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:$ORIGIN/../jre/lib/amd64/jli:$ORIGIN/../lib/amd64:$ORIGIN/../jre/lib/amd64] Checking for mapfile use in: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/javac Library loads for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/javac linux-vdso.so.1 => (0x00007fffb6bff000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00000039b3800000) libjli.so => /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/../jre/lib/amd64/jli/libjli.so (0x00007f43da36b000) libdl.so.2 => /lib64/libdl.so.2 (0x00000039b3c00000) libc.so.6 => /lib64/libc.so.6 (0x00000039b3400000) /lib64/ld-linux-x86-64.so.2 (0x00000039b3000000) libz.so.1 => /lib64/libz.so.1 (0x00000039b4400000) RUNPATH for: /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/bin/javac 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libjli.so] 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../lib/amd64/jli:$ORIGIN/../jre/lib/amd64/jli:$ORIGIN/../lib/amd64:$ORIGIN/../jre/lib/amd64] rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/jdk-bin-files.list >>>Making sec-files @ Fri Feb 15 09:58:54 EST 2013 ... /bin/mkdir -p . rm -f sec-files rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/sec-bin.zip cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build && \ /usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/openjdk.build/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class >>>Making sec-files-win @ Fri Feb 15 09:58:54 EST 2013 ... >>>Making jgss-files @ Fri Feb 15 09:58:54 EST 2013 ... >>>Finished making images @ Fri Feb 15 09:58:54 EST 2013 ... make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk/jdk/make' ######################################################################## ##### Leaving jdk for target(s) sanity all docs images ##### ######################################################################## ##### Build time 00:15:24 jdk for target(s) sanity all docs images ##### ######################################################################## #-- Build times ---------- Target all_product_build Start 2013-02-15 09:29:11 End 2013-02-15 09:58:54 00:02:20 corba 00:10:15 hotspot 00:00:24 jaxp 00:00:29 jaxws 00:15:24 jdk 00:00:51 langtools 00:29:43 TOTAL ------------------------- make[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk' make[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk' /notnfs/nighttester/icedtea7-target-testing/pax-mark-vm /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64 mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/amd64 mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/ext mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/ext IcedTea is served: /notnfs/nighttester/icedtea7-target-testing/openjdk.build mkdir -p stamps touch stamps/icedtea.stamp printf -- '-cacao ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg touch stamps/add-cacao.stamp mkdir -p stamps printf -- '-zero ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg printf -- '-shark ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg touch stamps/add-zero.stamp printf -- '-jamvm ERROR\n' >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg touch stamps/add-jamvm.stamp mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset ; \ grep "client IGNORE" /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg; \ if test $? -eq 0; then \ sed -e '/\/client\/libjvm.so/d' \ < /notnfs/nighttester/icedtea7-target-testing/tapset/hotspot.stp \ > /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset/hotspot.stp; \ sed -e '/\/client\/libjvm.so/d' \ < /notnfs/nighttester/icedtea7-target-testing/tapset/hotspot_jni.stp \ > /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \ sed -e '/\/client\/libjvm.so/d' \ < /notnfs/nighttester/icedtea7-target-testing/tapset/hotspot_gc.stp \ > /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \ else \ cp /notnfs/nighttester/icedtea7-target-testing/tapset/hotspot.stp \ /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset/hotspot.stp; \ cp /notnfs/nighttester/icedtea7-target-testing/tapset/hotspot_jni.stp \ /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset/hotspot_jni.stp; \ cp /notnfs/nighttester/icedtea7-target-testing/tapset/hotspot_gc.stp \ /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset/hotspot_gc.stp; \ fi; \ cp /notnfs/nighttester/icedtea7-target-testing/tapset/jstack.stp \ /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset/jstack.stp -client IGNORE touch stamps/add-systemtap.stamp touch stamps/add-pulseaudio.stamp if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib ] ; then \ cp -v /notnfs/nighttester/icedtea7-target-testing/tz.properties \ /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib ; \ fi `/notnfs/nighttester/icedtea7-target-testing/tz.properties' -> `/notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties' touch stamps/add-tzdata-support.stamp mkdir -p stamps touch stamps/icedtea-stage2.stamp + lean /notnfs/nighttester/nightly-tester-scripts/icedtea7-target-testing: line 95: lean: command not found + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Fri Feb 15 21:51:58 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sat, 16 Feb 2013 00:51:58 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1264 In-Reply-To: <582550316.355.1360904614163.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <582550316.355.1360904614163.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <507165521.358.1360993918213.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1264/> ------------------------------------------ [...truncated 299 lines...] 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... hs23 checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Sat Feb 16 00:51:52 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hs20.tar.gz checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip 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 for additional virtual machines to build... none 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile 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 javac config.status: creating javap config.status: creating tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make env-ecj unset JAVA_HOME export ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b27" JDK_UPDATE_VERSION="27" JRE_RELEASE_VERSION="1.6.0_27-b27" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-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" JAVAC="" JAVA_HOME="" JDK_HOME="" ANT_RESPECT_JAVA_HOME="TRUE" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Sat Feb 16 00:51:52 EST 2013)" DERIVATIVE_ID="IcedTea6 1.13.0pre+r06c8caca7d7c" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea6-target-testing/drops" VERBOSE="" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build" STATIC_CXX="false" BUILD_GCC=gcc BUILD_CXX=g++ RHINO_JAR="/notnfs/nighttester/icedtea6-target-testing/rhino/rhino.jar" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj" JAVA_TOOLS_DIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin" ICEDTEA_RT="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_CLS_RT="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes:/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" BOOTCLASSPATH_CLS="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_RT_LIBGCJ="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" GENSRCDIR="/notnfs/nighttester/icedtea6-target-testing/generated.build" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="" DISABLE_NIMBUS="true" NO_DOCS="true" XSLT="/usr/bin/xsltproc" + make extract-ecj mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxp6.zip drops/jaxp144_04.zip if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jaxp144_04.zip ] ; \ then \ mv drops/jaxp144_04.zip drops/jaxp144_04.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jaxp144_04.zip -O drops/jaxp144_04.zip; \ if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxp drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXP drop zip available"; exit -1; \ fi ; \ fi ; drops/jaxp144_04.zip: OK mkdir -p stamps touch stamps/download-jaxp-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxws6.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaxws2_1_6-2011_06_13.zip ] ; \ then \ mv drops/jdk6-jaxws2_1_6-2011_06_13.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaxws2_1_6-2011_06_13.zip -O drops/jdk6-jaxws2_1_6-2011_06_13.zip; \ if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxws drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXWS drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK mkdir -p stamps touch stamps/download-jaxws-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaf6.zip drops/jdk6-jaf-b20.zip if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaf-b20.zip ] ; \ then \ mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \ if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaf drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAF drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaf-b20.zip: OK mkdir -p stamps touch stamps/download-jaf-drop.stamp mkdir -p stamps touch stamps/download-drops.stamp mkdir -p stamps touch stamps/download-cacao.stamp mkdir -p stamps touch stamps/download-jamvm.stamp mkdir -p stamps touch stamps/hgforest.stamp ln -sf /notnfs/nighttester/drops/openjdk6.tar.gz openjdk-6-src-b27-26_oct_2012.tar.gz mkdir -p stamps touch stamps/download-openjdk.stamp ln -sf /notnfs/nighttester/drops/hs20.tar.gz hotspot.tar.gz hotspot_sha256sum="`gawk 'version==$1 {print $4}' version=hs23 \ /notnfs/nighttester/icedtea6-target-testing/hotspot.map`" ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -e hotspot.tar.gz ] ; then \ mv hotspot.tar.gz hotspot.tar.gz.old ; \ fi ; \ hotspot_url="`gawk 'version==$1 {print $2 "/archive/" $3 ".tar.gz"}' \ version=hs23 /notnfs/nighttester/icedtea6-target-testing/hotspot.map`"; \ /usr/bin/wget ${hotspot_url} -O hotspot.tar.gz ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; then \ echo "ERROR: Bad download of HotSpot zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date HotSpot zip available"; exit -1; \ fi ; \ fi hotspot.tar.gz: FAILED /usr/bin/sha256sum: WARNING: 1 computed checksum did NOT match ERROR: No up-to-date HotSpot zip available make: *** [stamps/download-hotspot.stamp] Error 255 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Sat Feb 16 03:59:44 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sat, 16 Feb 2013 06:59:44 -0500 (EST) Subject: Jenkins build is back to normal : IcedTea6hgTargetTesting #769 In-Reply-To: <1669870113.356.1360926011268.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1669870113.356.1360926011268.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1287161601.362.1361015984869.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6hgTargetTesting/769/> From gnu.andrew at redhat.com Sat Feb 16 05:58:30 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sat, 16 Feb 2013 08:58:30 -0500 (EST) Subject: Build failed in Jenkins: IcedTea7TargetTesting #1216 In-Reply-To: <1640954687.357.1360940336794.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1640954687.357.1360940336794.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <85787958.363.1361023111208.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea7TargetTesting/1216/> ------------------------------------------ [...truncated 147415 lines...] rm -f stamps/bootstrap-directory-stage1.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory-stage2.stamp rm -f /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-stage1.stamp rm -f /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-stage2.stamp rm -f stamps/overlay.stamp if [ -e Defs.gmk.bak ] ; then \ mv Defs.gmk.bak openjdk/jdk/make/common/shared/Defs.gmk ; \ fi rm -f stamps/versioning.stamp if [ -e stamps/patch.stamp ] ; then \ all_patches_ok=yes; \ for p in patches/zero_libffi.patch patches/rhino.patch patches/systemtap_gc.patch ; \ do \ echo Checking $p ; \ if /usr/bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \ then \ echo Reverting $p ; \ /usr/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \ else \ all_patches_ok=no ; \ fi ; \ done ; \ cd /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk; \ for p in ; \ do \ echo Checking $p ; \ if /usr/bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \ then \ echo Reverting $p ; \ /usr/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \ else \ all_patches_ok=no ; \ fi ; \ done ; \ cd /notnfs/nighttester/icedtea7-target-testing ; \ if ! test x${all_patches_ok} = "xyes" ; then \ echo "WARNING Not all patches reverted cleanly" ; \ fi ; \ rm -f stamps/patch.stamp ; \ fi Checking patches/zero_libffi.patch Reverting patches/zero_libffi.patch patching file openjdk/hotspot/make/linux/makefiles/gcc.make patching file openjdk/hotspot/make/linux/makefiles/vm.make patching file openjdk/hotspot/make/linux/makefiles/zero.make Checking patches/rhino.patch Reverting patches/rhino.patch patching file openjdk/jdk/make/com/sun/Makefile patching file openjdk/jdk/make/com/sun/script/Makefile patching file openjdk/jdk/make/common/Release.gmk Hunk #1 succeeded at 838 (offset 17 lines). patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/ExternalScriptable.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JSAdapter.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoClassShutter.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoCompiledScript.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngineFactory.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoTopLevel.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoWrapFactory.java Checking patches/systemtap_gc.patch Reverting patches/systemtap_gc.patch patching file openjdk/hotspot/src/share/vm/compiler/oopMap.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp patching file openjdk/hotspot/src/share/vm/memory/defNewGeneration.cpp patching file openjdk/hotspot/src/share/vm/memory/generation.cpp patching file openjdk/hotspot/src/share/vm/memory/tenuredGeneration.cpp if [ -e stamps/patch-fsg.stamp ] ; then \ all_patches_ok=yes; \ for p in ; \ do \ echo Checking $p ; \ if /usr/bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \ then \ echo Reverting $p ; \ /usr/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \ else \ all_patches_ok=no ; \ fi ; \ done ; \ if ! test x${all_patches_ok} = "xyes" ; then \ echo "WARNING Not all patches reverted cleanly" ; \ fi ; \ rm -f stamps/patch-fsg.stamp ; \ fi rm -f stamps/remove-intree-libraries.stamp rm -f stamps/sanitise-openjdk.stamp rm -rf openjdk/hotspot rm -f stamps/extract-hotspot.stamp rm -rf openjdk rm -f stamps/extract-openjdk.stamp rm -rf cacao rm -f stamps/cacao.stamp rm -f stamps/extract-cacao.stamp rm -rf jamvm rm -f stamps/jamvm.stamp rm -f stamps/extract-jamvm.stamp rm -f stamps/extract.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/generated.build rm -f stamps/generated.stamp rm -f native-ecj rm -rf stamps/native-ecj.stamp rm -f stamps/hgforest.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \ sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ fi rm -f stamps/add-jamvm.stamp rm -f stamps/icedtea-stage2.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \ sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ fi rm -f stamps/add-jamvm-debug.stamp rm -f stamps/icedtea-debug-stage2.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/tapset rm -f stamps/add-systemtap-boot.stamp rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/amd64/libpulse-java.so rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2re-image/lib/amd64/libpulse-java.so rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/ext/pulse-java.jar rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2re-image/lib/ext/pulse-java.jar rm -f stamps/add-pulseaudio-boot.stamp if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ] ; then \ rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ; \ fi rm -f stamps/add-tzdata-support-boot.stamp rm -f stamps/icedtea-stage1.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark rm -rf zerovm if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \ sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ fi rm -f stamps/add-zero.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/shark rm -rf zerovm if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \ sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ fi rm -f stamps/add-zero-debug.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \ sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ fi rm -f stamps/add-cacao.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \ sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ fi rm -f stamps/add-cacao-debug.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib ] ; then \ cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib ; \ fi rm -rf rhino/rhino.old rm -rf rhino/rhino.new rm -f rhino/rhino.jar if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/rewriter.build rm -f stamps/rewriter.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset rm -f stamps/add-systemtap.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/tapset rm -f stamps/add-systemtap-debug.stamp rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/libpulse-java.so rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/amd64/libpulse-java.so rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/ext/pulse-java.jar rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/ext/pulse-java.jar rm -f stamps/add-pulseaudio.stamp rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/libpulse-java.so rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2re-image/lib/amd64/libpulse-java.so rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/ext/pulse-java.jar rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2re-image/lib/ext/pulse-java.jar rm -f stamps/add-pulseaudio-debug.stamp rm -f openjdk/jdk/src/share/lib/security/nss.cfg rm -f stamps/add-nss.stamp if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \ rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \ fi rm -f stamps/add-tzdata-support.stamp if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \ rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \ fi rm -f stamps/add-tzdata-support-debug.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi test -z "nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp test . = "." || test -z "" || rm -f if [ ! -z openjdk.tar.gz ] ; then \ rm -f openjdk.tar.gz ; \ fi if [ ! -z corba.tar.gz ] ; then \ rm -f corba.tar.gz ; \ fi if [ ! -z jaxp.tar.gz ] ; then \ rm -f jaxp.tar.gz ; \ fi if [ ! -z jaxws.tar.gz ] ; then \ rm -f jaxws.tar.gz ; \ fi if [ ! -z jdk.tar.gz ] ; then \ rm -f jdk.tar.gz ; \ fi if [ ! -z langtools.tar.gz ] ; then \ rm -f langtools.tar.gz ; \ fi if [ ! -z hotspot.tar.gz ] ; then \ rm -f hotspot.tar.gz ; \ fi rm -f stamps/download-openjdk.stamp rm -f cacao-a567bcb7f589.tar.gz rm -f stamps/download-cacao.stamp rm -f jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz rm -f stamps/download-jamvm.stamp rm -f stamps/download.stamp if [ /notnfs/nighttester/icedtea7-target-testing != /notnfs/nighttester/icedtea7-target-testing ]; then \ if [ -e tapset ] ; then \ rmdir tapset ; \ fi ; \ fi if [ -e stamps ] ; then \ rmdir stamps ; \ fi rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile + make cacao make: *** No rule to make target `cacao'. Stop. + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Sat Feb 16 21:03:26 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 17 Feb 2013 00:03:26 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1265 In-Reply-To: <507165521.358.1360993918213.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <507165521.358.1360993918213.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1396412658.367.1361077406450.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1265/> ------------------------------------------ [...truncated 303 lines...] 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... hs23 checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Sun Feb 17 00:03:21 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hs20.tar.gz checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip 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 for additional virtual machines to build... none 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile 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 javac config.status: creating javap config.status: creating tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make env-ecj unset JAVA_HOME export ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b27" JDK_UPDATE_VERSION="27" JRE_RELEASE_VERSION="1.6.0_27-b27" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-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" JAVAC="" JAVA_HOME="" JDK_HOME="" ANT_RESPECT_JAVA_HOME="TRUE" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Sun Feb 17 00:03:21 EST 2013)" DERIVATIVE_ID="IcedTea6 1.13.0pre+r8b08136ed5c1" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea6-target-testing/drops" VERBOSE="" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build" STATIC_CXX="false" BUILD_GCC=gcc BUILD_CXX=g++ RHINO_JAR="/notnfs/nighttester/icedtea6-target-testing/rhino/rhino.jar" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj" JAVA_TOOLS_DIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin" ICEDTEA_RT="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_CLS_RT="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes:/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" BOOTCLASSPATH_CLS="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_RT_LIBGCJ="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" GENSRCDIR="/notnfs/nighttester/icedtea6-target-testing/generated.build" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="" DISABLE_NIMBUS="true" NO_DOCS="true" XSLT="/usr/bin/xsltproc" + make extract-ecj mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxp6.zip drops/jaxp144_04.zip if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jaxp144_04.zip ] ; \ then \ mv drops/jaxp144_04.zip drops/jaxp144_04.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jaxp144_04.zip -O drops/jaxp144_04.zip; \ if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxp drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXP drop zip available"; exit -1; \ fi ; \ fi ; drops/jaxp144_04.zip: OK mkdir -p stamps touch stamps/download-jaxp-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxws6.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaxws2_1_6-2011_06_13.zip ] ; \ then \ mv drops/jdk6-jaxws2_1_6-2011_06_13.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaxws2_1_6-2011_06_13.zip -O drops/jdk6-jaxws2_1_6-2011_06_13.zip; \ if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxws drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXWS drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK mkdir -p stamps touch stamps/download-jaxws-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaf6.zip drops/jdk6-jaf-b20.zip if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaf-b20.zip ] ; \ then \ mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \ if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaf drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAF drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaf-b20.zip: OK mkdir -p stamps touch stamps/download-jaf-drop.stamp mkdir -p stamps touch stamps/download-drops.stamp mkdir -p stamps touch stamps/download-cacao.stamp mkdir -p stamps touch stamps/download-jamvm.stamp mkdir -p stamps touch stamps/hgforest.stamp ln -sf /notnfs/nighttester/drops/openjdk6.tar.gz openjdk-6-src-b27-26_oct_2012.tar.gz mkdir -p stamps touch stamps/download-openjdk.stamp ln -sf /notnfs/nighttester/drops/hs20.tar.gz hotspot.tar.gz hotspot_sha256sum="`gawk 'version==$1 {print $4}' version=hs23 \ /notnfs/nighttester/icedtea6-target-testing/hotspot.map`" ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -e hotspot.tar.gz ] ; then \ mv hotspot.tar.gz hotspot.tar.gz.old ; \ fi ; \ hotspot_url="`gawk 'version==$1 {print $2 "/archive/" $3 ".tar.gz"}' \ version=hs23 /notnfs/nighttester/icedtea6-target-testing/hotspot.map`"; \ /usr/bin/wget ${hotspot_url} -O hotspot.tar.gz ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; then \ echo "ERROR: Bad download of HotSpot zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date HotSpot zip available"; exit -1; \ fi ; \ fi hotspot.tar.gz: FAILED /usr/bin/sha256sum: WARNING: 1 computed checksum did NOT match ERROR: No up-to-date HotSpot zip available make: *** [stamps/download-hotspot.stamp] Error 255 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Sun Feb 17 05:24:33 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 17 Feb 2013 08:24:33 -0500 (EST) Subject: Build failed in Jenkins: IcedTea7TargetTesting #1217 In-Reply-To: <85787958.363.1361023111208.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <85787958.363.1361023111208.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <936264888.368.1361107474176.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea7TargetTesting/1217/> ------------------------------------------ [...truncated 147140 lines...] rm -f stamps/bootstrap-directory-stage1.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/bootstrap/icedtea rm -f stamps/bootstrap-directory-stage2.stamp rm -f /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-stage1.stamp rm -f /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 rm -f stamps/bootstrap-directory-symlink-stage2.stamp rm -f stamps/overlay.stamp if [ -e Defs.gmk.bak ] ; then \ mv Defs.gmk.bak openjdk/jdk/make/common/shared/Defs.gmk ; \ fi rm -f stamps/versioning.stamp if [ -e stamps/patch.stamp ] ; then \ all_patches_ok=yes; \ for p in patches/zero_libffi.patch patches/rhino.patch patches/systemtap_gc.patch ; \ do \ echo Checking $p ; \ if /usr/bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \ then \ echo Reverting $p ; \ /usr/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \ else \ all_patches_ok=no ; \ fi ; \ done ; \ cd /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk; \ for p in ; \ do \ echo Checking $p ; \ if /usr/bin/patch -l -p1 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \ then \ echo Reverting $p ; \ /usr/bin/patch -l -p1 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \ else \ all_patches_ok=no ; \ fi ; \ done ; \ cd /notnfs/nighttester/icedtea7-target-testing ; \ if ! test x${all_patches_ok} = "xyes" ; then \ echo "WARNING Not all patches reverted cleanly" ; \ fi ; \ rm -f stamps/patch.stamp ; \ fi Checking patches/zero_libffi.patch Reverting patches/zero_libffi.patch patching file openjdk/hotspot/make/linux/makefiles/gcc.make patching file openjdk/hotspot/make/linux/makefiles/vm.make patching file openjdk/hotspot/make/linux/makefiles/zero.make Checking patches/rhino.patch Reverting patches/rhino.patch patching file openjdk/jdk/make/com/sun/Makefile patching file openjdk/jdk/make/com/sun/script/Makefile patching file openjdk/jdk/make/common/Release.gmk Hunk #1 succeeded at 838 (offset 17 lines). patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/ExternalScriptable.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/JSAdapter.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoClassShutter.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoCompiledScript.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngineFactory.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoScriptEngine.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoTopLevel.java patching file openjdk/jdk/src/share/classes/com/sun/script/javascript/RhinoWrapFactory.java Checking patches/systemtap_gc.patch Reverting patches/systemtap_gc.patch patching file openjdk/hotspot/src/share/vm/compiler/oopMap.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp patching file openjdk/hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp patching file openjdk/hotspot/src/share/vm/memory/defNewGeneration.cpp patching file openjdk/hotspot/src/share/vm/memory/generation.cpp patching file openjdk/hotspot/src/share/vm/memory/tenuredGeneration.cpp if [ -e stamps/patch-fsg.stamp ] ; then \ all_patches_ok=yes; \ for p in ; \ do \ echo Checking $p ; \ if /usr/bin/patch -l -p0 -R --dry-run -s -t -f < /notnfs/nighttester/icedtea7-target-testing/$p ; \ then \ echo Reverting $p ; \ /usr/bin/patch -l -p0 -R < /notnfs/nighttester/icedtea7-target-testing/$p ; \ else \ all_patches_ok=no ; \ fi ; \ done ; \ if ! test x${all_patches_ok} = "xyes" ; then \ echo "WARNING Not all patches reverted cleanly" ; \ fi ; \ rm -f stamps/patch-fsg.stamp ; \ fi rm -f stamps/remove-intree-libraries.stamp rm -f stamps/sanitise-openjdk.stamp rm -rf openjdk/hotspot rm -f stamps/extract-hotspot.stamp rm -rf openjdk rm -f stamps/extract-openjdk.stamp rm -rf cacao rm -f stamps/cacao.stamp rm -f stamps/extract-cacao.stamp rm -rf jamvm rm -f stamps/jamvm.stamp rm -f stamps/extract-jamvm.stamp rm -f stamps/extract.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/generated.build rm -f stamps/generated.stamp rm -f native-ecj rm -rf stamps/native-ecj.stamp rm -f stamps/hgforest.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jamvm if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \ sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ fi rm -f stamps/add-jamvm.stamp rm -f stamps/icedtea-stage2.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jamvm if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \ sed -i 's#-jamvm KNOWN#-jamvm ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ fi rm -f stamps/add-jamvm-debug.stamp rm -f stamps/icedtea-debug-stage2.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/tapset rm -f stamps/add-systemtap-boot.stamp rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/amd64/libpulse-java.so rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2re-image/lib/amd64/libpulse-java.so rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/ext/pulse-java.jar rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2re-image/lib/ext/pulse-java.jar rm -f stamps/add-pulseaudio-boot.stamp if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ] ; then \ rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image/jre/lib/tz.properties ; \ fi rm -f stamps/add-tzdata-support-boot.stamp rm -f stamps/icedtea-stage1.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/zero rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/shark rm -rf zerovm if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \ sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ fi rm -f stamps/add-zero.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/zero rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/shark rm -rf zerovm if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \ sed -i 's#-zero KNOWN#-zero ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ sed -i 's#-shark KNOWN#-shark ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ fi rm -f stamps/add-zero-debug.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/cacao if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \ sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ fi rm -f stamps/add-cacao.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \ sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \ fi rm -f stamps/add-cacao-debug.stamp rm -rf lib/rt rm -f stamps/rt-class-files.stamp stamps/rt.stamp rm -f rt-source-files.txt if [ -e /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib ] ; then \ cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib ; \ fi rm -rf rhino/rhino.old rm -rf rhino/rhino.new rm -f rhino/rhino.jar if [ -e rhino ] ; then \ rmdir rhino ; \ fi rm -f stamps/rewrite-rhino.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/rewriter.build rm -f stamps/rewriter.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/tapset rm -f stamps/add-systemtap.stamp rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/tapset rm -f stamps/add-systemtap-debug.stamp rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/libpulse-java.so rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/amd64/libpulse-java.so rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/ext/pulse-java.jar rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2re-image/lib/ext/pulse-java.jar rm -f stamps/add-pulseaudio.stamp rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/libpulse-java.so rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2re-image/lib/amd64/libpulse-java.so rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/ext/pulse-java.jar rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2re-image/lib/ext/pulse-java.jar rm -f stamps/add-pulseaudio-debug.stamp rm -f openjdk/jdk/src/share/lib/security/nss.cfg rm -f stamps/add-nss.stamp if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ] ; then \ rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/tz.properties ; \ fi rm -f stamps/add-tzdata-support.stamp if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ] ; then \ rm -vf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/tz.properties ; \ fi rm -f stamps/add-tzdata-support-debug.stamp if [ -e bootstrap ]; then \ rmdir bootstrap ; \ fi if [ -e lib ]; then \ rmdir lib ; \ fi test -z "nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp" || rm -f nss.cfg javac javap javah tz.properties pax-mark-vm remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp tapset/hotspot_gc.stp test . = "." || test -z "" || rm -f if [ ! -z openjdk.tar.gz ] ; then \ rm -f openjdk.tar.gz ; \ fi if [ ! -z corba.tar.gz ] ; then \ rm -f corba.tar.gz ; \ fi if [ ! -z jaxp.tar.gz ] ; then \ rm -f jaxp.tar.gz ; \ fi if [ ! -z jaxws.tar.gz ] ; then \ rm -f jaxws.tar.gz ; \ fi if [ ! -z jdk.tar.gz ] ; then \ rm -f jdk.tar.gz ; \ fi if [ ! -z langtools.tar.gz ] ; then \ rm -f langtools.tar.gz ; \ fi if [ ! -z hotspot.tar.gz ] ; then \ rm -f hotspot.tar.gz ; \ fi rm -f stamps/download-openjdk.stamp rm -f cacao-a567bcb7f589.tar.gz rm -f stamps/download-cacao.stamp rm -f jamvm-0972452d441544f7dd29c55d64f1ce3a5db90d82.tar.gz rm -f stamps/download-jamvm.stamp rm -f stamps/download.stamp if [ /notnfs/nighttester/icedtea7-target-testing != /notnfs/nighttester/icedtea7-target-testing ]; then \ if [ -e tapset ] ; then \ rmdir tapset ; \ fi ; \ fi if [ -e stamps ] ; then \ rmdir stamps ; \ fi rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile + make cacao make: *** No rule to make target `cacao'. Stop. + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Sun Feb 17 08:58:26 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 17 Feb 2013 11:58:26 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1267 In-Reply-To: <145150139.369.1361120277483.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <145150139.369.1361120277483.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1452943509.370.1361120306342.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1267/> ------------------------------------------ [...truncated 300 lines...] 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... hs23 checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Sun Feb 17 11:58:22 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip 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 for additional virtual machines to build... none 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile 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 javac config.status: creating javap config.status: creating tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make env-ecj unset JAVA_HOME export ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b27" JDK_UPDATE_VERSION="27" JRE_RELEASE_VERSION="1.6.0_27-b27" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-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" JAVAC="" JAVA_HOME="" JDK_HOME="" ANT_RESPECT_JAVA_HOME="TRUE" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Sun Feb 17 11:58:22 EST 2013)" DERIVATIVE_ID="IcedTea6 1.13.0pre+r9b60104392f1" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea6-target-testing/drops" VERBOSE="" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build" STATIC_CXX="false" BUILD_GCC=gcc BUILD_CXX=g++ RHINO_JAR="/notnfs/nighttester/icedtea6-target-testing/rhino/rhino.jar" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj" JAVA_TOOLS_DIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin" ICEDTEA_RT="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_CLS_RT="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes:/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" BOOTCLASSPATH_CLS="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_RT_LIBGCJ="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" GENSRCDIR="/notnfs/nighttester/icedtea6-target-testing/generated.build" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="" DISABLE_NIMBUS="true" NO_DOCS="true" XSLT="/usr/bin/xsltproc" + make extract-ecj mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxp6.zip drops/jaxp144_04.zip if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jaxp144_04.zip ] ; \ then \ mv drops/jaxp144_04.zip drops/jaxp144_04.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jaxp144_04.zip -O drops/jaxp144_04.zip; \ if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxp drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXP drop zip available"; exit -1; \ fi ; \ fi ; drops/jaxp144_04.zip: OK mkdir -p stamps touch stamps/download-jaxp-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxws6.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaxws2_1_6-2011_06_13.zip ] ; \ then \ mv drops/jdk6-jaxws2_1_6-2011_06_13.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaxws2_1_6-2011_06_13.zip -O drops/jdk6-jaxws2_1_6-2011_06_13.zip; \ if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxws drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXWS drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK mkdir -p stamps touch stamps/download-jaxws-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaf6.zip drops/jdk6-jaf-b20.zip if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaf-b20.zip ] ; \ then \ mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \ if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaf drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAF drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaf-b20.zip: OK mkdir -p stamps touch stamps/download-jaf-drop.stamp mkdir -p stamps touch stamps/download-drops.stamp mkdir -p stamps touch stamps/download-cacao.stamp mkdir -p stamps touch stamps/download-jamvm.stamp mkdir -p stamps touch stamps/hgforest.stamp ln -sf /notnfs/nighttester/drops/openjdk6.tar.gz openjdk-6-src-b27-26_oct_2012.tar.gz mkdir -p stamps touch stamps/download-openjdk.stamp ln -sf hotspot.tar.gz hotspot_sha256sum="`gawk 'version==$1 {print $4}' version=hs23 \ /notnfs/nighttester/icedtea6-target-testing/hotspot.map`" ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -e hotspot.tar.gz ] ; then \ mv hotspot.tar.gz hotspot.tar.gz.old ; \ fi ; \ hotspot_url="`gawk 'version==$1 {print $2 "/archive/" $3 ".tar.gz"}' \ version=hs23 /notnfs/nighttester/icedtea6-target-testing/hotspot.map`"; \ /usr/bin/wget ${hotspot_url} -O hotspot.tar.gz ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; then \ echo "ERROR: Bad download of HotSpot zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date HotSpot zip available"; exit -1; \ fi ; \ fi /usr/bin/sha256sum: hotspot.tar.gz: Too many levels of symbolic links hotspot.tar.gz: FAILED open or read /usr/bin/sha256sum: WARNING: 1 listed file could not be read ERROR: No up-to-date HotSpot zip available make: *** [stamps/download-hotspot.stamp] Error 255 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Sun Feb 17 09:13:00 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 17 Feb 2013 12:13:00 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1268 In-Reply-To: <1452943509.370.1361120306342.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1452943509.370.1361120306342.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <504004795.371.1361121180265.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1268/> ------------------------------------------ [...truncated 299 lines...] 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... hs23 checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Sun Feb 17 12:12:55 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hotspot/hs23.tar.gz checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip 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 for additional virtual machines to build... none 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile 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 javac config.status: creating javap config.status: creating tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make env-ecj unset JAVA_HOME export ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b27" JDK_UPDATE_VERSION="27" JRE_RELEASE_VERSION="1.6.0_27-b27" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-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" JAVAC="" JAVA_HOME="" JDK_HOME="" ANT_RESPECT_JAVA_HOME="TRUE" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Sun Feb 17 12:12:55 EST 2013)" DERIVATIVE_ID="IcedTea6 1.13.0pre+r9b60104392f1" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea6-target-testing/drops" VERBOSE="" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build" STATIC_CXX="false" BUILD_GCC=gcc BUILD_CXX=g++ RHINO_JAR="/notnfs/nighttester/icedtea6-target-testing/rhino/rhino.jar" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj" JAVA_TOOLS_DIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin" ICEDTEA_RT="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_CLS_RT="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes:/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" BOOTCLASSPATH_CLS="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_RT_LIBGCJ="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" GENSRCDIR="/notnfs/nighttester/icedtea6-target-testing/generated.build" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="" DISABLE_NIMBUS="true" NO_DOCS="true" XSLT="/usr/bin/xsltproc" + make extract-ecj mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxp6.zip drops/jaxp144_04.zip if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jaxp144_04.zip ] ; \ then \ mv drops/jaxp144_04.zip drops/jaxp144_04.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jaxp144_04.zip -O drops/jaxp144_04.zip; \ if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxp drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXP drop zip available"; exit -1; \ fi ; \ fi ; drops/jaxp144_04.zip: OK mkdir -p stamps touch stamps/download-jaxp-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxws6.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaxws2_1_6-2011_06_13.zip ] ; \ then \ mv drops/jdk6-jaxws2_1_6-2011_06_13.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaxws2_1_6-2011_06_13.zip -O drops/jdk6-jaxws2_1_6-2011_06_13.zip; \ if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxws drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXWS drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK mkdir -p stamps touch stamps/download-jaxws-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaf6.zip drops/jdk6-jaf-b20.zip if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaf-b20.zip ] ; \ then \ mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \ if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaf drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAF drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaf-b20.zip: OK mkdir -p stamps touch stamps/download-jaf-drop.stamp mkdir -p stamps touch stamps/download-drops.stamp mkdir -p stamps touch stamps/download-cacao.stamp mkdir -p stamps touch stamps/download-jamvm.stamp mkdir -p stamps touch stamps/hgforest.stamp ln -sf /notnfs/nighttester/drops/openjdk6.tar.gz openjdk-6-src-b27-26_oct_2012.tar.gz mkdir -p stamps touch stamps/download-openjdk.stamp ln -sf /notnfs/nighttester/drops/hotspot/hs23.tar.gz hotspot.tar.gz hotspot_sha256sum="`gawk 'version==$1 {print $4}' version=hs23 \ /notnfs/nighttester/icedtea6-target-testing/hotspot.map`" ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -e hotspot.tar.gz ] ; then \ mv hotspot.tar.gz hotspot.tar.gz.old ; \ fi ; \ hotspot_url="`gawk 'version==$1 {print $2 "/archive/" $3 ".tar.gz"}' \ version=hs23 /notnfs/nighttester/icedtea6-target-testing/hotspot.map`"; \ /usr/bin/wget ${hotspot_url} -O hotspot.tar.gz ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; then \ echo "ERROR: Bad download of HotSpot zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date HotSpot zip available"; exit -1; \ fi ; \ fi hotspot.tar.gz: FAILED /usr/bin/sha256sum: WARNING: 1 computed checksum did NOT match ERROR: No up-to-date HotSpot zip available make: *** [stamps/download-hotspot.stamp] Error 255 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Sun Feb 17 09:43:47 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 17 Feb 2013 12:43:47 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1269 In-Reply-To: <504004795.371.1361121180265.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <504004795.371.1361121180265.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1382063166.372.1361123027714.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1269/> ------------------------------------------ [...truncated 299 lines...] 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... hs23 checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Sun Feb 17 12:43:43 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hotspot/hs23.tar.gz checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip 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 for additional virtual machines to build... none 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile 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 javac config.status: creating javap config.status: creating tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make env-ecj unset JAVA_HOME export ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b27" JDK_UPDATE_VERSION="27" JRE_RELEASE_VERSION="1.6.0_27-b27" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-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" JAVAC="" JAVA_HOME="" JDK_HOME="" ANT_RESPECT_JAVA_HOME="TRUE" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Sun Feb 17 12:43:43 EST 2013)" DERIVATIVE_ID="IcedTea6 1.13.0pre+r9b60104392f1" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea6-target-testing/drops" VERBOSE="" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build" STATIC_CXX="false" BUILD_GCC=gcc BUILD_CXX=g++ RHINO_JAR="/notnfs/nighttester/icedtea6-target-testing/rhino/rhino.jar" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj" JAVA_TOOLS_DIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin" ICEDTEA_RT="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_CLS_RT="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes:/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" BOOTCLASSPATH_CLS="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_RT_LIBGCJ="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" GENSRCDIR="/notnfs/nighttester/icedtea6-target-testing/generated.build" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="" DISABLE_NIMBUS="true" NO_DOCS="true" XSLT="/usr/bin/xsltproc" + make extract-ecj mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxp6.zip drops/jaxp144_04.zip if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jaxp144_04.zip ] ; \ then \ mv drops/jaxp144_04.zip drops/jaxp144_04.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jaxp144_04.zip -O drops/jaxp144_04.zip; \ if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxp drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXP drop zip available"; exit -1; \ fi ; \ fi ; drops/jaxp144_04.zip: OK mkdir -p stamps touch stamps/download-jaxp-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxws6.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaxws2_1_6-2011_06_13.zip ] ; \ then \ mv drops/jdk6-jaxws2_1_6-2011_06_13.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaxws2_1_6-2011_06_13.zip -O drops/jdk6-jaxws2_1_6-2011_06_13.zip; \ if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxws drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXWS drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK mkdir -p stamps touch stamps/download-jaxws-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaf6.zip drops/jdk6-jaf-b20.zip if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaf-b20.zip ] ; \ then \ mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \ if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaf drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAF drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaf-b20.zip: OK mkdir -p stamps touch stamps/download-jaf-drop.stamp mkdir -p stamps touch stamps/download-drops.stamp mkdir -p stamps touch stamps/download-cacao.stamp mkdir -p stamps touch stamps/download-jamvm.stamp mkdir -p stamps touch stamps/hgforest.stamp ln -sf /notnfs/nighttester/drops/openjdk6.tar.gz openjdk-6-src-b27-26_oct_2012.tar.gz mkdir -p stamps touch stamps/download-openjdk.stamp ln -sf /notnfs/nighttester/drops/hotspot/hs23.tar.gz hotspot.tar.gz hotspot_sha256sum="`gawk 'version==$1 {print $4}' version=hs23 \ /notnfs/nighttester/icedtea6-target-testing/hotspot.map`" ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -e hotspot.tar.gz ] ; then \ mv hotspot.tar.gz hotspot.tar.gz.old ; \ fi ; \ hotspot_url="`gawk 'version==$1 {print $2 "/archive/" $3 ".tar.gz"}' \ version=hs23 /notnfs/nighttester/icedtea6-target-testing/hotspot.map`"; \ /usr/bin/wget ${hotspot_url} -O hotspot.tar.gz ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; then \ echo "ERROR: Bad download of HotSpot zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date HotSpot zip available"; exit -1; \ fi ; \ fi hotspot.tar.gz: FAILED /usr/bin/sha256sum: WARNING: 1 computed checksum did NOT match ERROR: No up-to-date HotSpot zip available make: *** [stamps/download-hotspot.stamp] Error 255 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Sun Feb 17 08:57:57 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 17 Feb 2013 11:57:57 -0500 (EST) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1266 In-Reply-To: <1396412658.367.1361077406450.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1396412658.367.1361077406450.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <145150139.369.1361120277483.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1266/> ------------------------------------------ [...truncated 304 lines...] 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... hs23 checking for linux32... /usr/bin/linux32 checking version of GCC... 4.6.3 (major version 4, minor version 6) checking for getconf... /usr/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-target-testing... yes checking for system library directory... checking for pkg-config... /usr/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 for a JDK home directory... /usr/lib/jvm/java-1.6.0 checking if a java binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/java is a valid executable file... yes checking if a javac binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 the VM and compiler work together... yes checking if javax.swing.plaf.basic.BasicDirectoryModel.addPropertyChangeListener(PropertyChangeListener) is missing... no checking if com.sun.corba.se.impl.logging.ORBUtilSystemException is missing... no 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... no checking if javax.management.StandardMBean(Object.class,Class.class,Boolean.TYPE) is missing... no checking if java.security.cert.X509CRLSelector.addIssuer(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.setSubject(X500Principal) is missing... no checking if java.security.cert.X509CertSelector.getSubject() is missing... no checking if java.security.cert.X509CertSelector.setIssuer(X500Principal) is missing... no checking if java.security.cert.X509CRLSelector.setIssuers(Collection<X500Principal>) is missing... no checking if javax.security.auth.kerberos.KerberosTicket.getSessionKeyType() is missing... no checking if javax.security.sasl.Sasl.CREDENTIALS is missing... no 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 16 (Verne) (Sun Feb 17 11:57:52 EST 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/native2ascii is a valid executable file... yes checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar checking for xsltproc... /usr/bin/xsltproc checking if we are using CACAO as the build VM... no checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... checking for an alternate jar command... not specified checking for a JAXP drop zip... /notnfs/nighttester/drops/jaxp6.zip checking for a JAF drop zip... /notnfs/nighttester/drops/jaf6.zip checking for a JAXWS drop zip... /notnfs/nighttester/drops/jaxws6.zip 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 for additional virtual machines to build... none 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-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified 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 for main in -ljpeg... yes checking for main in -lgif... yes checking for main in -lz... yes checking for XPROTO... yes checking for XT... yes checking for XP... yes checking for X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile 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 javac config.status: creating javap config.status: creating tz.properties config.status: creating pax-mark-vm 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: executing depfiles commands + make env-ecj unset JAVA_HOME export ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b27" JDK_UPDATE_VERSION="27" JRE_RELEASE_VERSION="1.6.0_27-b27" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-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" JAVAC="" JAVA_HOME="" JDK_HOME="" ANT_RESPECT_JAVA_HOME="TRUE" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Sun Feb 17 11:57:52 EST 2013)" DERIVATIVE_ID="IcedTea6 1.13.0pre+r9b60104392f1" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea6-target-testing/drops" VERBOSE="" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build" STATIC_CXX="false" BUILD_GCC=gcc BUILD_CXX=g++ RHINO_JAR="/notnfs/nighttester/icedtea6-target-testing/rhino/rhino.jar" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj" JAVA_TOOLS_DIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin" ICEDTEA_RT="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_CLS_RT="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes:/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" BOOTCLASSPATH_CLS="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_RT_LIBGCJ="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" GENSRCDIR="/notnfs/nighttester/icedtea6-target-testing/generated.build" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="" DISABLE_NIMBUS="true" NO_DOCS="true" XSLT="/usr/bin/xsltproc" + make extract-ecj mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxp6.zip drops/jaxp144_04.zip if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jaxp144_04.zip ] ; \ then \ mv drops/jaxp144_04.zip drops/jaxp144_04.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jaxp144_04.zip -O drops/jaxp144_04.zip; \ if ! echo "490f696218c1fed9cb180680af883fe309b414fec232e9cec19645e12ad0b43c drops/jaxp144_04.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxp drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXP drop zip available"; exit -1; \ fi ; \ fi ; drops/jaxp144_04.zip: OK mkdir -p stamps touch stamps/download-jaxp-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaxws6.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaxws2_1_6-2011_06_13.zip ] ; \ then \ mv drops/jdk6-jaxws2_1_6-2011_06_13.zip drops/jdk6-jaxws2_1_6-2011_06_13.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaxws2_1_6-2011_06_13.zip -O drops/jdk6-jaxws2_1_6-2011_06_13.zip; \ if ! echo "229040544e791f44906e8e7b6f6faf503c730a5d854275135f3925490d5c3be3 drops/jdk6-jaxws2_1_6-2011_06_13.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaxws drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAXWS drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK mkdir -p stamps touch stamps/download-jaxws-drop.stamp mkdir -p drops ln -sf /notnfs/nighttester/drops/jaf6.zip drops/jdk6-jaf-b20.zip if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -f drops/jdk6-jaf-b20.zip ] ; \ then \ mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \ fi ; \ /usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \ if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \ | /usr/bin/sha256sum --check ; \ then echo "ERROR: Bad download of jaf drop zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date JAF drop zip available"; exit -1; \ fi; \ fi ; drops/jdk6-jaf-b20.zip: OK mkdir -p stamps touch stamps/download-jaf-drop.stamp mkdir -p stamps touch stamps/download-drops.stamp mkdir -p stamps touch stamps/download-cacao.stamp mkdir -p stamps touch stamps/download-jamvm.stamp mkdir -p stamps touch stamps/hgforest.stamp ln -sf /notnfs/nighttester/drops/openjdk6.tar.gz openjdk-6-src-b27-26_oct_2012.tar.gz mkdir -p stamps touch stamps/download-openjdk.stamp ln -sf hotspot.tar.gz hotspot_sha256sum="`gawk 'version==$1 {print $4}' version=hs23 \ /notnfs/nighttester/icedtea6-target-testing/hotspot.map`" ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; \ then \ if test "xno" = "xyes"; then \ if [ -e hotspot.tar.gz ] ; then \ mv hotspot.tar.gz hotspot.tar.gz.old ; \ fi ; \ hotspot_url="`gawk 'version==$1 {print $2 "/archive/" $3 ".tar.gz"}' \ version=hs23 /notnfs/nighttester/icedtea6-target-testing/hotspot.map`"; \ /usr/bin/wget ${hotspot_url} -O hotspot.tar.gz ; \ if ! echo "${hotspot_sha256sum} hotspot.tar.gz" \ | /usr/bin/sha256sum --check ; then \ echo "ERROR: Bad download of HotSpot zip"; false; \ fi; \ else \ echo "ERROR: No up-to-date HotSpot zip available"; exit -1; \ fi ; \ fi /usr/bin/sha256sum: hotspot.tar.gz: Too many levels of symbolic links hotspot.tar.gz: FAILED open or read /usr/bin/sha256sum: WARNING: 1 listed file could not be read ERROR: No up-to-date HotSpot zip available make: *** [stamps/download-hotspot.stamp] Error 255 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Sun Feb 17 16:18:36 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 17 Feb 2013 19:18:36 -0500 (EST) Subject: Jenkins build is back to normal : IcedTea6TargetTesting #1270 In-Reply-To: <1382063166.372.1361123027714.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1382063166.372.1361123027714.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <294326410.373.1361146716985.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/1270/> From gnu.andrew at redhat.com Sun Feb 17 23:25:28 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Mon, 18 Feb 2013 02:25:28 -0500 (EST) Subject: Jenkins build is back to normal : IcedTea7TargetTesting #1218 In-Reply-To: <936264888.368.1361107474176.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <936264888.368.1361107474176.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1758169305.374.1361172328297.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea7TargetTesting/1218/> From gnu.andrew at redhat.com Sun Feb 24 12:24:20 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 24 Feb 2013 15:24:20 -0500 (EST) Subject: Build failed in Jenkins: IcedTea7TargetTesting #1225 Message-ID: <696256650.387.1361737462651.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea7TargetTesting/1225/> ------------------------------------------ [...truncated 312468 lines...] ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ServerManagerImpl.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ServerTableEntry.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/NameServiceStartThread.java ../../../../../../../../src/share/classes/com/sun/corba/se/impl/activation/ServerMain.java incorrect classpath: ../../../../../../../../src/solaris/classes Annotation processing got disabled, since it requires a 1.6 compliant JVM make[10]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/impl/activation/orbd' make[10]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/impl/activation/servertool' if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list ] ; then \ /bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list; \ /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -Xprefer:source \ -sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/solaris/classes" \ -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list; \ fi make[10]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/impl/activation/servertool' make[9]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/impl/activation' make[9]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/impl/interceptors' if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/com/com.sun.corba.se.impl.interceptors/.classes.list ] ; then \ /bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/com/com.sun.corba.se.impl.interceptors/.classes.list; \ /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -Xprefer:source \ -sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/solaris/classes" \ -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/com/com.sun.corba.se.impl.interceptors/.classes.list; \ fi make[9]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/impl/interceptors' make[9]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/impl/logging' if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list ] ; then \ /bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list; \ /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -Xprefer:source \ -sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/solaris/classes" \ -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list; \ fi make[9]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/impl/logging' make[9]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/impl/monitoring' if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/com.sun.corba.se.impl.monitoring/.classes.list ] ; then \ /bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/com.sun.corba.se.impl.monitoring/.classes.list; \ /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -Xprefer:source \ -sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/solaris/classes" \ -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/com.sun.corba.se.impl.monitoring/.classes.list; \ fi make[9]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/impl/monitoring' make[8]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/impl' make[8]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/rmi' make[9]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/rmi/rmic' if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/sun.rmi.rmic/.classes.list ] ; then \ /bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/sun.rmi.rmic/.classes.list; \ /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -Xprefer:source \ -sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/solaris/classes" \ -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/sun.rmi.rmic/.classes.list; \ fi make[9]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/rmi/rmic' make[8]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se/rmi' make[7]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba/se' make[6]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun/corba' make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com/sun' make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/com' mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/dist/lib /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar -cf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/dist/lib/classes.jar -C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes . abs_src_zip=`cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/dist/lib ; pwd`/src.zip ; \ ( cd ../src/share/classes ; find . \( -name \*-template \) -prune -o -type f -print | zip -q $abs_src_zip -@ ) ; \ ( cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/gensrc ; find . -type f -print | zip -q $abs_src_zip -@ ) ; /bin/sh: line 2: cd: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/gensrc: No such file or directory abs_bin_zip=`cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/dist/lib ; pwd`/bin.zip ; \ ( cd /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba ; find lib -name "*.idl" -print | zip -q $abs_bin_zip -@ ) ; make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make' ######################################################################## ##### Leaving corba for target(s) all ##### ######################################################################## ##### Build time 00:02:38 corba for target(s) all ##### ######################################################################## /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp ######################################################################## ######################################################################## ##### Entering jaxp for target(s) all ##### ######################################################################## (cd ./jaxp/make && \ /usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b09 JDK_BUILD_NUMBER=b09 FULL_VERSION=1.7.0_12-b09 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_12 JDK_MKTG_VERSION=7u12 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=120 COOKED_BUILD_NUMBER=9 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp ALT_BOOTDIR=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist all) make[3]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jaxp/make' cd .. && JAVA_HOME=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 /usr/bin/ant -Djavac.target=7 -Djavac.source=7 -Ddrops.dir=/java/devtools/share/jdk7-drops -Doutput.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp -Djdk.home=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 -Dbootstrap.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap -version Apache Ant(TM) version 1.8.2 compiled on July 6 2011 cd .. && JAVA_HOME=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 /usr/bin/ant -Djavac.target=7 -Djavac.source=7 -Ddrops.dir=/java/devtools/share/jdk7-drops -Doutput.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp -Djdk.home=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 -Dbootstrap.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap all Buildfile: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jaxp/build.xml -banner: [echo] +---------------------------------------+ [echo] + Starting ant project jaxp + [echo] +---------------------------------------+ -javac-jar-exists: sanity: [echo] Sanity Settings: [echo] ant.home=/usr/share/ant [echo] ant.version=Apache Ant(TM) version 1.8.2 compiled on July 6 2011 [echo] ant.java.version=1.5 [echo] java.home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre [echo] java.version=1.5.0 [echo] os.name=Linux [echo] os.arch=x86_64 [echo] os.version=3.4.11-1.fc16.x86_64 [echo] bootstrap.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap [echo] javac.jar=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap/lib/javac.jar [echo] javac.memoryInitialSize=256m [echo] javac.memoryMaximumSize=512m [echo] javac.source=7 [echo] javac.debug=true [echo] javac.target=7 [echo] javac.version.opt= [echo] javac.lint.opts= [echo] javac.no.jdk.warnings=-XDignore.symbol.file=true [echo] output.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp [echo] build.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/build [echo] dist.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist [echo] init: [mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/build [mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/build/classes [mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist [mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist/lib compile: [javac] Compiling 1877 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/build/classes [javac] Annotation processing got disabled, since it requires a 1.6 compliant JVM -build-setup: [copy] Copying 110 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/build/classes build: -dist-classes-jar-uptodate: -dist-classes-jar: [jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist/lib/classes.jar -dist-src-zip: [zip] Building zip: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist/lib/src.zip dist: all: [echo] +---------------------------------------+ [echo] + Finishing ant project jaxp [echo] +---------------------------------------+ BUILD SUCCESSFUL Total time: 1 minute 7 seconds make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jaxp/make' ######################################################################## ##### Leaving jaxp for target(s) all ##### ######################################################################## ##### Build time 00:01:07 jaxp for target(s) all ##### ######################################################################## /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws ######################################################################## ######################################################################## ##### Entering jaxws for target(s) all ##### ######################################################################## (cd ./jaxws/make && \ /usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b09 JDK_BUILD_NUMBER=b09 FULL_VERSION=1.7.0_12-b09 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_12 JDK_MKTG_VERSION=7u12 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=120 COOKED_BUILD_NUMBER=9 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws ALT_BOOTDIR=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist all) make[3]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jaxws/make' cd .. && JAVA_HOME=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 /usr/bin/ant -Djavac.target=7 -Djavac.source=7 -Doutput.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws -Djdk.home=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 -Dlangtools.dist=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist -Djdk.topdir=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk -version Apache Ant(TM) version 1.8.2 compiled on July 6 2011 cd .. && JAVA_HOME=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 /usr/bin/ant -Djavac.target=7 -Djavac.source=7 -Doutput.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws -Djdk.home=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 -Dlangtools.dist=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist -Djdk.topdir=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk all Buildfile: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jaxws/build.xml -banner: [echo] +---------------------------------------+ [echo] + Starting ant project jaxws + [echo] +---------------------------------------+ -javac-jar-exists: sanity: [echo] Sanity Settings: [echo] ant.home=/usr/share/ant [echo] ant.version=Apache Ant(TM) version 1.8.2 compiled on July 6 2011 [echo] ant.java.version=1.5 [echo] java.home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre [echo] java.version=1.5.0 [echo] os.name=Linux [echo] os.arch=x86_64 [echo] os.version=3.4.11-1.fc16.x86_64 [echo] bootstrap.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap [echo] javac.jar=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap/lib/javac.jar [echo] langtools.jar=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar [echo] javac.memoryInitialSize=256m [echo] javac.memoryMaximumSize=512m [echo] javac.source=7 [echo] javac.debug=true [echo] javac.target=7 [echo] javac.version.opt= [echo] javac.lint.opts= [echo] javac.no.jdk.warnings=-XDignore.symbol.file=true [echo] output.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws [echo] build.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/build [echo] dist.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/dist [echo] jdk.topdir=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk [echo] init: [mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/build [mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/build/classes [mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/dist [mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/dist/lib compile: [javac] Compiling 2737 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/build/classes [javac] Annotation processing got disabled, since it requires a 1.6 compliant JVM [javac] ---------- [javac] 1. ERROR in /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/ClassType.java (at line 0) [javac] /* [javac] ^ [javac] Internal compiler error [javac] java.lang.NullPointerException [javac] at org.eclipse.jdt.internal.compiler.ReadManager.getContents(ReadManager.java:137) [javac] at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser.java:9485) [javac] at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser.java:9457) [javac] at org.eclipse.jdt.internal.compiler.parser.Parser.dietParse(Parser.java:8102) [javac] at org.eclipse.jdt.internal.compiler.Compiler.internalBeginToCompile(Compiler.java:696) [javac] at org.eclipse.jdt.internal.compiler.Compiler.beginToCompile(Compiler.java:376) [javac] at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:420) [javac] at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:3566) [javac] at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1645) [javac] at org.eclipse.jdt.internal.compiler.batch.Main.main(Main.java:1358) [javac] [javac] ---------- [javac] 1 problem (1 error) BUILD FAILED /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jaxws/build.xml:149: Compile failed; see the compiler error output for details. Total time: 2 seconds make[3]: *** [all] Error 1 make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jaxws/make' make[2]: *** [jaxws-build] Error 2 make[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot' make[1]: *** [build_product_image] Error 2 make[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot' make: *** [stamps/icedtea-boot.stamp] Error 2 + exit 1 Build step 'Execute shell' marked build as failure From gnu.andrew at redhat.com Mon Feb 25 13:26:50 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Mon, 25 Feb 2013 16:26:50 -0500 (EST) Subject: Jenkins build is back to normal : IcedTea7TargetTesting #1226 In-Reply-To: <696256650.387.1361737462651.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <696256650.387.1361737462651.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1485088689.388.1361827612080.JavaMail.nighttester@toadeater.yyz.redhat.com> See <http://toadeater.yyz.redhat.com:8080/job/IcedTea7TargetTesting/1226/>