Build failed in Hudson: IcedTea7TargetTesting #223
Hudson Admin
gnu_andrew at member.fsf.org
Tue Mar 2 19:20:52 PST 2010
See <http://toadeater:8080/job/IcedTea7TargetTesting/223/>
------------------------------------------
[...truncated 3816 lines...]
4400K .......... .......... .......... .......... .......... 76% 220K 5s
4450K .......... .......... .......... .......... .......... 77% 225K 5s
4500K .......... .......... .......... .......... .......... 77% 374K 5s
4550K .......... .......... .......... .......... .......... 78% 224K 5s
4600K .......... .......... .......... .......... .......... 79% 375K 4s
4650K .......... .......... .......... .......... .......... 80% 223K 4s
4700K .......... .......... .......... .......... .......... 81% 229K 4s
4750K .......... .......... .......... .......... .......... 82% 368K 4s
4800K .......... .......... .......... .......... .......... 83% 213K 4s
4850K .......... .......... .......... .......... .......... 83% 239K 4s
4900K .......... .......... .......... .......... .......... 84% 392K 3s
4950K .......... .......... .......... .......... .......... 85% 214K 3s
5000K .......... .......... .......... .......... .......... 86% 345K 3s
5050K .......... .......... .......... .......... .......... 87% 236K 3s
5100K .......... .......... .......... .......... .......... 88% 288K 3s
5150K .......... .......... .......... .......... .......... 89% 277K 2s
5200K .......... .......... .......... .......... .......... 89% 285K 2s
5250K .......... .......... .......... .......... .......... 90% 244K 2s
5300K .......... .......... .......... .......... .......... 91% 339K 2s
5350K .......... .......... .......... .......... .......... 92% 246K 2s
5400K .......... .......... .......... .......... .......... 93% 235K 1s
5450K .......... .......... .......... .......... .......... 94% 340K 1s
5500K .......... .......... .......... .......... .......... 95% 221K 1s
5550K .......... .......... .......... .......... .......... 95% 232K 1s
5600K .......... .......... .......... .......... .......... 96% 323K 1s
5650K .......... .......... .......... .......... .......... 97% 256K 1s
5700K .......... .......... .......... .......... .......... 98% 325K 0s
5750K .......... .......... .......... .......... .......... 99% 215K 0s
5800K .......... .......... .......... ...... 100% 340K=22s
2010-03-02 22:19:59 (267 KB/s) - `drops/jdk7-jaxp-m6.zip' saved [5976848/5976848]
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:/notnfs/nighttester/icedtea7-target-testing/netx' \
-bootclasspath \'\' @rt-source-files.txt ;
incorrect classpath: ''
mkdir -p stamps
touch stamps/rt-class-files.stamp
(set -e ; \
cd lib/rt ; \
for dirs in openjdk-boot/langtools/src/share/classes/com/sun/tools/javac/resources ; \
do \
destpath=`echo $dirs|sed -e 's#openjdk-boot/langtools/src/share/classes/##' -e 's#openjdk-boot/jdk/src/share/classes/##'` ; \
mkdir -p `dirname $destpath` ; \
cp -a ../../$dirs $destpath ; \
done ; \
/usr/bin/zip -qur /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar \
com java javax sun );
mkdir -p stamps
touch stamps/rt.stamp
mkdir -p bootstrap/jdk1.7.0/jre/lib
ln -sf /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar \
bootstrap/jdk1.7.0/jre/lib/rt-closed.jar
mkdir -p bootstrap/boot/lib
ln -sf /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib/rt.jar \
/notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/lib/tools.jar
mkdir -p bootstrap/jdk1.7.0/lib
ln -sf /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/lib/tools.jar \
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.7.0/lib/tools.jar
mkdir -p stamps
touch stamps/plugs.stamp
find /notnfs/nighttester/icedtea7-target-testing/netx -name '*.java' | sort > netx-source-files.txt
mkdir -p /notnfs/nighttester/icedtea7-target-testing/netx.build
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 5 -target 5 \
-d /notnfs/nighttester/icedtea7-target-testing/netx.build \
-classpath /notnfs/nighttester/icedtea7-target-testing/lib/rt:/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:/notnfs/nighttester/icedtea7-target-testing/netx \
-bootclasspath \'\' \
@netx-source-files.txt ;
incorrect classpath: ''
mkdir -p stamps
touch stamps/netx.stamp
(cd /notnfs/nighttester/icedtea7-target-testing/netx.build ; \
mkdir -p lib ; \
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cf lib/classes.jar javax/jnlp net ; \
cp -a /notnfs/nighttester/icedtea7-target-testing/netx src; \
find src -type f -exec chmod 640 '{}' ';' -o -type d -exec chmod 750 '{}' ';'; \
cd src ; \
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar uf /notnfs/nighttester/icedtea7-target-testing/netx.build/lib/classes.jar \
`find . -type f -not -name '*.java'` ; \
/usr/bin/zip -qr /notnfs/nighttester/icedtea7-target-testing/netx.build/lib/src.zip javax net )
mkdir -p stamps
touch stamps/netx-dist.stamp
if test "xsun/applet netscape" != x; then \
find /notnfs/nighttester/icedtea7-target-testing/plugin/icedtea/java -name '*.java' | sort > liveconnect-source-files.txt ; \
fi
find: `/notnfs/nighttester/icedtea7-target-testing/plugin/icedtea/java': No such file or directory
touch liveconnect-source-files.txt
if test "xsun/applet netscape" != x; then \
mkdir -p /notnfs/nighttester/icedtea7-target-testing/liveconnect ; \
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 5 -target 5 \
-d /notnfs/nighttester/icedtea7-target-testing/liveconnect \
-classpath /notnfs/nighttester/icedtea7-target-testing/lib/rt:/notnfs/nighttester/icedtea7-target-testing/netx.build:/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:/notnfs/nighttester/icedtea7-target-testing/netx \
-bootclasspath \'\' \
@liveconnect-source-files.txt ; \
fi
Eclipse Java Compiler 0.894_R34x, 3.4.2 release
Copyright IBM Corp 2000, 2008. All rights reserved.
Usage: <options> <source files | directories>
If directories are specified, then their source contents are compiled.
Possible options are listed below. Options enabled by default are prefixed
with '+'.
Classpath options:
-cp -classpath <directories and ZIP archives separated by :>
specify location for application classes and sources.
Each directory or file can specify access rules for
types between '[' and ']' (e.g. [-X] to forbid
access to type X, [~X] to discourage access to type X,
[+p/X:-p/*] to forbid access to all types in package p
but allow access to p/X)
-bootclasspath <directories and ZIP archives separated by :>
specify location for system classes. Each directory or
file can specify access rules for types between '['
and ']'
-sourcepath <directories and ZIP archives separated by :>
specify location for application sources. Each directory
or file can specify access rules for types between '['
and ']'. Each directory can further specify a specific
destination directory using a '-d' option between '['
and ']'; this overrides the general '-d' option.
.class files created from source files contained in a
jar file are put in the user.dir folder in case no
general '-d' option is specified. ZIP archives cannot
override the general '-d' option
-extdirs <directories separated by :>
specify location for extension ZIP archives
-endorseddirs <directories separated by :>
specify location for endorsed ZIP archives
-d <dir> destination directory (if omitted, no directory is
created); this option can be overridden per source
directory
-d none generate no .class files
-encoding <enc> specify custom encoding for all sources. Each
file/directory can override it when suffixed with
'['<enc>']' (e.g. X.java[utf8])
Compliance options:
-1.3 use 1.3 compliance (-source 1.3 -target 1.1)
-1.4 + use 1.4 compliance (-source 1.3 -target 1.2)
-1.5 -5 -5.0 use 1.5 compliance (-source 1.5 -target 1.5)
-1.6 -6 -6.0 use 1.6 compliance (-source 1.6 -target 1.6)
-1.7 -7 -7.0 use 1.7 compliance (-source 1.7 -target 1.7)
-source <version> set source level: 1.3 to 1.7 (or 5, 5.0, etc)
-target <version> set classfile target: 1.1 to 1.7 (or 5, 5.0, etc)
cldc1.1 can also be used to generate the StackMap
attribute
Warning options:
-deprecation + deprecation outside deprecated code (equivalent to
-warn:+deprecation)
-nowarn -warn:none disable all warnings
-?:warn -help:warn display advanced warning options
Debug options:
-g[:lines,vars,source] custom debug info
-g:lines,source + both lines table and source debug info
-g all debug info
-g:none no debug info
-preserveAllLocals preserve unused local vars for debug purpose
Annotation processing options:
These options are meaningful only in a 1.6 environment.
-Akey[=value] options that are passed to annotation processors
-processorpath <directories and ZIP archives separated by :>
specify locations where to find annotation processors.
If this option is not used, the classpath will be
searched for processors
-processor <class1[,class2,...]>
qualified names of the annotation processors to run.
This bypasses the default annotation discovery process
-proc:only run annotation processors, but do not compile
-proc:none perform compilation but do not run annotation
processors
-s <dir> destination directory for generated source files
-XprintProcessorInfo print information about which annotations and elements
a processor is asked to process
-XprintRounds print information about annotation processing rounds
-classNames <className1[,className2,...]>
qualified names of binary classes to process
Advanced options:
@<file> read command line arguments from file
-maxProblems <n> max number of problems per compilation unit (100 by
default)
-log <file> log to a file. If the file extension is '.xml', then
the log will be a xml file.
-proceedOnError do not stop at first error, dumping class files with
problem methods
-verbose enable verbose output
-referenceInfo compute reference info
-progress show progress (only in -log mode)
-time display speed information
-noExit do not call System.exit(n) at end of compilation (n==0
if no error)
-repeat <n> repeat compilation process <n> times for perf analysis
-inlineJSR inline JSR bytecode (implicit if target >= 1.5)
-enableJavadoc consider references in javadoc
-Xemacs used to enable emacs-style output in the console.
It does not affect the xml log output
-? -help print this help message
-v -version print compiler version
-showversion print compiler version and continue
Ignored options:
-J<option> pass option to virtual machine (ignored)
-X<option> specify non-standard option (ignored
except for listed -X options)
-X print non-standard options and exit (ignored)
-O optimize for execution time (ignored)
mkdir -p stamps
touch stamps/liveconnect.stamp
if test "xsun/applet netscape" != x; then \
(cd /notnfs/nighttester/icedtea7-target-testing/liveconnect ; \
mkdir -p lib ; \
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cf lib/classes.jar sun/applet netscape ; \
cp -a /notnfs/nighttester/icedtea7-target-testing/plugin/icedtea/java src; \
find src -type f -exec chmod 640 '{}' ';' -o -type d -exec chmod 750 '{}' ';'; \
cd src ; \
/usr/bin/zip -qr /notnfs/nighttester/icedtea7-target-testing/liveconnect/lib/src.zip sun/applet netscape ) ; \
fi
sun/applet: No such file or directory
Error adding sun/applet to jar archive!
cp: cannot stat `/notnfs/nighttester/icedtea7-target-testing/plugin/icedtea/java': No such file or directory
find: `src': No such file or directory
/bin/sh: line 6: cd: src: No such file or directory
zip error: Nothing to do! (try: zip -qr /notnfs/nighttester/icedtea7-target-testing/liveconnect/lib/src.zip . -i sun/applet netscape)
make: *** [stamps/liveconnect-dist.stamp] Error 12
+ exit 1
More information about the icedtea-test
mailing list