Build failed in Hudson: IcedTea7TargetTesting #213
Hudson Admin
mwong at redhat.com
Sat Feb 20 00:06:52 PST 2010
See <http://toadeater:8080/job/IcedTea7TargetTesting/213/>
------------------------------------------
[...truncated 2491 lines...]
revision="+r`(cd /notnfs/nighttester/icedtea7-target-testing; /usr/bin/hg tip --template '{node|short}')`" ; \
fi ; \
if [ -e openjdk/jdk/.hg ] ; then \
jdk_rev="r`(cd openjdk/jdk; /usr/bin/hg tip --template '{node|short}')`" ; \
fi ; \
if [ -e openjdk/hotspot/.hg ] ; then \
hotspot_rev="r`(cd openjdk/hotspot; /usr/bin/hg tip --template '{node|short}')`" ; \
fi ; \
fi ; \
icedtea_version="1.12${revision}" ; \
if ! test "xno" = "xno"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea7" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea7 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ; \
echo "JDK_REVID=${jdk_rev}" >>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "HOTSPOT_REVID=${hotspot_rev}" >>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ; \
if [ -n "" ]; then \
echo "DISTRO_PACKAGE_VERSION=" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi; \
if test x"icedtea" != "xjdk7"; then \
proj_suffix="-icedtea"; \
fi ; \
if test x"" != "x"; then \
ver_suffix="-"; \
fi ; \
sed -i "s#BUILD_VARIANT_RELEASE)#BUILD_VARIANT_RELEASE)${proj_suffix}${ver_suffix}#" \
openjdk/jdk/make/common/shared/Defs.gmk;
mkdir -p stamps
touch stamps/versioning.stamp
cp -r /notnfs/nighttester/icedtea7-target-testing/overlays/openjdk/* openjdk/
chmod -R ug+w openjdk
mkdir -p stamps
touch stamps/overlay.stamp
if ! test -d openjdk-boot ; then \
cp -pPRl openjdk openjdk-boot ; \
fi
mkdir -p stamps
touch stamps/clone-boot.stamp
+ make patch-boot
mkdir -p stamps; \
rm -f stamps/patch-boot.stamp.tmp ; \
touch stamps/patch-boot.stamp.tmp ; \
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/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 ; \
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
Hunk #1 succeeded at 1036 (offset 5 lines).
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
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/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
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 971 (offset 16 lines).
Checking patches/boot/tobin.patch
Applying patches/boot/tobin.patch
patching file openjdk-boot/jdk/make/sun/xawt/Makefile
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/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/GenerateEUC_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/GenerateSBCS.java
Checking patches/boot/icedtea-dbcs.patch
Applying patches/boot/icedtea-dbcs.patch
patching file openjdk-boot/jdk/make/tools/src/build/tools/charsetmapping/GenerateDBCS.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
if ! echo "ebab4c6c4e641a4c95a7b6669e78f9bb1149a11054fc5b423cf292b633d6be53 drops/jdk7-jaxp-m5.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk7-jaxp-m5.zip ] ; \
then \
mv drops/jdk7-jaxp-m5.zip drops/jdk7-jaxp-m5.zip.old ; \
fi ; \
/usr/bin/wget https://jaxp.dev.java.net/files/documents/913/144160/jdk7-jaxp-m5.zip -O drops/jdk7-jaxp-m5.zip; \
if ! echo "ebab4c6c4e641a4c95a7b6669e78f9bb1149a11054fc5b423cf292b633d6be53 drops/jdk7-jaxp-m5.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaxp drop zip"; false; \
fi; \
fi ;
/usr/bin/sha256sum: drops/jdk7-jaxp-m5.zip: No such file or directory
drops/jdk7-jaxp-m5.zip: FAILED open or read
/usr/bin/sha256sum: WARNING: 1 of 1 listed file could not be read
--2010-02-20 03:06:51-- https://jaxp.dev.java.net/files/documents/913/144160/jdk7-jaxp-m5.zip
Resolving jaxp.dev.java.net... 204.16.104.198
Connecting to jaxp.dev.java.net|204.16.104.198|:443... connected.
ERROR: cannot verify jaxp.dev.java.net's certificate, issued by `/C=US/ST=California/L=Brisbane/O=CollabNet, Inc./CN=netmon.sjc.collab.net/emailAddress=hostmaster at collab.net':
Self-signed certificate encountered.
ERROR: certificate common name `netmon.sjc.collab.net' doesn't match requested host name `jaxp.dev.java.net'.
To connect to jaxp.dev.java.net insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
drops/jdk7-jaxp-m5.zip: FAILED
/usr/bin/sha256sum: WARNING: 1 of 1 computed checksum did NOT match
ERROR: Bad download of jaxp drop zip
make: *** [stamps/download-jaxp-drop.stamp] Error 1
+ exit 1
More information about the icedtea-test
mailing list