Build failed in Hudson: IcedTea7TargetTesting #222
Hudson Admin
gnu_andrew at member.fsf.org
Tue Mar 2 18:15:45 PST 2010
See <http://toadeater:8080/job/IcedTea7TargetTesting/222/>
------------------------------------------
[...truncated 45404 lines...]
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/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
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
/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
+ make hotspot-ports
make: Nothing to be done for `hotspot-ports'.
+ make icedtea-stage2
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