Build failed in Hudson: IcedTea7TargetTesting #293
Hudson Admin
gnu_andrew at member.fsf.org
Thu May 6 00:05:34 PDT 2010
See <http://toadeater:8080/job/IcedTea7TargetTesting/293/>
------------------------------------------
[...truncated 3449 lines...]
all_patches_ok=yes; \
for p in patches/boot/ant-javac.patch patches/boot/corba-defs.patch patches/boot/corba-idlj.patch patches/boot/corba-libgcj.patch patches/boot/corba-no-gen.patch patches/boot/corba-orb.patch patches/boot/demos.patch patches/boot/ecj-fphexconstants.patch patches/boot/ecj-opts.patch patches/boot/fontconfig.patch patches/boot/generated-comments.patch patches/boot/xbootclasspath.patch patches/boot/icedteart.patch patches/boot/jar.patch patches/boot/javah.patch patches/boot/symbols.patch patches/boot/tobin.patch patches/boot/icedtea-hotspot-default.patch patches/boot/icedtea-jopt.patch patches/boot/icedtea-dyn.patch patches/boot/icedtea-jaxp-dependency.patch patches/boot/genstubs-nofork.patch patches/boot/icedtea-pr39408.patch patches/boot/icedtea-pr40188.patch patches/boot/icedtea-pr40616.patch patches/boot/icedtea-spp.patch patches/boot/icedtea-sbcs.patch patches/boot/icedtea-dbcs.patch patches/boot/ecj-diamond.patch ; \
do \
if test x${all_patches_ok} = "xyes" \
&& echo Checking $p \
&& /usr/bin/patch -l -p0 --dry-run -s -t -f \
-F 0 < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea7-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea7-target-testing/HACKING \
>> stamps/patch-boot.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-boot.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-boot.stamp.tmp stamps/patch-boot.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/boot/ant-javac.patch
Applying patches/boot/ant-javac.patch
patching file openjdk-boot/jaxp/build.xml
patching file openjdk-boot/jaxws/build.xml
Checking patches/boot/corba-defs.patch
Applying patches/boot/corba-defs.patch
patching file openjdk-boot/corba/make/common/Defs.gmk
Checking patches/boot/corba-idlj.patch
Applying patches/boot/corba-idlj.patch
patching file openjdk-boot/corba/make/org/omg/sources/Makefile
patching file openjdk-boot/corba/make/sun/rmi/corbalogsources/Makefile
Checking patches/boot/corba-libgcj.patch
Applying patches/boot/corba-libgcj.patch
patching file openjdk-boot/corba/make/common/Defs-linux.gmk
Checking patches/boot/corba-no-gen.patch
Applying patches/boot/corba-no-gen.patch
patching file openjdk-boot/corba/make/com/sun/corba/se/Makefile
Checking patches/boot/corba-orb.patch
Applying patches/boot/corba-orb.patch
patching file openjdk-boot/corba/make/com/sun/corba/se/org/Makefile
Checking patches/boot/demos.patch
Applying patches/boot/demos.patch
patching file openjdk-boot/jdk/make/common/Release.gmk
patching file openjdk-boot/jdk/make/Makefile
Checking patches/boot/ecj-fphexconstants.patch
Applying patches/boot/ecj-fphexconstants.patch
patching file openjdk-boot/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-boot/jdk/src/share/classes/java/lang/Float.java
Checking patches/boot/ecj-opts.patch
Applying patches/boot/ecj-opts.patch
patching file openjdk-boot/corba/make/common/Rules.gmk
patching file openjdk-boot/jdk/make/java/nio/Makefile
Hunk #1 succeeded at 32 (offset 1 line).
Checking patches/boot/fontconfig.patch
Applying patches/boot/fontconfig.patch
patching file openjdk-boot/jdk/make/sun/awt/Makefile
Checking patches/boot/generated-comments.patch
Applying patches/boot/generated-comments.patch
patching file openjdk-boot/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
Checking patches/boot/xbootclasspath.patch
Applying patches/boot/xbootclasspath.patch
patching file openjdk-boot/corba/make/common/shared/Defs-java.gmk
patching file openjdk-boot/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-boot/jdk/make/java/text/base/Makefile
patching file openjdk-boot/jdk/make/sun/text/Makefile
Checking patches/boot/icedteart.patch
Applying patches/boot/icedteart.patch
patching file openjdk-boot/jdk/make/common/BuildToolJar.gmk
patching file openjdk-boot/jdk/make/common/Rules.gmk
patching file openjdk-boot/jdk/make/sun/javazic/Makefile
Hunk #1 succeeded at 63 (offset 1 line).
Checking patches/boot/jar.patch
Applying patches/boot/jar.patch
patching file openjdk-boot/jdk/make/common/Release.gmk
Hunk #1 succeeded at 655 (offset 5 lines).
Checking patches/boot/javah.patch
Applying patches/boot/javah.patch
patching file openjdk-boot/jdk/make/common/Rules.gmk
patching file openjdk-boot/jdk/make/sun/awt/FILES_export_unix.gmk
patching file openjdk-boot/jdk/src/share/native/sun/java2d/opengl/OGLContext.h
Checking patches/boot/symbols.patch
Applying patches/boot/symbols.patch
patching file openjdk-boot/jdk/make/common/Release.gmk
Hunk #1 succeeded at 960 (offset 16 lines).
Checking patches/boot/tobin.patch
Applying patches/boot/tobin.patch
patching file openjdk-boot/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 295 (offset 1 line).
Hunk #2 succeeded at 305 (offset 1 line).
Checking patches/boot/icedtea-hotspot-default.patch
Applying patches/boot/icedtea-hotspot-default.patch
patching file openjdk-boot/hotspot/make/linux/Makefile
patching file openjdk-boot/hotspot/make/linux/makefiles/sa.make
Checking patches/boot/icedtea-jopt.patch
Applying patches/boot/icedtea-jopt.patch
patching file openjdk-boot/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 86 (offset 11 lines).
patching file openjdk-boot/jdk/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 90 (offset 8 lines).
Checking patches/boot/icedtea-dyn.patch
Applying patches/boot/icedtea-dyn.patch
patching file openjdk-boot/jdk/make/java/Makefile
Checking patches/boot/icedtea-jaxp-dependency.patch
Applying patches/boot/icedtea-jaxp-dependency.patch
patching file openjdk-boot/jaxws/build.properties
patching file openjdk-boot/jaxws/build.xml
Checking patches/boot/genstubs-nofork.patch
Applying patches/boot/genstubs-nofork.patch
patching file openjdk-boot/langtools/make/build.xml
Checking patches/boot/icedtea-pr39408.patch
Applying patches/boot/icedtea-pr39408.patch
patching file openjdk-boot/jdk/src/solaris/native/sun/nio/ch/FileDispatcherImpl.c
Checking patches/boot/icedtea-pr40188.patch
Applying patches/boot/icedtea-pr40188.patch
patching file openjdk-boot/jdk/src/solaris/native/sun/nio/ch/FileDispatcherImpl.c
Hunk #1 succeeded at 200 (offset 8 lines).
Checking patches/boot/icedtea-pr40616.patch
Applying patches/boot/icedtea-pr40616.patch
patching file openjdk-boot/jdk/make/tools/src/build/tools/charsetmapping/EUC_TW.java
Checking patches/boot/icedtea-spp.patch
Applying patches/boot/icedtea-spp.patch
patching file openjdk-boot/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/boot/icedtea-sbcs.patch
Applying patches/boot/icedtea-sbcs.patch
patching file openjdk-boot/jdk/make/tools/src/build/tools/charsetmapping/SBCS.java
Checking patches/boot/icedtea-dbcs.patch
Applying patches/boot/icedtea-dbcs.patch
patching file openjdk-boot/jdk/make/tools/src/build/tools/charsetmapping/DBCS.java
Checking patches/boot/ecj-diamond.patch
Applying patches/boot/ecj-diamond.patch
patching file openjdk-boot/jdk/src/share/classes/sun/nio/cs/AbstractCharsetProvider.java
patching file openjdk-boot/jdk/src/share/classes/sun/io/CharacterEncoding.java
patching file openjdk-boot/jdk/src/share/classes/sun/net/www/protocol/http/AuthenticationInfo.java
patching file openjdk-boot/jdk/src/share/classes/sun/security/provider/JavaKeyStore.java
+ make native-ecj
mkdir -p stamps
touch stamps/native-ecj.stamp
+ make bootstrap-directory-stage1
mkdir -p bootstrap/boot/bin stamps/
ln -sf /usr/lib/jvm/java-gcj/bin/java bootstrap/boot/bin/java
ln -sf /usr/lib/jvm/java-gcj/bin/javah bootstrap/boot/bin/javah
ln -sf /usr/lib/jvm/java-gcj/bin/rmic bootstrap/boot/bin/rmic
ln -sf /usr/lib/jvm/java-gcj/bin/jar bootstrap/boot/bin/jar
ln -sf ../../../javac bootstrap/boot/bin/javac
ln -sf ../../../javap bootstrap/boot/bin/javap
mkdir -p bootstrap/boot/lib/endorsed
ln -sf /usr/share/java/xalan-j2.jar bootstrap/boot/lib/endorsed/xalan-j2.jar
ln -sf /usr/share/java/xalan-j2-serializer.jar \
bootstrap/boot/lib/endorsed/xalan-j2-serializer.jar
ln -sf /usr/share/java/xerces-j2.jar bootstrap/boot/lib/endorsed/xerces-j2.jar
mkdir -p bootstrap/boot/jre/lib; \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar \
bootstrap/boot/jre/lib/rt.jar; \
chmod u+w bootstrap/boot/jre/lib/rt.jar; \
ln -sf /usr/lib/jvm/java-gcj/jre/lib/amd64 \
bootstrap/boot/jre/lib/; \
if ! test -d bootstrap/boot/jre/lib/amd64; \
then \
ln -sf ./amd64 \
bootstrap/boot/jre/lib/amd64; \
fi; \
mkdir -p bootstrap/boot/include; \
for i in /usr/lib/jvm/java-gcj/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f bootstrap/boot/include/$i; \
ln -s /usr/lib/jvm/java-gcj/include/$i bootstrap/boot/include/$i; \
done; \
mkdir -p stamps
touch stamps/bootstrap-directory-stage1.stamp
+ make bootstrap-directory-symlink-stage1
rm -f bootstrap/jdk1.6.0
ln -sf boot bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage1.stamp
+ make icedtea-boot
mkdir -p drops
ln -sf /notnfs/nighttester/drops/jaxp7.zip drops/jdk7-jaxp-m6.zip
if ! echo "3d9eb7ae71f5365e2a786ba270413c6cb7dc8d1137f56995c087908b3df8446c drops/jdk7-jaxp-m6.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk7-jaxp-m6.zip ] ; \
then \
mv drops/jdk7-jaxp-m6.zip drops/jdk7-jaxp-m6.zip.old ; \
fi ; \
/usr/bin/wget https://jaxp.dev.java.net/files/documents/913/147490/jdk7-jaxp-m6.zip -O drops/jdk7-jaxp-m6.zip; \
if ! echo "3d9eb7ae71f5365e2a786ba270413c6cb7dc8d1137f56995c087908b3df8446c drops/jdk7-jaxp-m6.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaxp drop zip"; false; \
fi; \
fi ;
drops/jdk7-jaxp-m6.zip: OK
mkdir -p stamps
touch stamps/download-jaxp-drop.stamp
mkdir -p stamps
touch stamps/download-drops.stamp
mkdir -p stamps
touch stamps/download.stamp
/bin/find /notnfs/nighttester/icedtea7-target-testing/rt -name '*.java' \
| sort -u > rt-source-files.txt
for dir in openjdk-boot/jdk/src/share/classes/com/sun/jdi openjdk-boot/jdk/src/share/classes/com/sun/tools/jdi openjdk-boot/jdk/src/share/classes/com/sun/net/httpserver openjdk-boot/jdk/src/share/classes/java/io openjdk-boot/jdk/src/share/classes/java/security/cert openjdk-boot/jdk/src/share/classes/java/util openjdk-boot/jdk/src/share/classes/java/rmi openjdk-boot/jdk/src/share/classes/javax/net/ssl openjdk-boot/jdk/src/share/classes/javax/rmi/ssl openjdk-boot/jdk/src/share/classes/javax/script openjdk-boot/jdk/src/share/classes/javax/security/auth/kerberos openjdk-boot/jdk/src/share/classes/javax/security/sasl openjdk-boot/jdk/src/share/classes/javax/swing/plaf/basic openjdk-boot/jdk/src/share/classes/sun/awt/ openjdk-boot/jdk/src/share/classes/sun/rmi/rmic openjdk-boot/jdk/src/share/classes/sun/tools/java openjdk-boot/langtools/src/share/classes/com/sun/mirror openjdk-boot/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea7-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 5 -target 5 -d lib/rt \
-classpath /usr/lib/jvm/java-gcj/jre/lib/rt.jar \
-sourcepath '/notnfs/nighttester/icedtea7-target-testing/generated:openjdk-boot/jdk/src/share/classes:openjdk-boot/jdk/src/solaris/classes:openjdk-boot/langtools/src/share/classes:openjdk-boot/corba/src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk/build/linux-amd64/jaxws/drop/jaxws_src/src' \
-bootclasspath \'\' @rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/sun/nio/cs/ext/MS950_HKSCS_XP.java (at line 42)
|| (cs instanceof MS950)
^^^^^^^^^^^^^^^^^^^^^
Incompatible conditional operand types Charset and MS950
----------
2. ERROR in /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/sun/nio/cs/ext/MS950_HKSCS_XP.java (at line 42)
|| (cs instanceof MS950)
^^^^^
MS950 cannot be resolved to a type
----------
3. ERROR in /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/sun/nio/cs/ext/MS950_HKSCS_XP.java (at line 56)
(DoubleByte.Decoder)new MS950().newDecoder();
^^^^^
MS950 cannot be resolved to a type
----------
4. ERROR in /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/sun/nio/cs/ext/MS950_HKSCS_XP.java (at line 68)
initb2c(b2cBmp, HKSCS_XPMapping.b2cBmpStr);
^^^^^^^^^^^^^^^
HKSCS_XPMapping cannot be resolved
----------
5. ERROR in /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/sun/nio/cs/ext/MS950_HKSCS_XP.java (at line 82)
(DoubleByte.Encoder)new MS950().newEncoder();
^^^^^
MS950 cannot be resolved to a type
----------
6. ERROR in /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/sun/nio/cs/ext/MS950_HKSCS_XP.java (at line 91)
initc2b(c2bBmp, HKSCS_XPMapping.b2cBmpStr, null);
^^^^^^^^^^^^^^^
HKSCS_XPMapping cannot be resolved
----------
6 problems (6 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
More information about the icedtea-test
mailing list