Build failed in Hudson: IcedTea7TargetTesting #294
Hudson Admin
gnu_andrew at member.fsf.org
Thu May 6 07:00:38 PDT 2010
See <http://toadeater:8080/job/IcedTea7TargetTesting/294/>
------------------------------------------
[...truncated 4704 lines...]
mv jdk7-195fcceefddc openjdk ; \
if test "xdefault" != "xdefault"; then \
rm -rf openjdk/hotspot ; \
fi ; \
else \
echo "ERROR: Couldn't extract OpenJDK"; \
false; \
fi; \
fi;
if [ ! -z corba.tar.gz ] ; then \
if test -e corba.tar.gz ; \
then \
if ! test -d openjdk/corba ; \
then \
case "corba.tar.gz" in \
*.zip) /usr/bin/unzip -q corba.tar.gz ;; \
*.tar.*) /bin/tar xf corba.tar.gz ;; \
esac; \
mv corba-e805b4155d76 openjdk/corba ; \
fi ; \
fi ; \
fi
if [ ! -z jaxp.tar.gz ] ; then \
if test -e jaxp.tar.gz ; \
then \
if ! test -d openjdk/jaxp ; \
then \
case "jaxp.tar.gz" in \
*.zip) /usr/bin/unzip -q jaxp.tar.gz ;; \
*.tar.*) /bin/tar xf jaxp.tar.gz ;; \
esac; \
mv jaxp-826bafcb6c4a openjdk/jaxp ; \
fi ; \
fi ; \
fi
if [ ! -z jaxws.tar.gz ] ; then \
if test -e jaxws.tar.gz ; \
then \
if ! test -d openjdk/jaxws ; \
then \
case "jaxws.tar.gz" in \
*.zip) /usr/bin/unzip -q jaxws.tar.gz ;; \
*.tar.*) /bin/tar xf jaxws.tar.gz ;; \
esac; \
mv jaxws-1661166c82dc openjdk/jaxws ; \
fi ; \
fi ; \
fi
if [ ! -z jdk.tar.gz ] ; then \
if test -e jdk.tar.gz ; \
then \
if ! test -d openjdk/jdk ; \
then \
case "jdk.tar.gz" in \
*.zip) /usr/bin/unzip -q jdk.tar.gz ;; \
*.tar.*) /bin/tar xf jdk.tar.gz ;; \
esac; \
mv jdk-c1cee45daf4d openjdk/jdk ; \
fi ; \
fi ; \
fi
if [ ! -z langtools.tar.gz ] ; then \
if test -e langtools.tar.gz ; \
then \
if ! test -d openjdk/hotspot ; \
then \
case "langtools.tar.gz" in \
*.zip) /usr/bin/unzip -q langtools.tar.gz ;; \
*.tar.*) /bin/tar xf langtools.tar.gz ;; \
esac; \
mv langtools-a0499f48ec96 openjdk/langtools ; \
fi ; \
fi ; \
fi
if [ ! -z hotspot.tar.gz ] ; then \
if test -e hotspot.tar.gz ; \
then \
if ! test -d openjdk/hotspot ; \
then \
case "hotspot.tar.gz" in \
*.zip) /usr/bin/unzip -q hotspot.tar.gz ;; \
*.tar.*) /bin/tar xf hotspot.tar.gz ;; \
esac; \
mv hotspot-e431f9da7dc9 openjdk/hotspot ; \
fi ; \
fi ; \
fi
chmod -R ug+w openjdk
sh ./fsg.sh ;
Further liberating OpenJDK...
find openjdk -name '*.java' \
-exec sed -i 's/^[[:space:]]*@Override//' {} + ; \
mkdir -p stamps
touch stamps/extract-openjdk.stamp
if test "xtrue" = "xtrue"; then \
(cd openjdk/jaxws ; \
/usr/bin/ant -Ddrops.dir=/notnfs/nighttester/icedtea7-target-testing/drops \
-Doutput.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk/build/linux-amd64/jaxws \
source ; \
cd /notnfs/nighttester/icedtea7-target-testing) ; \
fi
Buildfile: build.xml
init:
-jaxws_src-ready:
-jaxws_src-copy-bundle:
-jaxws_src-url-should-be-used:
-jaxws_src-url-bundle:
jaxws_src-update:
-jaf_src-ready:
-jaf_src-copy-bundle:
-jaf_src-url-should-be-used:
-jaf_src-url-bundle:
jaf_src-update:
-set-props:
-use-drop:
-init-src-dirs:
[echo] Using primary.src.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk/build/linux-amd64/jaxws/drop/jaxws_src/src
[echo] Using src.dir.id=/notnfs/nighttester/icedtea7-target-testing/openjdk/build/linux-amd64/jaxws/drop/jaxws_src/src:/notnfs/nighttester/icedtea7-target-testing/openjdk/build/linux-amd64/jaxws/drop/jaf_src/src
source:
BUILD SUCCESSFUL
Total time: 0 seconds
mkdir -p stamps
touch stamps/extract-jaxws.stamp
mkdir -p stamps
touch stamps/extract.stamp
for target in /notnfs/nighttester/icedtea7-target-testing/ports/hotspot/make/*/makefiles/* \
/notnfs/nighttester/icedtea7-target-testing/ports/hotspot/src/cpu/zero/vm/* \
/notnfs/nighttester/icedtea7-target-testing/ports/hotspot/src/share/vm/*; do \
link=$(dirname $target | sed 's/^.*ports/openjdk/'|sed "s#hotspot/build#hotspot/make#"); \
ln -sfv $target $link; \
done
`openjdk/hotspot/make/linux/makefiles/shark.make' -> `/notnfs/nighttester/icedtea7-target-testing/ports/hotspot/make/linux/makefiles/shark.make'
`openjdk/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp' -> `/notnfs/nighttester/icedtea7-target-testing/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp'
`openjdk/hotspot/src/share/vm/includeDB_shark' -> `/notnfs/nighttester/icedtea7-target-testing/ports/hotspot/src/share/vm/includeDB_shark'
`openjdk/hotspot/src/share/vm/shark' -> `/notnfs/nighttester/icedtea7-target-testing/ports/hotspot/src/share/vm/shark'
if ! test "xno" = "xno" ; then \
mkdir -p openjdk/jdk/src/solaris/bin/amd64 ; \
ln -sf /notnfs/nighttester/icedtea7-target-testing/jvm.cfg \
openjdk/jdk/src/solaris/bin/amd64/jvm.cfg ; \
fi
if ! test "xno" = "xno"; then \
ln -sf /notnfs/nighttester/icedtea7-target-testing/ergo.c \
openjdk/jdk/src/solaris/bin/ergo_amd64.c; \
fi
mkdir -p stamps
touch stamps/ports.stamp
if [ ! -e /notnfs/nighttester/icedtea7-target-testing/generated ]; then \
cp -a /notnfs/nighttester/icedtea7-target-testing/generated /notnfs/nighttester/icedtea7-target-testing; \
find /notnfs/nighttester/icedtea7-target-testing/generated -type f -exec chmod 640 '{}' ';' \
-o -type d -exec chmod 750 '{}' ';'; \
fi
mkdir -p stamps
touch stamps/generated.stamp
mkdir -p stamps ; \
rm -f stamps/patch-fsg.stamp.tmp ; \
touch stamps/patch-fsg.stamp.tmp ; \
all_patches_ok=yes; \
for p in ; \
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-fsg.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-fsg.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-fsg.stamp.tmp stamps/patch-fsg.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 ;
mkdir -p stamps ; \
rm -f stamps/patch.stamp.tmp ; \
touch stamps/patch.stamp.tmp ; \
all_patches_ok=yes; \
cd /notnfs/nighttester/icedtea7-target-testing/openjdk/jdk; \
for p in ; \
do \
if test x${all_patches_ok} == "xyes" \
&& echo Checking $p \
&& /usr/bin/patch -l -p1 --dry-run -s -t -f -F 0 < /notnfs/nighttester/icedtea7-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p1 < /notnfs/nighttester/icedtea7-target-testing/$p ; \
else \
test x${all_patches_ok} == "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
cd /notnfs/nighttester/icedtea7-target-testing ; \
for p in patches/hotspot/default/icedtea-version.patch patches/icedtea-copy-plugs.patch patches/hotspot/default/icedtea-text-relocations.patch patches/icedtea-ssl.patch patches/icedtea-liveconnect.patch patches/icedtea-webstart.patch patches/icedtea-webstart-umask.patch patches/icedtea-rmi_amd64.patch patches/icedtea-tools.patch patches/icedtea-demos.patch patches/icedtea-headers.patch patches/hotspot/default/icedtea-headers.patch patches/icedtea-gcc-suffix.patch patches/hotspot/default/icedtea-gcc-suffix.patch patches/icedtea-bytebuffer-compact.patch patches/hotspot/default/icedtea-memory-limits.patch patches/icedtea-sunsrc.patch patches/icedtea-libraries.patch patches/icedtea-print-lsb-release.patch patches/icedtea-jpegclasses.patch patches/debian/icedtea-uname.patch patches/icedtea-freetypeversion.patch patches/hotspot/default/icedtea-sparc-ptracefix.patch patches/hotspot/default/icedtea-sparc-trapsfix.patch patches/icedtea-override-redirect-metacity.patch patches/icedtea-shark-build.patch patches/hotspot/default/icedtea-shark-build.patch patches/icedtea-security-updates.patch patches/icedtea-hotspot-gcc-pr36917.patch patches/icedtea-alpha-fixes.patch patches/icedtea-alt-jar.patch patches/icedtea-jdk-use-ssize_t.patch patches/hotspot/default/icedtea-use-idx_t.patch patches/hotspot/default/icedtea-params-cast-size_t.patch patches/icedtea-clean-crypto.patch patches/hotspot/default/icedtea-shark.patch patches/cacao/arch.patch patches/icedtea-signed-types.patch patches/icedtea-lc_ctype.patch patches/icedtea-tests-jdk.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-doc-headers.patch patches/hotspot/default/icedtea-parisc-opt.patch patches/security/icedtea-6592792.patch patches/security/icedtea-6733959.patch patches/security/icedtea-6755943.patch patches/hotspot/default/icedtea-includedb.patch patches/icedtea-demo-swingapplet.patch patches/icedtea-jvmtiEnv.patch patches/icedtea-netx.patch patches/icedtea-disable-intree-ec.patch patches/icedtea-sources.patch patches/no-precompiled.patch patches/icedtea-rhino.patch patches/xrender/icedtea-001.patch patches/xrender/icedtea-002.patch patches/xrender/icedtea-003.patch patches/xrender/icedtea-004.patch patches/xrender/icedtea-005.patch patches/xrender/icedtea-006.patch patches/xrender/icedtea-007.patch patches/xrender/icedtea-008.patch patches/xrender/icedtea-009.patch patches/icedtea-javafiles.patch patches/icedtea-liveconnect-dist.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.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 ; \
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 ; \
mv stamps/patch.stamp.tmp stamps/patch.stamp
Checking patches/hotspot/default/icedtea-version.patch
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/vm.make.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/utilities/vmError.cpp.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/runtime/arguments.cpp.rej
ERROR patch patches/hotspot/default/icedtea-version.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