Build failed in Hudson: IcedTea6hgTargetTesting #15

Hudson Admin gnu_andrew at member.fsf.org
Wed Oct 6 23:10:04 PDT 2010


See <http://toadeater:8080/job/IcedTea6hgTargetTesting/15/>

------------------------------------------
[...truncated 684 lines...]
	if ! test x${all_patches_ok} = "xyes"; then \
	  echo ERROR patch ${all_patches_ok} FAILED! ; \
	  echo WARNING make clean-patch before retrying a fix ; \
	  exit 2; \
	fi ; 
mkdir -p stamps ; \
	rm -f stamps/patch.stamp.tmp ; \
	touch stamps/patch.stamp.tmp ; \
	all_patches_ok=yes; \
	for p in patches/icedtea-notice-safepoints.patch patches/icedtea-parisc-opt.patch patches/icedtea-lucene-crash.patch patches/icedtea-version.patch patches/icedtea-version-hotspot.patch patches/icedtea-text-relocations.patch patches/icedtea-ssl.patch patches/icedtea-rmi_amd64.patch patches/icedtea-tools.patch patches/icedtea-use-system-tzdata.patch patches/icedtea-headers.patch patches/icedtea-headers-hotspot.patch patches/icedtea-gcc-suffix.patch patches/hotspot/original/gcc-suffix.patch patches/icedtea-bytebuffer-compact.patch patches/memory-limits.patch patches/icedtea-sunsrc.patch patches/icedtea-libraries.patch patches/icedtea-javafiles.patch patches/icedtea-jvmtiEnv.patch patches/icedtea-lcms.patch patches/icedtea-timerqueue.patch patches/hotspot/original/print_lsb_release.patch patches/icedtea-jpegclasses.patch patches/icedtea-uname.patch patches/icedtea-freetypeversion.patch patches/icedtea-nomotif-6706121.patch patches/icedtea-nomotif.patch patches/icedtea-nomotif-mtoolkit.patch patches/hotspot/original/alpha-fixes.patch patches/icedtea-alt-jar.patch patches/icedtea-jdk-use-ssize_t.patch patches/icedtea-use-idx_t.patch patches/hotspot/original/params-cast-size_t.patch patches/icedtea-clean-crypto.patch patches/icedtea-arch.patch patches/icedtea-lc_ctype.patch patches/icedtea-xjc.patch patches/icedtea-renderer-crossing.patch patches/icedtea-stroker-finish.patch patches/icedtea-linker-libs-order.patch patches/icedtea-testenv.patch patches/icedtea-samejvm-safe.patch patches/icedtea-pr261.patch patches/icedtea-sparc-buildfixes.patch patches/icedtea-sparc64-linux.patch patches/icedtea-sparc-ptracefix.patch patches/icedtea-sparc-trapsfix.patch patches/icedtea-demo-swingapplet.patch patches/icedtea-jtreg-6592792.patch patches/icedtea-s390-noinline.patch patches/icedtea-jtreg-dnd.patch patches/icedtea-jtreg-jrunscript.patch patches/icedtea-network-unreachable.patch patches/icedtea-dnd-filelists.patch patches/icedtea-java2d-stroker-internal-joint.patch patches/icedtea-java2d-stroker-internal-close-joint.patch patches/icedtea-disable-cc-incompatible-sanity-checks.patch patches/icedtea-explicit-target-arch.patch patches/icedtea-gcc-stack-markings.patch patches/icedtea-no-precompiled.patch patches/icedtea-parisc.patch patches/icedtea-sh4-support.patch patches/icedtea-policy-evaluation.patch patches/hotspot/original/update-bootclasspath.patch patches/libpng.patch patches/extensions/netx.patch patches/extensions/netx-umask.patch patches/icedtea-jtreg-httpTest.patch patches/arm.patch patches/debug-dir.patch patches/no-sync.patch patches/icedtea-override-redirect-metacity.patch patches/openjdk/6963870-swing_npe.patch patches/openjdk/6668231-ssl_cert.patch patches/openjdk/6967533-pre_epoch.patch patches/fonts-rhel.patch patches/fonts-gentoo.patch patches/ipv4-mapped-ipv6-addresses.patch patches/icedtea-too-many-args.patch patches/icedtea-jtreg-OpenGLContextInit.patch patches/openjdk/6510892-httpserver_test.patch patches/openjdk/6638712-wildcard_types.patch patches/openjdk/6650759-missing_inference.patch patches/numa_on_early_glibc.patch patches/icedtea-shark-build.patch patches/shark_do_nothing_on_stub_frame.patch patches/icedtea-shark-build-hotspot.patch patches/shark.patch patches/shark-debug-option.patch patches/icedtea-shark.patch patches/icedtea-linux-separate-debuginfo.patch patches/openjdk/6951319-sparc_build_fixes.patch patches/icedtea-rhino.patch patches/extensions/liveconnect.patch    patches/openjdk/6725214-direct3d-01.patch patches/openjdk/6307603-xrender-01.patch patches/openjdk/6961633-xrender-02.patch patches/openjdk/6791612-opengl-jni-fix.patch patches/openjdk/6755274-glgetstring-crash.patch patches/openjdk/6984543-onscreen_rendering_resize_test.patch  patches/systemtap.patch patches/systemtap-gcc-4.5.patch patches/systemtap-alloc-size-workaround.patch  patches/icedtea-nss-not-enabled-config.patch   ; \
	do \
	  if test x${all_patches_ok} = "xyes" \
	    && echo Checking $p \
	    && /usr/bin/patch -l -p0 --dry-run -s -t -f \
	      < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
	  then \
	    echo Applying $p ; \
	    /usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
	    if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
	      >> stamps/patch.stamp.tmp ; \
	    then \
	      echo "* $(basename $p): UNDOCUMENTED" \
	        >> stamps/patch.stamp.tmp ; \
	    fi ; \
	  else \
	    test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
	  fi ; \
	done ; \
	mv stamps/patch.stamp.tmp stamps/patch.stamp ; \
	if ! test x${all_patches_ok} = "xyes"; then \
	  echo ERROR patch ${all_patches_ok} FAILED! ; \
	  echo WARNING make clean-patch before retrying a fix ; \
	  exit 2; \
	fi
Checking patches/icedtea-notice-safepoints.patch
Applying patches/icedtea-notice-safepoints.patch
patching file openjdk/hotspot/src/share/vm/interpreter/cppInterpreter.hpp
Checking patches/icedtea-parisc-opt.patch
Applying patches/icedtea-parisc-opt.patch
patching file openjdk/hotspot/make/linux/makefiles/product.make
patching file openjdk/hotspot/make/linux/makefiles/optimized.make
Checking patches/icedtea-lucene-crash.patch
Applying patches/icedtea-lucene-crash.patch
patching file openjdk/hotspot/test/compiler/6707044/LuceneCrash.java
Checking patches/icedtea-version.patch
Applying patches/icedtea-version.patch
patching file openjdk/jdk/make/common/shared/Defs.gmk
patching file openjdk/jdk/make/java/version/Makefile
patching file openjdk/jdk/src/share/classes/sun/misc/Version-template.java
Checking patches/icedtea-version-hotspot.patch
Applying patches/icedtea-version-hotspot.patch
patching file openjdk/hotspot/make/linux/makefiles/vm.make
Hunk #1 succeeded at 90 (offset 4 lines).
patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp
patching file openjdk/hotspot/src/share/vm/utilities/vmError.cpp
Hunk #2 succeeded at 387 (offset 45 lines).
Checking patches/icedtea-text-relocations.patch
Applying patches/icedtea-text-relocations.patch
patching file openjdk/hotspot/make/linux/makefiles/gcc.make
patching file openjdk/hotspot/make/linux/makefiles/rules.make
Hunk #1 succeeded at 146 (offset 8 lines).
patching file openjdk/hotspot/make/solaris/makefiles/rules.make
Hunk #1 succeeded at 146 (offset 8 lines).
Checking patches/icedtea-ssl.patch
Applying patches/icedtea-ssl.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/Handshaker.java
Hunk #2 succeeded at 702 (offset 13 lines).
patching file openjdk/jdk/src/share/classes/sun/security/ssl/RSAClientKeyExchange.java
Checking patches/icedtea-rmi_amd64.patch
Applying patches/icedtea-rmi_amd64.patch
patching file openjdk/jdk/make/sun/rmi/rmi/Makefile
Checking patches/icedtea-tools.patch
Applying patches/icedtea-tools.patch
patching file openjdk/jdk/make/tools/sharing/classlist.linux
patching file openjdk/jdk/make/tools/sharing/classlist.solaris
patching file openjdk/jdk/make/tools/sharing/classlist.windows
patching file openjdk/jdk/make/java/awt/Makefile
Checking patches/icedtea-use-system-tzdata.patch
Applying patches/icedtea-use-system-tzdata.patch
patching file openjdk/jdk/src/share/classes/sun/util/calendar/ZoneInfoFile.java
Checking patches/icedtea-headers.patch
Applying patches/icedtea-headers.patch
patching file openjdk/jdk/make/tools/freetypecheck/Makefile
patching file openjdk/jdk/make/common/Defs.gmk
Hunk #1 succeeded at 235 (offset -2 lines).
patching file openjdk/jdk/make/sun/font/Makefile
Checking patches/icedtea-headers-hotspot.patch
Applying patches/icedtea-headers-hotspot.patch
patching file openjdk/hotspot/make/linux/makefiles/jvmti.make
Checking patches/icedtea-gcc-suffix.patch
Applying patches/icedtea-gcc-suffix.patch
patching file openjdk/jdk/make/common/shared/Compiler-gcc.gmk
patching file openjdk/corba/make/common/shared/Compiler-gcc.gmk
Hunk #1 succeeded at 58 with fuzz 2.
Checking patches/hotspot/original/gcc-suffix.patch
Applying patches/hotspot/original/gcc-suffix.patch
patching file openjdk/hotspot/agent/src/os/linux/Makefile
patching file openjdk/hotspot/make/linux/makefiles/gcc.make
Checking patches/icedtea-bytebuffer-compact.patch
Applying patches/icedtea-bytebuffer-compact.patch
patching file openjdk/jdk/src/share/classes/java/nio/Buffer.java
Hunk #6 succeeded at 551 (offset 4 lines).
Checking patches/memory-limits.patch
Applying patches/memory-limits.patch
patching file openjdk/hotspot/src/cpu/x86/vm/c2_globals_x86.hpp
patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp
Hunk #1 succeeded at 2934 (offset 125 lines).
Checking patches/icedtea-sunsrc.patch
Applying patches/icedtea-sunsrc.patch
patching file openjdk/jdk/make/common/Release.gmk
Hunk #1 succeeded at 336 (offset -2 lines).
Hunk #2 succeeded at 377 (offset -2 lines).
Hunk #3 succeeded at 387 (offset -2 lines).
Hunk #4 succeeded at 551 with fuzz 1 (offset -1 lines).
Hunk #7 succeeded at 994 (offset -6 lines).
Checking patches/icedtea-libraries.patch
Applying patches/icedtea-libraries.patch
patching file openjdk/jdk/make/sun/jpeg/Makefile
patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_png.c
patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c
patching file openjdk/jdk/src/share/native/java/util/zip/Adler32.c
patching file openjdk/jdk/src/share/native/java/util/zip/Deflater.c
patching file openjdk/jdk/src/share/native/java/util/zip/CRC32.c
patching file openjdk/jdk/make/common/Program.gmk
Hunk #2 succeeded at 251 with fuzz 2.
patching file openjdk/jdk/make/java/zip/Makefile
patching file openjdk/jdk/make/java/zip/FILES_c.gmk
patching file openjdk/jdk/src/share/native/java/util/zip/Inflater.c
patching file openjdk/jdk/src/share/native/java/util/zip/zip_util.c
patching file openjdk/jdk/make/sun/splashscreen/FILES_c.gmk
patching file openjdk/jdk/make/sun/splashscreen/Makefile
patching file openjdk/jdk/make/sun/jpeg/FILES_c.gmk
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcapimin.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcapistd.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jccoefct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jccolor.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcdctmgr.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jchuff.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jchuff.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcinit.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcmainct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcmarker.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcmaster.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcomapi.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jconfig.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcparam.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcphuff.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcprepct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcsample.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jctrans.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdapimin.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdapistd.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdcoefct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdcolor.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdct.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jddctmgr.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdhuff.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdhuff.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdinput.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmainct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmarker.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmaster.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmerge.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdphuff.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdpostct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdsample.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdtrans.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jerror.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jerror.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jfdctflt.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jfdctfst.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jfdctint.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctflt.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctfst.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctint.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctred.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jinclude.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemmgr.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemnobs.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemsys.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmorecfg.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegint.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpeglib.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jquant1.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jquant2.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jutils.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jversion.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/README
patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_jpeg.c
patching file openjdk/jdk/make/com/sun/java/pack/Makefile
patching file openjdk/jdk/make/java/jli/Makefile
patching file openjdk/jdk/src/share/native/com/sun/java/util/jar/pack/defines.h
Hunk #1 succeeded at 89 (offset 2 lines).
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c
Hunk #3 succeeded at 676 (offset 3 lines).
Hunk #4 succeeded at 701 (offset 3 lines).
Hunk #5 succeeded at 719 (offset 3 lines).
Hunk #6 succeeded at 759 (offset 7 lines).
Hunk #7 succeeded at 857 (offset 22 lines).
Hunk #8 succeeded at 882 (offset 26 lines).
Hunk #9 succeeded at 1430 (offset 26 lines).
Hunk #10 succeeded at 1517 (offset 26 lines).
Hunk #11 succeeded at 1534 (offset 26 lines).
Hunk #12 succeeded at 1556 (offset 26 lines).
Hunk #13 succeeded at 1674 (offset 26 lines).
Hunk #14 succeeded at 1795 (offset 26 lines).
Hunk #15 succeeded at 2027 (offset 34 lines).
Hunk #16 succeeded at 2039 (offset 34 lines).
Hunk #17 succeeded at 2047 (offset 34 lines).
Hunk #18 succeeded at 2063 (offset 34 lines).
Hunk #19 succeeded at 2076 (offset 34 lines).
Hunk #20 succeeded at 2138 (offset 41 lines).
Hunk #21 succeeded at 2164 (offset 41 lines).
Hunk #22 succeeded at 2212 (offset 41 lines).
Hunk #23 succeeded at 2418 (offset 41 lines).
Hunk #24 succeeded at 2573 (offset 41 lines).
Hunk #25 succeeded at 2648 (offset 41 lines).
Hunk #26 succeeded at 2665 (offset 41 lines).
Hunk #27 succeeded at 2774 (offset 41 lines).
Hunk #28 succeeded at 2789 (offset 41 lines).
Hunk #29 succeeded at 2945 (offset 41 lines).
Hunk #30 succeeded at 2984 (offset 41 lines).
Hunk #31 succeeded at 3009 (offset 41 lines).
Hunk #32 succeeded at 3051 (offset 41 lines).
Hunk #33 succeeded at 3115 (offset 41 lines).
Hunk #34 succeeded at 3124 (offset 41 lines).
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c
Checking patches/icedtea-javafiles.patch
Applying patches/icedtea-javafiles.patch
patching file openjdk/jdk/make/java/java/FILES_java.gmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/icedtea-jvmtiEnv.patch
Applying patches/icedtea-jvmtiEnv.patch
patching file openjdk/hotspot/src/share/vm/prims/jvmtiEnv.cpp
Hunk #1 succeeded at 2726 (offset 24 lines).
Checking patches/icedtea-lcms.patch
Applying patches/icedtea-lcms.patch
patching file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsxform.c
Checking patches/icedtea-timerqueue.patch
2 out of 2 hunks FAILED -- saving rejects to file openjdk/jdk/src/share/classes/javax/swing/TimerQueue.java.rej
ERROR patch patches/icedtea-timerqueue.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1



More information about the icedtea-test mailing list