Build failed in Hudson: IcedTea6TargetTesting #278

Hudson Admin gnu_andrew at member.fsf.org
Sun Mar 28 22:15:37 PDT 2010


See <http://toadeater:8080/job/IcedTea6TargetTesting/278/>

------------------------------------------
[...truncated 186148 lines...]
checking whether to build VisualVM... no
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 NIO2 support... no
checking whether to include SystemTap tracing support... no
checking whether to include the NSS-based security provider... no
checking for distribution package version... none
checking build identification... Built on Fedora release 12 (Constantine) (Mon Mar 29 01:14:10 EDT 2010)
checking for a GCJ JDK home directory... /usr/lib/jvm/java-gcj
checking for gij... /usr/bin/gij
checking for ecj... /usr/bin/ecj
checking for javac... /usr/bin/ecj -nowarn
checking if a javah executable is specified... no
checking for gjavah... /usr/bin/gjavah
checking if a jar executable is specified... no
checking for gjar... /usr/bin/gjar
checking whether jar supports @<file> argument... yes
checking whether jar supports stdin file arguments... yes
checking whether jar supports -J options at the end... yes
checking if an rmic executable is specified... no
checking for grmic... /usr/bin/grmic
checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar
checking for a xalan2 jar... /usr/share/java/xalan-j2.jar
checking for a xalan2 serializer jar... /usr/share/java/xalan-j2-serializer.jar
checking for a xerces2 jar... /usr/share/java/xerces-j2.jar
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 OpenJDK source directory... /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk
checking for an alternate jar command... not specified
checking for a JAXP drop zip... not specified
checking for a JAF drop zip... not specified
checking for a JAXWS drop zip... not specified
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... not specified
checking for a CACAO source directory... not specified
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... yes
checking which Mercurial revision to use... tip
checking which Java timezone data directory to use... /usr/share/javazi
checking if sun.awt.SunToolkit is missing... yes
checking if javax.xml.stream.events.Attribute.getDTDType() wrongly returns a QName... no
checking whether to build the browser plugin... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking for GLIB... yes
checking for MOZILLA... yes
checking for xulrunner version... 1090108
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 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 javac
config.status: creating javap
config.status: creating jvm.cfg
config.status: creating ergo.c
config.status: creating tz.properties
config.status: executing depfiles commands
+ make
mkdir -p stamps ; \
	if test "xno" != "xno"; then \
	  no -g -O2 -m64 -Wl,-Bsymbolic -findirect-dispatch -o native-ecj \
	    --main=org.eclipse.jdt.internal.compiler.batch.Main /usr/share/java/eclipse-ecj.jar ; \
	fi ; \
	touch stamps/native-ecj.stamp
mkdir -p bootstrap/ecj/bin stamps/
ln -sf /usr/bin/gij bootstrap/ecj/bin/java
ln -sf /usr/bin/gjavah bootstrap/ecj/bin/javah
ln -sf /usr/bin/grmic bootstrap/ecj/bin/rmic
ln -sf /usr/bin/gjar bootstrap/ecj/bin/jar
ln -sf ../../../javac bootstrap/ecj/bin/javac
ln -sf ../../../javap bootstrap/ecj/bin/javap
mkdir -p bootstrap/ecj/lib/endorsed
ln -sf /usr/share/java/xalan-j2.jar bootstrap/ecj/lib/endorsed/xalan-j2.jar
ln -sf /usr/share/java/xalan-j2-serializer.jar \
	  bootstrap/ecj/lib/endorsed/xalan-j2-serializer.jar
ln -sf /usr/share/java/xerces-j2.jar bootstrap/ecj/lib/endorsed/xerces-j2.jar
mkdir -p bootstrap/ecj/jre/lib; \
	ln -sf /usr/lib/jvm/java-gcj/jre/lib/amd64 \
	  bootstrap/ecj/jre/lib/; \
	if ! test -d bootstrap/ecj/jre/lib/amd64; \
	  then \
	  ln -sf ./amd64 \
	    bootstrap/ecj/jre/lib/amd64; \
	fi; \
	mkdir -p bootstrap/ecj/include; \
	for i in /usr/lib/jvm/java-gcj/include/*; do \
	  test -r $i | continue; \
	  i=`basename $i`; \
	  rm -f bootstrap/ecj/include/$i; \
	  ln -s /usr/lib/jvm/java-gcj/include/$i bootstrap/ecj/include/$i; \
	done; \
	cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar \
	  /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/ecj/jre/lib/rt.jar;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/ecj/lib ; \
	ln -sf /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/ecj/jre/lib/rt.jar \
	  /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/ecj/lib/tools.jar ; \
	mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
rm -f bootstrap/jdk1.6.0
ln -sf ecj bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
find /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/netx -name '*.java' | sort > netx-source-files.txt
if ! /usr/bin/hg fclone -h; \
          then \
          echo "No forest extension found. Please refer to" \
            "http://selenic.com/mercurial/wiki/index.cgi/ForestExtension"; \
          exit 1; \
          fi;
hg fclone [OPTION]... SOURCE [DEST]

make a clone of an existing forest of repositories

    Create a clone of an existing forest in a new directory.

    Look at the help text for the clone command for more information.

options:

    --walkhg        walk repositories under '.hg' (yes/no)
 -U --noupdate      the clone will only contain a repository (no working copy)
 -u --updaterev     revision, tag or branch to check out
 -r --rev           clone only the specified revisions and ancestors
    --pull          use pull protocol to copy metadata
    --uncompressed  use uncompressed transfer (fast over LAN)
 -e --ssh           specify ssh command to use
    --remotecmd     specify hg command to run on the remote side

use "hg -v help fclone" to show global options
mkdir -p stamps 
touch stamps/hgforest.stamp
mkdir -p drops
if ! echo "181615cfec1c3721a7d8f278fa25b392be4247a496c7774a10cb9df37684f94f  drops/jdk6-jaxp-2010_01_15.zip" \
	  | /usr/bin/sha256sum --check ; \
	then \
	  if [ -f drops/jdk6-jaxp-2010_01_15.zip ] ; \
	  then \
	    mv drops/jdk6-jaxp-2010_01_15.zip drops/jdk6-jaxp-2010_01_15.zip.old ; \
	  fi ; \
	  /usr/bin/wget https://jaxp.dev.java.net/files/documents/913/147491/jdk6-jaxp-2010_01_15.zip -O drops/jdk6-jaxp-2010_01_15.zip; \
	  if ! echo "181615cfec1c3721a7d8f278fa25b392be4247a496c7774a10cb9df37684f94f  drops/jdk6-jaxp-2010_01_15.zip" \
	    | /usr/bin/sha256sum --check ; \
	  then echo "ERROR: Bad download of jaxp drop zip"; false; \
	  fi; \
	fi ;
drops/jdk6-jaxp-2010_01_15.zip: OK
mkdir -p stamps
touch stamps/download-jaxp-drop.stamp
mkdir -p drops
if ! echo "155ff3be83c980e197621a2fbf7ee34e8e0f536489351a5865cf0e52206245e2  drops/jdk6-jaxws-2009_10_27.zip" \
	  | /usr/bin/sha256sum --check ; \
	then \
	  if [ -f drops/jdk6-jaxws-2009_10_27.zip ] ; \
	  then \
	    mv drops/jdk6-jaxws-2009_10_27.zip drops/jdk6-jaxws-2009_10_27.zip.old ; \
	  fi ; \
	  /usr/bin/wget http://kenai.com/projects/jdk6-drops/downloads/download/jdk6-jaxws-2009_10_27.zip -O drops/jdk6-jaxws-2009_10_27.zip; \
	  if ! echo "155ff3be83c980e197621a2fbf7ee34e8e0f536489351a5865cf0e52206245e2  drops/jdk6-jaxws-2009_10_27.zip" \
	    | /usr/bin/sha256sum --check ; \
	  then echo "ERROR: Bad download of jaxws drop zip"; false; \
	  fi; \
	fi ;
drops/jdk6-jaxws-2009_10_27.zip: OK
mkdir -p stamps
touch stamps/download-jaxws-drop.stamp
mkdir -p drops
if ! echo "fdc51476fc6bcc69ea1f099f33e84601a126bfa8b11c8fa11c25dc574345aa9f  drops/jdk6-jaf-2009_10_27.zip" \
	  | /usr/bin/sha256sum --check ; \
	then \
	  if [ -f drops/jdk6-jaf-2009_10_27.zip ] ; \
	  then \
	    mv drops/jdk6-jaf-2009_10_27.zip drops/jdk6-jaf-2009_10_27.zip.old ; \
	  fi ; \
	  /usr/bin/wget http://kenai.com/projects/jdk6-drops/downloads/download/jdk6-jaf-2009_10_27.zip -O drops/jdk6-jaf-2009_10_27.zip; \
	  if ! echo "fdc51476fc6bcc69ea1f099f33e84601a126bfa8b11c8fa11c25dc574345aa9f  drops/jdk6-jaf-2009_10_27.zip" \
	    | /usr/bin/sha256sum --check ; \
	  then echo "ERROR: Bad download of jaf drop zip"; false; \
	  fi; \
	fi ;
drops/jdk6-jaf-2009_10_27.zip: OK
mkdir -p stamps
touch stamps/download-jaf-drop.stamp
mkdir -p stamps
touch stamps/download-drops.stamp
/usr/bin/hg fclone http://hg.openjdk.java.net/jdk6/jdk6 openjdk;
[.]
requesting all changes
adding changesets
adding manifests
adding file changes
added 47 changesets with 84 changes to 29 files
updating to branch default
28 files updated, 0 files merged, 0 files removed, 0 files unresolved

[corba]
requesting all changes
adding changesets
adding manifests
adding file changes
added 37 changesets with 1457 changes to 1376 files
updating to branch default
1369 files updated, 0 files merged, 0 files removed, 0 files unresolved

[hotspot]
abort: error: Temporary failure in name resolution
make: *** [stamps/download.stamp] Error 255
+ exit 1



More information about the icedtea-test mailing list