From gnu_andrew at member.fsf.org Tue Mar 2 18:15:45 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Tue, 2 Mar 2010 21:15:45 -0500 (EST)
Subject: Build failed in Hudson: IcedTea7TargetTesting #222
Message-ID: <402116593.141267582545627.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...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:
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
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
specify location for system classes. Each directory or
file can specify access rules for types between '['
and ']'
-sourcepath
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
specify location for extension ZIP archives
-endorseddirs
specify location for endorsed ZIP archives
-d destination directory (if omitted, no directory is
created); this option can be overridden per source
directory
-d none generate no .class files
-encoding specify custom encoding for all sources. Each
file/directory can override it when suffixed with
'['']' (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 set source level: 1.3 to 1.7 (or 5, 5.0, etc)
-target 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
specify locations where to find annotation processors.
If this option is not used, the classpath will be
searched for processors
-processor
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 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
qualified names of binary classes to process
Advanced options:
@ read command line arguments from file
-maxProblems max number of problems per compilation unit (100 by
default)
-log 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 repeat compilation process 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 pass option to virtual machine (ignored)
-X 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
From gnu_andrew at member.fsf.org Tue Mar 2 19:20:52 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Tue, 2 Mar 2010 22:20:52 -0500 (EST)
Subject: Build failed in Hudson: IcedTea7TargetTesting #223
In-Reply-To: <402116593.141267582545627.JavaMail.nighttester@toadeater>
References: <402116593.141267582545627.JavaMail.nighttester@toadeater>
Message-ID: <1854160604.151267586453406.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...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:
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
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
specify location for system classes. Each directory or
file can specify access rules for types between '['
and ']'
-sourcepath
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
specify location for extension ZIP archives
-endorseddirs
specify location for endorsed ZIP archives
-d destination directory (if omitted, no directory is
created); this option can be overridden per source
directory
-d none generate no .class files
-encoding specify custom encoding for all sources. Each
file/directory can override it when suffixed with
'['']' (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 set source level: 1.3 to 1.7 (or 5, 5.0, etc)
-target 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
specify locations where to find annotation processors.
If this option is not used, the classpath will be
searched for processors
-processor
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 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
qualified names of binary classes to process
Advanced options:
@ read command line arguments from file
-maxProblems max number of problems per compilation unit (100 by
default)
-log 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 repeat compilation process 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 pass option to virtual machine (ignored)
-X 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
From gnu_andrew at member.fsf.org Tue Mar 2 19:51:32 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Tue, 2 Mar 2010 22:51:32 -0500 (EST)
Subject: Build failed in Hudson: IcedTea7TargetTesting #224
In-Reply-To: <1854160604.151267586453406.JavaMail.nighttester@toadeater>
References: <1854160604.151267586453406.JavaMail.nighttester@toadeater>
Message-ID: <1501158047.161267588293002.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 79917 lines...]
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
if [ -w hotspot.log ] ; then rm -f hotspot.log; fi
if [ "ja_JP.eucJP" != "" ] ; then /bin/mv /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2re-image/man/ja /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2re-image/man/ja_JP.eucJP; cd /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2re-image/man && /bin/ln -s ja_JP.eucJP ja; fi
>>>Making initial-image-jdk @ Tue Mar 2 22:51:06 EST 2010 ...
rm -f -r /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/jre
(cd /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2re-image && /usr/bin/find . -depth -print \
| /bin/cpio -pdum /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/jre )
432476 blocks
rm -f -rf /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/jre/man
/bin/chmod a+rx `/usr/bin/find /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image -type d`
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image
rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/LICENSE
/bin/sed 's/$//g' /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/LICENSE > /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/LICENSE
/bin/chmod 444 /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/LICENSE
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image
rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/ASSEMBLY_EXCEPTION
/bin/sed 's/$//g' /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/ASSEMBLY_EXCEPTION > /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/ASSEMBLY_EXCEPTION
/bin/chmod 444 /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/ASSEMBLY_EXCEPTION
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image
rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/THIRD_PARTY_README
/bin/sed 's/$//g' /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/THIRD_PARTY_README > /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/THIRD_PARTY_README
/bin/chmod 444 /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/THIRD_PARTY_README
/bin/mkdir /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/lib
for l in tools.jar jconsole.jar sa-jdi.jar; do \
if [ -r /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/lib/$l ]; then \
/bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/lib/$l /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/lib; \
fi; \
done
(cd /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/bin/.. && /bin/tar cf - \
`/usr/bin/find bin \( -type f -o -type l \) -print `) | \
(cd /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image && /bin/tar xf -)
/bin/touch /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/classes/META-INF/services/com.sun.tools.xjc.Plugin
cd /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/classes && \
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar c0f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/lib/tools.jar \
sun/tools/asm sun/tools/jar sun/tools/java sun/tools/javac sun/tools/jps sun/tools/jstat sun/tools/jstatd sun/tools/native2ascii sun/tools/serialver sun/tools/tree sun/tools/util sun/security/tools/JarBASE64Encoder.class sun/security/tools/JarSigner.class sun/security/tools/JarSignerParameters.class sun/security/tools/JarSignerResources.class sun/security/tools/JarSignerResources_ja.class sun/security/tools/JarSignerResources_zh_CN.class sun/security/tools/SignatureFile\$Block.class sun/security/tools/SignatureFile.class sun/security/tools/TimestampedSigner.class sun/rmi/rmic sun/applet sun/jvmstat com/sun/javadoc com/sun/jdi com/sun/jarsigner com/sun/mirror com/sun/source com/sun/tools/classfile com/sun/tools/doclets com/sun/tools/example/debug/expr com/sun/tools/example/debug/tty com/sun/tools/extcheck com/sun/tools/hat com/sun/tools/javac com/sun/tools/javadoc com/sun/tools/apt com/sun/tools/javah com/sun/tools/javap com/sun/tools/corba com/sun/tools/internal/xjc com/sun/tools/internal/ws com/sun/istack/internal/tools com/sun/istack/internal/ws com/sun/codemodel com/sun/tools/internal/jxc com/sun/xml/internal/rngom com/sun/xml/internal/xsom org/relaxng/datatype com/sun/xml/internal/dtdparser com/sun/tools/jdi com/sun/tools/script/shell com/sun/tools/attach sun/tools/attach sun/tools/jstack sun/tools/jinfo sun/tools/jmap -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m
/bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/lib/tools.jar /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/lib/tools.jar
/bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/lib/orb.idl /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/lib/orb.idl
/bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/lib/ir.idl /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/lib/ir.idl
/bin/cp /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/lib/jexec /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/lib/jexec
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src
for d in ./../src/share/classes ./../src/solaris/classes /notnfs/nighttester/icedtea7-target-testing/generated /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/impsrc; do \
rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/src-files.list; \
(cd $d && \
for sd in java/applet java/awt java/beans java/io java/lang java/math java/net java/nio java/rmi java/security java/sql java/text java/util com/sun/corba com/sun/image/codec/jpeg com/sun/imageio com/sun/java/swing com/sun/javadoc com/sun/jmx com/sun/mirror com/sun/source com/sun/naming com/sun/security/auth com/sun/security/jgss javax/accessibility javax/annotation javax/script javax/imageio javax/lang javax/management javax/naming javax/print javax/rmi javax/security javax/sound javax/sql javax/swing javax/tools javax/xml com/sun/org/apache com/sun/java_cup com/sun/jlex org/ietf org/omg org/w3c/dom org/xml/sax sunw sun/applet netscape net javax/jnlp ; do \
if [ -d $sd ] ; then \
/usr/bin/find $sd -name .hg -prune -o -name .svn -prune -o -name CVS -prune -o -name RCS -prune -o -name SCCS -prune -o -name Codemgr_wsdata -prune -o -name deleted_files -prune -o -name .hgignore -prune -o -name .hgtags -prune -o -name ',*' -prune -o \
-name '*.java' -print \
>> /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/src-files.list ; \
fi; \
done ; \
) ; \
if [ -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/src-files.list ] ; then \
(cd $d && /bin/tar cf - -T /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/src-files.list ) \
| (cd /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src && /bin/tar xf -); \
fi; \
done
rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/src-files.list
/bin/chmod -R +w /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/share/bin/java.c /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/share/bin/java.h /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/share/bin/manifest_info.h /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/share/bin/parse_manifest.c /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/share/bin/version_comp.c /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/share/bin/version_comp.h /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/share/bin/wildcard.h /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/share/bin/wildcard.c /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/share/bin/jli_util.h /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/share/bin/jli_util.c /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/share/bin/splashscreen_stubs.c /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/share/bin/splashscreen.h /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/solaris/bin/java_md.c /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
/bin/cp ./../src/solaris/bin/java_md.h /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src/launcher
cd /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src && /usr/bin/zip -qr ../src.zip *
rm -f -r /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/src
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/man/man1
for manbase in /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/linux/doc/man /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/impdoc/man ; do for manpage in java.1 keytool.1 orbd.1 pack200.1 policytool.1 rmid.1 rmiregistry.1 servertool.1 tnameserv.1 unpack200.1 appletviewer.1 apt.1 extcheck.1 idlj.1 jar.1 jarsigner.1 javac.1 javadoc.1 javah.1 javap.1 jconsole.1 jdb.1 jhat.1 jinfo.1 jmap.1 jps.1 jrunscript.1 jsadebugd.1 jstack.1 jstat.1 jstatd.1 native2ascii.1 rmic.1 schemagen.1 serialver.1 wsgen.1 wsimport.1 xjc.1; do if [ -f ${manbase}/${manpage} ] ; then /bin/cp ${manbase}/${manpage} /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/man/man1 ; for ja_encoding in eucJP; do ja_dir="ja"; if [ "${ja_encoding}" != "eucJP" ]; then ja_dir="ja_JP.${ja_encoding}"; fi; /bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/man/${ja_dir}/man1; /bin/cat ${manbase}/ja/${manpage} | /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding eucJP | /bin/sed 's/@@VERSION@@/1.7.0/g' | /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -reverse -encoding ${ja_encoding} > /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/man/${ja_dir}/man1/${manpage}; done; fi; done; done
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
/bin/sh: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/native2ascii: No such file or directory
if [ -w hotspot.log ] ; then rm -f hotspot.log; fi
if [ "ja_JP.eucJP" != "" ] ; then /bin/mv /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/man/ja /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/man/ja_JP.eucJP; cd /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/man && /bin/ln -s ja_JP.eucJP ja; fi
>>>Making trim-image-jre @ Tue Mar 2 22:51:25 EST 2010 ...
for l in libsaproc.so libattach.so ; do \
rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2re-image/lib/amd64/$l ; \
done ;
>>>Making trim-image-jdk @ Tue Mar 2 22:51:25 EST 2010 ...
for t in java_vm; do \
rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/bin/${t} \
/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/bin/*/native_threads/${t}; \
done
>>>Making process-image-jre @ Tue Mar 2 22:51:25 EST 2010 ...
rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/jre-elf-files.list
/usr/bin/find /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2re-image/lib -type f -name \*.so >> /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/jre-elf-files.list
/usr/bin/file `/usr/bin/find /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2re-image/bin -type f -name \*` \
| /bin/egrep 'ELF' | /usr/bin/cut -d':' -f1 >> /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/jre-elf-files.list
rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/jre-elf-files.list
>>>Making process-image-jdk @ Tue Mar 2 22:51:25 EST 2010 ...
rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/jdk-elf-files.list
/usr/bin/find /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/jre/lib -type f -name \*.so >> /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/jdk-elf-files.list
/usr/bin/file `/usr/bin/find /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/jre/bin -type f -name \*` \
| /bin/egrep 'ELF' | /usr/bin/cut -d':' -f1 >> /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/jdk-elf-files.list
file `/usr/bin/find /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/bin -type f -name \*` \
| /bin/egrep 'ELF' | /usr/bin/cut -d':' -f1 >> /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/jdk-elf-files.list
rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/jdk-elf-files.list
>>>Making sec-files @ Tue Mar 2 22:51:25 EST 2010 ...
/bin/mkdir -p .
rm -f sec-files
rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/sec-bin.zip
cd /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64 && \
/usr/bin/zip -rq9 /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp/sec-bin.zip classes/javax/net classes/javax/security/cert classes/com/sun/net/ssl classes/com/sun/security/cert classes/sun/net/www/protocol/https classes/sun/security/pkcs12 classes/sun/security/ssl classes/sun/security/krb5/*.class classes/sun/security/krb5/internal/*.class classes/sun/security/krb5/internal/ccache classes/sun/security/krb5/internal/crypto classes/sun/security/krb5/internal/ktab classes/sun/security/krb5/internal/rcache classes/sun/security/krb5/internal/util classes/sun/security/jgss/spi/GSSContextSpi.class
>>>Making sec-files-win @ Tue Mar 2 22:51:25 EST 2010 ...
>>>Making jgss-files @ Tue Mar 2 22:51:25 EST 2010 ...
>>>Finished making images @ Tue Mar 2 22:51:25 EST 2010 ...
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/make'
########################################################################
##### Leaving jdk for target sanity all images #####
########################################################################
########################################################################
make[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot'
Control linux amd64 1.7.0_84-icedtea build_product_image build finished: 10-03-02 22:51
Control linux amd64 1.7.0_84-icedtea all_product_build build finished: 10-03-02 22:51
Control linux amd64 1.7.0_84-icedtea all build finished: 10-03-02 22:51
make[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: openjdk-boot/build/linux-amd64
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf bootstrap/icedtea
ln -s \
/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/j2sdk-image/ \
bootstrap/icedtea
if ! test -d bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64//include bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea7-target-testing/bootstrap/icedtea bootstrap/jdk1.6.0; \
if ! bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "bootstrap/jdk1.6.0/bin/java" \
"cannot be found or is corrupted." ; \
exit 1; \
fi
java version "1.7.0_0"
OpenJDK Runtime Environment (build 1.7.0-b36)
OpenJDK 64-Bit Server VM (build 17.0-b09, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
if [ -e /notnfs/nighttester/icedtea7-target-testing/.hg ] && which /usr/bin/hg >/dev/null; then \
revision="-r`(cd /notnfs/nighttester/icedtea7-target-testing; /usr/bin/hg tip --template '{rev}')`" ; \
fi ; \
if [ -n "" ]; then plugin_version=" ()"; fi; \
plugin_version=" 1.12$revision$plugin_version"; \
g++ -g -O2 \
-DPACKAGE_VERSION="\"1.12\"" \
-DPLUGIN_VERSION="\"$plugin_version\"" \
-DMOZILLA_VERSION_COLLAPSED="1090101" \
-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 \
-DXP_UNIX -DJS_THREADSAFE -DOJI -fshort-wchar -I/usr/include/nspr4 -I/usr/include/xulrunner-sdk-1.9.1/stable -I/usr/include/xulrunner-sdk-1.9.1/js -I/usr/include/xulrunner-sdk-1.9.1/java -I/usr/include/xulrunner-sdk-1.9.1/plugin -I/usr/include/xulrunner-sdk-1.9.1/unstable \
-fPIC -c -o /notnfs/nighttester/icedtea7-target-testing/plugin.build/icedtea/IcedTeaPlugin.o IcedTeaPlugin.cc
Assembler messages:
Fatal error: can't create /notnfs/nighttester/icedtea7-target-testing/plugin.build/icedtea/IcedTeaPlugin.o: No such file or directory
make: *** [/notnfs/nighttester/icedtea7-target-testing/plugin.build/icedtea/IcedTeaPlugin.o] Error 1
+ exit 1
From gnu_andrew at member.fsf.org Fri Mar 5 09:08:27 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Fri, 5 Mar 2010 12:08:27 -0500 (EST)
Subject: Hudson build is back to normal : IcedTea7TargetTesting #226
In-Reply-To: <1501158047.161267588293002.JavaMail.nighttester@toadeater>
References: <1501158047.161267588293002.JavaMail.nighttester@toadeater>
Message-ID: <1216563958.01267808907846.JavaMail.nighttester@toadeater>
See
From gnu_andrew at member.fsf.org Fri Mar 5 22:43:01 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Sat, 6 Mar 2010 01:43:01 -0500 (EST)
Subject: Build failed in Hudson: IcedTea6TargetTesting #254
Message-ID: <1773010728.11267857782676.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 271458 lines...]
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules
jar:
[jarwithmoduleattributes] Building jar: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler.jar
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/lib
[jar] Building jar: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/lib/jfluid-server.jar
[jar] Building jar: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/lib/jfluid-server-15.jar
netbeans-extra:
module-xml-regular:
module-xml-autoload:
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/config/Modules
[createmodulexml] Autoload modules: [Java Profiler (JFluid)]
module-xml-eager:
javahelp:
module-auto-deps:
projectized-common.release:
[copy] Copying 2 files to /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3
release:
verify-class-linkage:
[verifyclasslinkage] Warning: org.netbeans.lib.profiler.global.ProfilingPointServerHandler cannot access org.netbeans.lib.profiler.server.ProfilerRuntime
netbeans:
[genlist] Generating information for Auto Update...
BUILD SUCCESSFUL
Total time: 6 seconds
Buildfile: lib.profiler.ui/build.xml
init-tasks:
default.init:
[propertyfile] Updating property file: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/moduleCluster.properties
common-init:
-jdk-pre-preinit:
-jdk-preinit:
-jdk-warn:
-jdk-presetdef-basic:
-jdk-default:
-jdk-init:
basic-init:
-release.dir:
projectized-common.-release.files:
-release.files:
files-init:
jdk-5-check:
build-init:
Scanning for modules in /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm
Loading module list from /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/nbproject/private/scan-cache-standard.ser
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-netbeans-lib-profiler.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler.jar]
-init-proxy:
init:
up-to-date:
compile:
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.ui/build/classes
[javac] Compiling 133 source files to /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.ui/build/classes
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[copy] Copying 40 files to /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.ui/build/classes
jar-prep:
jar:
[jarwithmoduleattributes] Building jar: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler-ui.jar
netbeans-extra:
module-xml-regular:
module-xml-autoload:
[createmodulexml] Autoload modules: [Java Profiler (JFluid-UI)]
module-xml-eager:
javahelp:
module-auto-deps:
projectized-common.release:
release:
verify-class-linkage:
netbeans:
[genlist] Generating information for Auto Update...
BUILD SUCCESSFUL
Total time: 5 seconds
Buildfile: lib.profiler.common/build.xml
init-tasks:
default.init:
[propertyfile] Updating property file: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/moduleCluster.properties
common-init:
-jdk-pre-preinit:
-jdk-preinit:
-jdk-warn:
-jdk-presetdef-basic:
-jdk-default:
-jdk-init:
basic-init:
-release.dir:
projectized-common.-release.files:
-release.files:
files-init:
jdk-5-check:
build-init:
Scanning for modules in /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm
Loading module list from /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/nbproject/private/scan-cache-standard.ser
-init-proxy:
init:
up-to-date:
compile:
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.common/build/classes
[javac] Compiling 15 source files to /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.common/build/classes
[javac] /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.common/src/org/netbeans/lib/profiler/common/Profiler.java:56: warning: sun.misc.Service is Sun proprietary API and may be removed in a future release
[javac] import sun.misc.Service;
[javac] ^
[javac] /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.common/src/org/netbeans/lib/profiler/common/Profiler.java:120: warning: sun.misc.Service is Sun proprietary API and may be removed in a future release
[javac] final Iterator it = Service.providers(Profiler.class);
[javac] ^
[javac] 2 warnings
[copy] Copying 3 files to /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.common/build/classes
jar-prep:
jar:
[jarwithmoduleattributes] Building jar: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler-common.jar
netbeans-extra:
module-xml-regular:
module-xml-autoload:
[createmodulexml] Autoload modules: [Java Profiler (Common)]
module-xml-eager:
javahelp:
module-auto-deps:
projectized-common.release:
release:
verify-class-linkage:
netbeans:
[genlist] Generating information for Auto Update...
BUILD SUCCESSFUL
Total time: 2 seconds
Buildfile: profiler/build.xml
init-tasks:
default.init:
[propertyfile] Updating property file: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/moduleCluster.properties
common-init:
-jdk-pre-preinit:
-jdk-preinit:
-jdk-warn:
-jdk-presetdef-basic:
-jdk-default:
-jdk-init:
basic-init:
-release.dir:
projectized-common.-release.files:
-release.files:
files-init:
jdk-5-check:
build-init:
Scanning for modules in /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm
Loading module list from /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/nbproject/private/scan-cache-standard.ser
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-jdesktop-layout.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/org-jdesktop-layout.jar, /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/ext/swing-layout-1.0.3.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-netbeans-api-progress.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/org-netbeans-api-progress.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-netbeans-lib-profiler-common.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler-common.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-netbeans-lib-profiler-ui.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler-ui.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-netbeans-modules-options-api.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/org-netbeans-modules-options-api.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-openide-actions.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/org-openide-actions.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-openide-awt.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/org-openide-awt.jar]
BUILD FAILED
/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/templates/projectized.xml:93: Cannot compile against a module: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/org-openide-dialogs.jar because of dependency: org.openide.dialogs > 7.8
Total time: 1 second
make: *** [stamps/nbplatform.stamp] Error 1
+ exit 1
From gnu_andrew at member.fsf.org Sat Mar 6 22:42:34 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Sun, 7 Mar 2010 01:42:34 -0500 (EST)
Subject: Build failed in Hudson: IcedTea6TargetTesting #255
In-Reply-To: <1773010728.11267857782676.JavaMail.nighttester@toadeater>
References: <1773010728.11267857782676.JavaMail.nighttester@toadeater>
Message-ID: <1858047221.21267944155958.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 271454 lines...]
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules
jar:
[jarwithmoduleattributes] Building jar: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler.jar
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/lib
[jar] Building jar: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/lib/jfluid-server.jar
[jar] Building jar: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/lib/jfluid-server-15.jar
netbeans-extra:
module-xml-regular:
module-xml-autoload:
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/config/Modules
[createmodulexml] Autoload modules: [Java Profiler (JFluid)]
module-xml-eager:
javahelp:
module-auto-deps:
projectized-common.release:
[copy] Copying 2 files to /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3
release:
verify-class-linkage:
[verifyclasslinkage] Warning: org.netbeans.lib.profiler.global.ProfilingPointServerHandler cannot access org.netbeans.lib.profiler.server.ProfilerRuntime
netbeans:
[genlist] Generating information for Auto Update...
BUILD SUCCESSFUL
Total time: 6 seconds
Buildfile: lib.profiler.ui/build.xml
init-tasks:
default.init:
[propertyfile] Updating property file: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/moduleCluster.properties
common-init:
-jdk-pre-preinit:
-jdk-preinit:
-jdk-warn:
-jdk-presetdef-basic:
-jdk-default:
-jdk-init:
basic-init:
-release.dir:
projectized-common.-release.files:
-release.files:
files-init:
jdk-5-check:
build-init:
Scanning for modules in /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm
Loading module list from /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/nbproject/private/scan-cache-standard.ser
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-netbeans-lib-profiler.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler.jar]
-init-proxy:
init:
up-to-date:
compile:
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.ui/build/classes
[javac] Compiling 133 source files to /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.ui/build/classes
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[copy] Copying 40 files to /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.ui/build/classes
jar-prep:
jar:
[jarwithmoduleattributes] Building jar: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler-ui.jar
netbeans-extra:
module-xml-regular:
module-xml-autoload:
[createmodulexml] Autoload modules: [Java Profiler (JFluid-UI)]
module-xml-eager:
javahelp:
module-auto-deps:
projectized-common.release:
release:
verify-class-linkage:
netbeans:
[genlist] Generating information for Auto Update...
BUILD SUCCESSFUL
Total time: 5 seconds
Buildfile: lib.profiler.common/build.xml
init-tasks:
default.init:
[propertyfile] Updating property file: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/moduleCluster.properties
common-init:
-jdk-pre-preinit:
-jdk-preinit:
-jdk-warn:
-jdk-presetdef-basic:
-jdk-default:
-jdk-init:
basic-init:
-release.dir:
projectized-common.-release.files:
-release.files:
files-init:
jdk-5-check:
build-init:
Scanning for modules in /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm
Loading module list from /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/nbproject/private/scan-cache-standard.ser
-init-proxy:
init:
up-to-date:
compile:
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.common/build/classes
[javac] Compiling 15 source files to /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.common/build/classes
[javac] /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.common/src/org/netbeans/lib/profiler/common/Profiler.java:56: warning: sun.misc.Service is Sun proprietary API and may be removed in a future release
[javac] import sun.misc.Service;
[javac] ^
[javac] /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.common/src/org/netbeans/lib/profiler/common/Profiler.java:120: warning: sun.misc.Service is Sun proprietary API and may be removed in a future release
[javac] final Iterator it = Service.providers(Profiler.class);
[javac] ^
[javac] 2 warnings
[copy] Copying 3 files to /notnfs/nighttester/icedtea6-target-testing/netbeans/lib.profiler.common/build/classes
jar-prep:
jar:
[jarwithmoduleattributes] Building jar: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler-common.jar
netbeans-extra:
module-xml-regular:
module-xml-autoload:
[createmodulexml] Autoload modules: [Java Profiler (Common)]
module-xml-eager:
javahelp:
module-auto-deps:
projectized-common.release:
release:
verify-class-linkage:
netbeans:
[genlist] Generating information for Auto Update...
BUILD SUCCESSFUL
Total time: 2 seconds
Buildfile: profiler/build.xml
init-tasks:
default.init:
[propertyfile] Updating property file: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/moduleCluster.properties
common-init:
-jdk-pre-preinit:
-jdk-preinit:
-jdk-warn:
-jdk-presetdef-basic:
-jdk-default:
-jdk-init:
basic-init:
-release.dir:
projectized-common.-release.files:
-release.files:
files-init:
jdk-5-check:
build-init:
Scanning for modules in /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm
Loading module list from /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/nbproject/private/scan-cache-standard.ser
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-jdesktop-layout.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/org-jdesktop-layout.jar, /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/ext/swing-layout-1.0.3.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-netbeans-api-progress.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/org-netbeans-api-progress.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-netbeans-lib-profiler-common.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler-common.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-netbeans-lib-profiler-ui.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler-ui.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-netbeans-modules-options-api.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/org-netbeans-modules-options-api.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-openide-actions.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/org-openide-actions.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/build/public-package-jars/org-openide-awt.jar from [/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/org-openide-awt.jar]
BUILD FAILED
/notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/templates/projectized.xml:93: Cannot compile against a module: /notnfs/nighttester/icedtea6-target-testing/netbeans/nbbuild/netbeans_visualvm/platform8/modules/org-openide-dialogs.jar because of dependency: org.openide.dialogs > 7.8
Total time: 1 second
make: *** [stamps/nbplatform.stamp] Error 1
+ exit 1
From gnu_andrew at member.fsf.org Sun Mar 7 08:23:59 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Sun, 7 Mar 2010 11:23:59 -0500 (EST)
Subject: Hudson build is back to normal : IcedTea6TargetTesting #256
In-Reply-To: <1858047221.21267944155958.JavaMail.nighttester@toadeater>
References: <1858047221.21267944155958.JavaMail.nighttester@toadeater>
Message-ID: <292975955.01267979039442.JavaMail.nighttester@toadeater>
See
From gnu_andrew at member.fsf.org Mon Mar 8 02:30:12 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Mon, 8 Mar 2010 05:30:12 -0500 (EST)
Subject: Build failed in Hudson: IcedTea7TargetTesting #229
Message-ID: <1493459568.11268044213715.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 342638 lines...]
[jarwithmoduleattributes] Building jar: /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler-charts.jar
netbeans-extra:
module-xml-regular:
module-xml-autoload:
[createmodulexml] Autoload modules: [Java Profiler (Charts)]
module-xml-eager:
javahelp:
module-auto-deps:
projectized-common.release:
release:
verify-class-linkage:
-verify-apichanges:
netbeans:
[genlist] Generating information for Auto Update...
BUILD SUCCESSFUL
Total time: 3 seconds
Buildfile: lib.profiler.ui/build.xml
init-tasks:
default.init:
[propertyfile] Updating property file: /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/moduleCluster.properties
common-init:
-jdk-pre-preinit:
-jdk-preinit:
-jdk-warn:
-jdk-presetdef-basic:
-jdk-default:
-jdk-init:
basic-init:
-release.dir:
projectized-common.-release.files:
-release.files:
files-init:
jdk-5-check:
build-init:
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/platform9
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/moduleCluster.properties
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/harness
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/apisupport1
Loading module list from /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/nbproject/private/scan-cache-standard.ser
[parseprojectxml] Distilling /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/build/public-package-jars/org-netbeans-lib-profiler.jar from [/notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler.jar]
[parseprojectxml] Distilling /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/build/public-package-jars/org-netbeans-lib-profiler-charts.jar from [/notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler-charts.jar]
-javac-init:
-init-proxy:
init:
up-to-date:
compile:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/netbeans/lib.profiler.ui/build/classes
[nb-javac] Compiling 135 source files to /notnfs/nighttester/icedtea7-target-testing/netbeans/lib.profiler.ui/build/classes
[nb-javac] Note: Some input files use unchecked or unsafe operations.
[nb-javac] Note: Recompile with -Xlint:unchecked for details.
[copy] Copying 40 files to /notnfs/nighttester/icedtea7-target-testing/netbeans/lib.profiler.ui/build/classes
jar-prep:
jar:
[jarwithmoduleattributes] Building jar: /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler-ui.jar
netbeans-extra:
module-xml-regular:
module-xml-autoload:
[createmodulexml] Autoload modules: [Java Profiler (JFluid-UI)]
module-xml-eager:
javahelp:
module-auto-deps:
projectized-common.release:
release:
verify-class-linkage:
-verify-apichanges:
netbeans:
[genlist] Generating information for Auto Update...
BUILD SUCCESSFUL
Total time: 6 seconds
Buildfile: lib.profiler.common/build.xml
init-tasks:
default.init:
[propertyfile] Updating property file: /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/moduleCluster.properties
common-init:
-jdk-pre-preinit:
-jdk-preinit:
-jdk-warn:
-jdk-presetdef-basic:
-jdk-default:
-jdk-init:
basic-init:
-release.dir:
projectized-common.-release.files:
-release.files:
files-init:
jdk-5-check:
build-init:
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/platform9
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/moduleCluster.properties
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/harness
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/apisupport1
Loading module list from /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/nbproject/private/scan-cache-standard.ser
-javac-init:
-init-proxy:
init:
up-to-date:
compile:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/netbeans/lib.profiler.common/build/classes
[nb-javac] Compiling 15 source files to /notnfs/nighttester/icedtea7-target-testing/netbeans/lib.profiler.common/build/classes
[copy] Copying 3 files to /notnfs/nighttester/icedtea7-target-testing/netbeans/lib.profiler.common/build/classes
jar-prep:
jar:
[jarwithmoduleattributes] Building jar: /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3/modules/org-netbeans-lib-profiler-common.jar
netbeans-extra:
module-xml-regular:
module-xml-autoload:
[createmodulexml] Autoload modules: [Java Profiler (Common)]
module-xml-eager:
javahelp:
module-auto-deps:
projectized-common.release:
release:
verify-class-linkage:
-verify-apichanges:
netbeans:
[genlist] Generating information for Auto Update...
BUILD SUCCESSFUL
Total time: 2 seconds
Buildfile: profiler/build.xml
init-tasks:
default.init:
[propertyfile] Updating property file: /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/moduleCluster.properties
common-init:
-jdk-pre-preinit:
-jdk-preinit:
-jdk-warn:
-jdk-presetdef-basic:
-jdk-default:
-jdk-init:
basic-init:
-release.dir:
projectized-common.-release.files:
-release.files:
files-init:
jdk-5-check:
build-init:
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/profiler3
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/platform9
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/moduleCluster.properties
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/harness
Scanning for modules in /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/apisupport1
Loading module list from /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/nbproject/private/scan-cache-standard.ser
BUILD FAILED
/notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/templates/projectized.xml:93: No dependent module org.jdesktop.layout
Total time: 0 seconds
make: *** [stamps/nbplatform.stamp] Error 1
+ exit 1
From gnu_andrew at member.fsf.org Mon Mar 8 06:42:00 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Mon, 8 Mar 2010 09:42:00 -0500 (EST)
Subject: Hudson build is back to normal : IcedTea7TargetTesting #230
In-Reply-To: <1493459568.11268044213715.JavaMail.nighttester@toadeater>
References: <1493459568.11268044213715.JavaMail.nighttester@toadeater>
Message-ID: <1073075865.21268059321004.JavaMail.nighttester@toadeater>
See
From gnu_andrew at member.fsf.org Wed Mar 24 22:20:59 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Thu, 25 Mar 2010 01:20:59 -0400 (EDT)
Subject: Build failed in Hudson: IcedTea6TargetTesting #274
Message-ID: <139463146.31269494461817.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 219849 lines...]
mv: cannot stat `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory
make[5]: [/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/.class.headers.amd64] Error 1 (ignored)
Begin parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11
make[6]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11'
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod.o ../../../../src/share/native/sun/security/pkcs11/j2secmod.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod_md.o ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_convert.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_convert.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_crypt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_digest.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_digest.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_dual.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_dual.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_general.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_general.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_keymgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_mutex.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_mutex.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_objmgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_objmgmt.c
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1WrapKey':
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c:220: warning: 'jWrappedKey' may be used uninitialized in this function
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sessmgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sessmgmt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sign.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignFinal':
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c:240: warning: comparison between signed and unsigned integer expressions
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_util.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_md.o ../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c
../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_connect':
../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c:83: warning: 'C_GetFunctionList' may be used uninitialized in this function
make[6]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11'
Done with parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11
STATS: LIBRARY=j2pkcs11, PRODUCT=sun, _OPT=-O2
Rebuilding /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2pkcs11.so because of /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/.files_compiled mapfile-vers
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64 -Wl,-soname=libj2pkcs11.so -shared -mimpure-text -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2pkcs11.so /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod_md.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_convert.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_crypt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_digest.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_dual.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_general.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_keymgmt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_mutex.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_objmgmt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sessmgmt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sign.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_util.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_md.o -ldl -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -ljava -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -lc
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/jar cf /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar -C /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/classes sun/security/pkcs11 \
-J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/ext
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/ext/sunpkcs11.jar
/bin/cp /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/ext/sunpkcs11.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11'
Timing: 00002 seconds or 2s for make-sun-security-pkcs11
<<>>Recursively making jgss/wrapper all @ Thu Mar 25 01:20:52 EDT 2010 ...
make[5]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/.class.headers.amd64
# Running javah:
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/jre/lib/rt.jar:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/ \
sun.security.jgss.wrapper.GSSLibStub
mv /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h
mv: cannot stat `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory
make[5]: [/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/.class.headers.amd64] Error 1 (ignored)
Begin parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper
make[6]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeFunc.o ../../../../../src/solaris/native/sun/security/jgss/wrapper/NativeFunc.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeUtil.o ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/GSSLibStub.o ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getMechPtr':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:88: warning: comparison between signed and unsigned integer expressions
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:90: warning: comparison between signed and unsigned integer expressions
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:101: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:102: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:103: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c: In function 'getGSSTime':
../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c:415: warning: comparison between signed and unsigned integer expressions
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_deleteContext':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1187: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'inquireCred':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:573: warning: 'major' may be used uninitialized in this function
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_acceptContext':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:882: warning: 'jsrcName' may be used uninitialized in this function
make[6]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
Done with parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper
STATS: LIBRARY=j2gss, PRODUCT=sun, _OPT=-O2
Rebuilding /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2gss.so because of /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/.files_compiled mapfile-vers
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64 -Wl,-soname=libj2gss.so -shared -mimpure-text -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2gss.so /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeUtil.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeFunc.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/GSSLibStub.o -ldl -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -ljava -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -lc
make[5]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
Timing: 00000 seconds or 0s for make-sun-security-wrapper
<<>>Recursively making javazic all @ Thu Mar 25 01:20:52 EDT 2010 ...
make[4]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/javazic'
rm -f -r /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi/ZoneInfoMappings
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/java -Xmx896m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/btjars/javazic.jar \
build.tools.javazic.Main -V "`/bin/grep '^tzdata' ./tzdata/VERSION`" -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi ./tzdata/africa ./tzdata/antarctica ./tzdata/asia ./tzdata/australasia ./tzdata/europe ./tzdata/northamerica ./tzdata/pacificnew ./tzdata/southamerica ./tzdata/backward ./tzdata/etcetera ./tzdata/solar87 ./tzdata/solar88 ./tzdata/solar89 ./tzdata/systemv ./tzdata_jdk/gmt ./tzdata_jdk/jdk11_backward
javazic: warning: found last rules for Resolute inconsistent.
rm -f -r /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi/ZoneInfoMappings
/bin/cp -r /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi/* /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/javazic'
Timing: 00006 seconds or 6s for make-sun-javazic
<<>>Recursively making misc all @ Thu Mar 25 01:20:58 EDT 2010 ...
make[4]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/misc'
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
/bin/cat ../../../src/share/classes/sun/misc/resources/Messages_zh_TW.java | /bin/sed -e '/class/s/_zh_TW/_zh_HK/' > /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
# Java sources to be compiled: (listed in file /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.misc/.classes.list)
../../../src/share/classes/sun/misc/resources/Messages.java
../../../src/share/classes/sun/misc/resources/Messages_de.java
../../../src/share/classes/sun/misc/resources/Messages_es.java
../../../src/share/classes/sun/misc/resources/Messages_fr.java
../../../src/share/classes/sun/misc/resources/Messages_it.java
../../../src/share/classes/sun/misc/resources/Messages_ja.java
../../../src/share/classes/sun/misc/resources/Messages_ko.java
../../../src/share/classes/sun/misc/resources/Messages_sv.java
../../../src/share/classes/sun/misc/resources/Messages_zh_CN.java
../../../src/share/classes/sun/misc/resources/Messages_zh_TW.java
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
../../../src/share/classes/sun/misc/FpUtils.java
../../../src/share/classes/sun/misc/PerformanceLogger.java
../../../src/share/classes/sun/misc/FloatConsts.java
../../../src/share/classes/sun/misc/ConditionLock.java
../../../src/share/classes/sun/misc/UUEncoder.java
../../../src/share/classes/sun/misc/CharacterDecoder.java
../../../src/share/classes/sun/misc/BASE64Encoder.java
../../../src/share/classes/sun/misc/ClassLoaderUtil.java
../../../src/share/classes/sun/misc/UUDecoder.java
../../../src/share/classes/sun/misc/IOUtils.java
../../../src/share/classes/sun/misc/VMNotification.java
../../../src/share/classes/sun/misc/Sort.java
../../../src/share/classes/sun/misc/CharacterEncoder.java
../../../src/share/classes/sun/misc/Perf.java
../../../src/share/classes/sun/misc/Request.java
../../../src/share/classes/sun/misc/JarIndex.java
../../../src/share/classes/sun/misc/Timer.java
../../../src/share/classes/sun/misc/CEStreamExhausted.java
../../../src/share/classes/sun/misc/UCEncoder.java
../../../src/share/classes/sun/misc/CRC16.java
../../../src/share/classes/sun/misc/JavaUtilJarAccess.java
../../../src/share/classes/sun/misc/Compare.java
../../../src/share/classes/sun/misc/UCDecoder.java
../../../src/share/classes/sun/misc/Unsafe.java
../../../src/share/classes/sun/misc/ExtensionInstallationProvider.java
../../../src/share/classes/sun/misc/CompoundEnumeration.java
../../../src/share/classes/sun/misc/DoubleConsts.java
../../../src/share/classes/sun/misc/Ref.java
../../../src/share/classes/sun/misc/SignalHandler.java
../../../src/share/classes/sun/misc/BASE64Decoder.java
../../../src/share/classes/sun/misc/InvalidJarIndexException.java
../../../src/share/classes/sun/misc/Regexp.java
../../../src/share/classes/sun/misc/SoftCache.java
../../../src/share/classes/sun/misc/ExtensionDependency.java
../../../src/share/classes/sun/misc/RequestProcessor.java
../../../src/share/classes/sun/misc/Lock.java
../../../src/share/classes/sun/misc/ServiceConfigurationError.java
../../../src/share/classes/sun/misc/Timeable.java
../../../src/share/classes/sun/misc/ClassFileTransformer.java
../../../src/share/classes/sun/misc/HexDumpEncoder.java
../../../src/share/classes/sun/misc/Queue.java
../../../src/share/classes/sun/misc/ProxyGenerator.java
../../../src/share/classes/sun/misc/Resource.java
../../../src/share/classes/sun/misc/ExtensionInfo.java
../../../src/share/classes/sun/misc/LRUCache.java
../../../src/share/classes/sun/misc/JavaNetAccess.java
../../../src/share/classes/sun/misc/ExtensionInstallationException.java
../../../src/share/classes/sun/misc/CEFormatException.java
../../../src/share/classes/sun/misc/JarFilter.java
../../../src/share/classes/sun/misc/SharedSecrets.java
../../../src/solaris/classes/sun/misc/OSEnvironment.java
# Running javac:
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -sourcepath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/jre/lib/rt.jar::/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes @/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.misc/.classes.list
rm /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/misc'
Timing: 00000 seconds or 0s for make-sun-misc
<<>>Recursively making net all @ Thu Mar 25 01:20:58 EDT 2010 ...
make[4]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net'
Begin Processing SUBDIRS: others spi
>>>Recursively making others all @ Thu Mar 25 01:20:58 EDT 2010 ...
make[5]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net/others'
# Java sources to be compiled: (listed in file /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.net/.classes.list)
../../../../src/share/classes/sun/net/ApplicationProxy.java
../../../../src/share/classes/sun/net/InetAddressCachePolicy.java
../../../../src/share/classes/sun/net/URLCanonicalizer.java
../../../../src/share/classes/sun/net/NetworkServer.java
../../../../src/share/classes/sun/net/TelnetInputStream.java
../../../../src/share/classes/sun/net/TelnetOutputStream.java
../../../../src/share/classes/sun/net/TelnetProtocolException.java
../../../../src/share/classes/sun/net/TransferProtocolClient.java
../../../../src/share/classes/sun/net/ConnectionResetException.java
../../../../src/share/classes/sun/net/util/IPAddressUtil.java
../../../../src/share/classes/sun/net/dns/ResolverConfiguration.java
../../../../src/solaris/classes/sun/net/dns/ResolverConfigurationImpl.java
../../../../src/share/classes/sun/net/ftp/FtpClient.java
../../../../src/share/classes/sun/net/ftp/FtpLoginException.java
../../../../src/share/classes/sun/net/ftp/FtpProtocolException.java
../../../../src/share/classes/sun/net/spi/nameservice/NameServiceDescriptor.java
../../../../src/share/classes/sun/net/spi/nameservice/NameService.java
../../../../src/share/classes/sun/net/smtp/SmtpClient.java
../../../../src/share/classes/sun/net/smtp/SmtpProtocolException.java
../../../../src/share/classes/sun/net/www/content/text/Generic.java
../../../../src/share/classes/sun/net/www/content/text/plain.java
../../../../src/share/classes/sun/net/www/content/text/PlainTextInputStream.java
../../../../src/share/classes/sun/net/www/MessageHeader.java
../../../../src/share/classes/sun/net/www/MimeEntry.java
../../../../src/share/classes/sun/net/www/MimeLauncher.java
../../../../src/share/classes/sun/net/www/ApplicationLaunchException.java
../../../../src/share/classes/sun/net/www/MimeTable.java
../../../../src/share/classes/sun/net/www/URLConnection.java
../../../../src/share/classes/sun/net/www/ParseUtil.java
../../../../src/share/classes/sun/net/www/protocol/http/NegotiatorImpl.java
../../../../src/share/classes/sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/https/HttpsClient.java
../../../../src/share/classes/sun/net/www/protocol/https/DefaultHostnameVerifier.java
../../../../src/share/classes/sun/net/www/protocol/https/HttpsURLConnectionImpl.java
../../../../src/share/classes/sun/net/www/protocol/https/DelegateHttpsURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/https/Handler.java
../../../../src/share/classes/sun/net/www/protocol/netdoc/Handler.java
../../../../src/share/classes/sun/net/www/content/image/gif.java
../../../../src/share/classes/sun/net/www/content/image/jpeg.java
../../../../src/share/classes/sun/net/www/content/image/x_xbitmap.java
../../../../src/share/classes/sun/net/www/content/image/x_xpixmap.java
../../../../src/share/classes/sun/net/www/content/image/png.java
../../../../src/share/classes/sun/net/www/content/audio/aiff.java
../../../../src/share/classes/sun/net/www/content/audio/basic.java
../../../../src/share/classes/sun/net/www/content/audio/wav.java
../../../../src/share/classes/sun/net/www/content/audio/x_aiff.java
../../../../src/share/classes/sun/net/www/content/audio/x_wav.java
../../../../src/share/classes/sun/net/www/protocol/ftp/Handler.java
../../../../src/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/gopher/GopherClient.java
../../../../src/share/classes/sun/net/www/protocol/gopher/Handler.java
../../../../src/share/classes/sun/net/www/protocol/mailto/Handler.java
../../../../src/share/classes/sun/net/www/protocol/mailto/MailToURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/http/InMemoryCookieStore.java
# Running javac:
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -sourcepath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/jre/lib/rt.jar::/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes @/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.net/.classes.list
----------
1. ERROR in ../../../../src/share/classes/sun/net/www/protocol/https/HttpsClient.java (at line 628)
public void handshakeCompleted(HandshakeCompletedEvent event)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method handshakeCompleted(HandshakeCompletedEvent) of type HttpsClient must override a superclass method
----------
1 problem (1 error)make[5]: *** [.compile.classlist] Error 255
make[5]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net/others'
make[4]: *** [all] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net'
make[3]: *** [all] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make'
make[1]: *** [jdk-build] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj'
make: *** [stamps/icedtea-ecj.stamp] Error 2
+ exit 1
From gnu_andrew at member.fsf.org Thu Mar 25 22:24:35 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Fri, 26 Mar 2010 01:24:35 -0400 (EDT)
Subject: Build failed in Hudson: IcedTea6TargetTesting #275
In-Reply-To: <139463146.31269494461817.JavaMail.nighttester@toadeater>
References: <139463146.31269494461817.JavaMail.nighttester@toadeater>
Message-ID: <713962167.41269581076814.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 219849 lines...]
mv: cannot stat `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory
make[5]: [/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/.class.headers.amd64] Error 1 (ignored)
Begin parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11
make[6]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11'
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod.o ../../../../src/share/native/sun/security/pkcs11/j2secmod.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod_md.o ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_convert.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_convert.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_crypt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_digest.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_digest.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_dual.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_dual.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_general.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_general.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_keymgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_mutex.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_mutex.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_objmgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_objmgmt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sessmgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sessmgmt.c
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1WrapKey':
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c:220: warning: 'jWrappedKey' may be used uninitialized in this function
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sign.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_util.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_md.o ../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignFinal':
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c:240: warning: comparison between signed and unsigned integer expressions
../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_connect':
../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c:83: warning: 'C_GetFunctionList' may be used uninitialized in this function
make[6]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11'
Done with parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11
STATS: LIBRARY=j2pkcs11, PRODUCT=sun, _OPT=-O2
Rebuilding /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2pkcs11.so because of /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/.files_compiled mapfile-vers
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64 -Wl,-soname=libj2pkcs11.so -shared -mimpure-text -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2pkcs11.so /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod_md.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_convert.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_crypt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_digest.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_dual.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_general.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_keymgmt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_mutex.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_objmgmt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sessmgmt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sign.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_util.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_md.o -ldl -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -ljava -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -lc
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/jar cf /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar -C /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/classes sun/security/pkcs11 \
-J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/ext
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/ext/sunpkcs11.jar
/bin/cp /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/ext/sunpkcs11.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11'
Timing: 00002 seconds or 2s for make-sun-security-pkcs11
<<>>Recursively making jgss/wrapper all @ Fri Mar 26 01:24:28 EDT 2010 ...
make[5]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/.class.headers.amd64
# Running javah:
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/jre/lib/rt.jar:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/ \
sun.security.jgss.wrapper.GSSLibStub
mv /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h
mv: cannot stat `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory
make[5]: [/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/.class.headers.amd64] Error 1 (ignored)
Begin parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper
make[6]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeFunc.o ../../../../../src/solaris/native/sun/security/jgss/wrapper/NativeFunc.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeUtil.o ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/GSSLibStub.o ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c
../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c: In function 'getGSSTime':
../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c:415: warning: comparison between signed and unsigned integer expressions
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getMechPtr':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:88: warning: comparison between signed and unsigned integer expressions
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:90: warning: comparison between signed and unsigned integer expressions
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:101: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:102: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:103: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_deleteContext':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1187: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'inquireCred':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:573: warning: 'major' may be used uninitialized in this function
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_acceptContext':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:882: warning: 'jsrcName' may be used uninitialized in this function
make[6]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
Done with parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper
STATS: LIBRARY=j2gss, PRODUCT=sun, _OPT=-O2
Rebuilding /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2gss.so because of /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/.files_compiled mapfile-vers
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64 -Wl,-soname=libj2gss.so -shared -mimpure-text -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2gss.so /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeUtil.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeFunc.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/GSSLibStub.o -ldl -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -ljava -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -lc
make[5]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
Timing: 00001 seconds or 1s for make-sun-security-wrapper
<<>>Recursively making javazic all @ Fri Mar 26 01:24:29 EDT 2010 ...
make[4]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/javazic'
rm -f -r /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi/ZoneInfoMappings
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/java -Xmx896m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/btjars/javazic.jar \
build.tools.javazic.Main -V "`/bin/grep '^tzdata' ./tzdata/VERSION`" -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi ./tzdata/africa ./tzdata/antarctica ./tzdata/asia ./tzdata/australasia ./tzdata/europe ./tzdata/northamerica ./tzdata/pacificnew ./tzdata/southamerica ./tzdata/backward ./tzdata/etcetera ./tzdata/solar87 ./tzdata/solar88 ./tzdata/solar89 ./tzdata/systemv ./tzdata_jdk/gmt ./tzdata_jdk/jdk11_backward
javazic: warning: found last rules for Resolute inconsistent.
rm -f -r /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi/ZoneInfoMappings
/bin/cp -r /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi/* /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/javazic'
Timing: 00005 seconds or 5s for make-sun-javazic
<<>>Recursively making misc all @ Fri Mar 26 01:24:34 EDT 2010 ...
make[4]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/misc'
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
/bin/cat ../../../src/share/classes/sun/misc/resources/Messages_zh_TW.java | /bin/sed -e '/class/s/_zh_TW/_zh_HK/' > /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
# Java sources to be compiled: (listed in file /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.misc/.classes.list)
../../../src/share/classes/sun/misc/resources/Messages.java
../../../src/share/classes/sun/misc/resources/Messages_de.java
../../../src/share/classes/sun/misc/resources/Messages_es.java
../../../src/share/classes/sun/misc/resources/Messages_fr.java
../../../src/share/classes/sun/misc/resources/Messages_it.java
../../../src/share/classes/sun/misc/resources/Messages_ja.java
../../../src/share/classes/sun/misc/resources/Messages_ko.java
../../../src/share/classes/sun/misc/resources/Messages_sv.java
../../../src/share/classes/sun/misc/resources/Messages_zh_CN.java
../../../src/share/classes/sun/misc/resources/Messages_zh_TW.java
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
../../../src/share/classes/sun/misc/FpUtils.java
../../../src/share/classes/sun/misc/PerformanceLogger.java
../../../src/share/classes/sun/misc/FloatConsts.java
../../../src/share/classes/sun/misc/ConditionLock.java
../../../src/share/classes/sun/misc/UUEncoder.java
../../../src/share/classes/sun/misc/CharacterDecoder.java
../../../src/share/classes/sun/misc/BASE64Encoder.java
../../../src/share/classes/sun/misc/ClassLoaderUtil.java
../../../src/share/classes/sun/misc/UUDecoder.java
../../../src/share/classes/sun/misc/IOUtils.java
../../../src/share/classes/sun/misc/VMNotification.java
../../../src/share/classes/sun/misc/Sort.java
../../../src/share/classes/sun/misc/CharacterEncoder.java
../../../src/share/classes/sun/misc/Perf.java
../../../src/share/classes/sun/misc/Request.java
../../../src/share/classes/sun/misc/JarIndex.java
../../../src/share/classes/sun/misc/Timer.java
../../../src/share/classes/sun/misc/CEStreamExhausted.java
../../../src/share/classes/sun/misc/UCEncoder.java
../../../src/share/classes/sun/misc/CRC16.java
../../../src/share/classes/sun/misc/JavaUtilJarAccess.java
../../../src/share/classes/sun/misc/Compare.java
../../../src/share/classes/sun/misc/UCDecoder.java
../../../src/share/classes/sun/misc/Unsafe.java
../../../src/share/classes/sun/misc/ExtensionInstallationProvider.java
../../../src/share/classes/sun/misc/CompoundEnumeration.java
../../../src/share/classes/sun/misc/DoubleConsts.java
../../../src/share/classes/sun/misc/Ref.java
../../../src/share/classes/sun/misc/SignalHandler.java
../../../src/share/classes/sun/misc/BASE64Decoder.java
../../../src/share/classes/sun/misc/InvalidJarIndexException.java
../../../src/share/classes/sun/misc/Regexp.java
../../../src/share/classes/sun/misc/SoftCache.java
../../../src/share/classes/sun/misc/ExtensionDependency.java
../../../src/share/classes/sun/misc/RequestProcessor.java
../../../src/share/classes/sun/misc/Lock.java
../../../src/share/classes/sun/misc/ServiceConfigurationError.java
../../../src/share/classes/sun/misc/Timeable.java
../../../src/share/classes/sun/misc/ClassFileTransformer.java
../../../src/share/classes/sun/misc/HexDumpEncoder.java
../../../src/share/classes/sun/misc/Queue.java
../../../src/share/classes/sun/misc/ProxyGenerator.java
../../../src/share/classes/sun/misc/Resource.java
../../../src/share/classes/sun/misc/ExtensionInfo.java
../../../src/share/classes/sun/misc/LRUCache.java
../../../src/share/classes/sun/misc/JavaNetAccess.java
../../../src/share/classes/sun/misc/ExtensionInstallationException.java
../../../src/share/classes/sun/misc/CEFormatException.java
../../../src/share/classes/sun/misc/JarFilter.java
../../../src/share/classes/sun/misc/SharedSecrets.java
../../../src/solaris/classes/sun/misc/OSEnvironment.java
# Running javac:
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -sourcepath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/jre/lib/rt.jar::/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes @/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.misc/.classes.list
rm /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/misc'
Timing: 00001 seconds or 1s for make-sun-misc
<<>>Recursively making net all @ Fri Mar 26 01:24:35 EDT 2010 ...
make[4]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net'
Begin Processing SUBDIRS: others spi
>>>Recursively making others all @ Fri Mar 26 01:24:35 EDT 2010 ...
make[5]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net/others'
# Java sources to be compiled: (listed in file /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.net/.classes.list)
../../../../src/share/classes/sun/net/ApplicationProxy.java
../../../../src/share/classes/sun/net/InetAddressCachePolicy.java
../../../../src/share/classes/sun/net/URLCanonicalizer.java
../../../../src/share/classes/sun/net/NetworkServer.java
../../../../src/share/classes/sun/net/TelnetInputStream.java
../../../../src/share/classes/sun/net/TelnetOutputStream.java
../../../../src/share/classes/sun/net/TelnetProtocolException.java
../../../../src/share/classes/sun/net/TransferProtocolClient.java
../../../../src/share/classes/sun/net/ConnectionResetException.java
../../../../src/share/classes/sun/net/util/IPAddressUtil.java
../../../../src/share/classes/sun/net/dns/ResolverConfiguration.java
../../../../src/solaris/classes/sun/net/dns/ResolverConfigurationImpl.java
../../../../src/share/classes/sun/net/ftp/FtpClient.java
../../../../src/share/classes/sun/net/ftp/FtpLoginException.java
../../../../src/share/classes/sun/net/ftp/FtpProtocolException.java
../../../../src/share/classes/sun/net/spi/nameservice/NameServiceDescriptor.java
../../../../src/share/classes/sun/net/spi/nameservice/NameService.java
../../../../src/share/classes/sun/net/smtp/SmtpClient.java
../../../../src/share/classes/sun/net/smtp/SmtpProtocolException.java
../../../../src/share/classes/sun/net/www/content/text/Generic.java
../../../../src/share/classes/sun/net/www/content/text/plain.java
../../../../src/share/classes/sun/net/www/content/text/PlainTextInputStream.java
../../../../src/share/classes/sun/net/www/MessageHeader.java
../../../../src/share/classes/sun/net/www/MimeEntry.java
../../../../src/share/classes/sun/net/www/MimeLauncher.java
../../../../src/share/classes/sun/net/www/ApplicationLaunchException.java
../../../../src/share/classes/sun/net/www/MimeTable.java
../../../../src/share/classes/sun/net/www/URLConnection.java
../../../../src/share/classes/sun/net/www/ParseUtil.java
../../../../src/share/classes/sun/net/www/protocol/http/NegotiatorImpl.java
../../../../src/share/classes/sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/https/HttpsClient.java
../../../../src/share/classes/sun/net/www/protocol/https/DefaultHostnameVerifier.java
../../../../src/share/classes/sun/net/www/protocol/https/HttpsURLConnectionImpl.java
../../../../src/share/classes/sun/net/www/protocol/https/DelegateHttpsURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/https/Handler.java
../../../../src/share/classes/sun/net/www/protocol/netdoc/Handler.java
../../../../src/share/classes/sun/net/www/content/image/gif.java
../../../../src/share/classes/sun/net/www/content/image/jpeg.java
../../../../src/share/classes/sun/net/www/content/image/x_xbitmap.java
../../../../src/share/classes/sun/net/www/content/image/x_xpixmap.java
../../../../src/share/classes/sun/net/www/content/image/png.java
../../../../src/share/classes/sun/net/www/content/audio/aiff.java
../../../../src/share/classes/sun/net/www/content/audio/basic.java
../../../../src/share/classes/sun/net/www/content/audio/wav.java
../../../../src/share/classes/sun/net/www/content/audio/x_aiff.java
../../../../src/share/classes/sun/net/www/content/audio/x_wav.java
../../../../src/share/classes/sun/net/www/protocol/ftp/Handler.java
../../../../src/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/gopher/GopherClient.java
../../../../src/share/classes/sun/net/www/protocol/gopher/Handler.java
../../../../src/share/classes/sun/net/www/protocol/mailto/Handler.java
../../../../src/share/classes/sun/net/www/protocol/mailto/MailToURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/http/InMemoryCookieStore.java
# Running javac:
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -sourcepath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/jre/lib/rt.jar::/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes @/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.net/.classes.list
----------
1. ERROR in ../../../../src/share/classes/sun/net/www/protocol/https/HttpsClient.java (at line 628)
public void handshakeCompleted(HandshakeCompletedEvent event)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method handshakeCompleted(HandshakeCompletedEvent) of type HttpsClient must override a superclass method
----------
1 problem (1 error)make[5]: *** [.compile.classlist] Error 255
make[5]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net/others'
make[4]: *** [all] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net'
make[3]: *** [all] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make'
make[1]: *** [jdk-build] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj'
make: *** [stamps/icedtea-ecj.stamp] Error 2
+ exit 1
From gnu_andrew at member.fsf.org Fri Mar 26 22:22:51 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Sat, 27 Mar 2010 01:22:51 -0400 (EDT)
Subject: Build failed in Hudson: IcedTea6TargetTesting #276
In-Reply-To: <713962167.41269581076814.JavaMail.nighttester@toadeater>
References: <713962167.41269581076814.JavaMail.nighttester@toadeater>
Message-ID: <623286979.51269667373065.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 219845 lines...]
mv: cannot stat `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory
make[5]: [/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/.class.headers.amd64] Error 1 (ignored)
Begin parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11
make[6]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11'
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod.o ../../../../src/share/native/sun/security/pkcs11/j2secmod.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod_md.o ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_convert.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_convert.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_crypt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_digest.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_digest.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_dual.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_dual.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_general.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_general.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_keymgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_mutex.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_mutex.c
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1WrapKey':
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c:220: warning: 'jWrappedKey' may be used uninitialized in this function
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_objmgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_objmgmt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sessmgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sessmgmt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sign.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignFinal':
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c:240: warning: comparison between signed and unsigned integer expressions
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_util.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_md.o ../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c
../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_connect':
../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c:83: warning: 'C_GetFunctionList' may be used uninitialized in this function
make[6]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11'
Done with parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11
STATS: LIBRARY=j2pkcs11, PRODUCT=sun, _OPT=-O2
Rebuilding /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2pkcs11.so because of /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/.files_compiled mapfile-vers
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64 -Wl,-soname=libj2pkcs11.so -shared -mimpure-text -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2pkcs11.so /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod_md.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_convert.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_crypt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_digest.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_dual.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_general.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_keymgmt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_mutex.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_objmgmt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sessmgmt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sign.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_util.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_md.o -ldl -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -ljava -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -lc
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/jar cf /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar -C /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/classes sun/security/pkcs11 \
-J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/ext
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/ext/sunpkcs11.jar
/bin/cp /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/ext/sunpkcs11.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11'
Timing: 00002 seconds or 2s for make-sun-security-pkcs11
<<>>Recursively making jgss/wrapper all @ Sat Mar 27 01:22:43 EDT 2010 ...
make[5]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/.class.headers.amd64
# Running javah:
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/jre/lib/rt.jar:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/ \
sun.security.jgss.wrapper.GSSLibStub
mv /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h
mv: cannot stat `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory
make[5]: [/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/.class.headers.amd64] Error 1 (ignored)
Begin parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper
make[6]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeFunc.o ../../../../../src/solaris/native/sun/security/jgss/wrapper/NativeFunc.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeUtil.o ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/GSSLibStub.o ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c
../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c: In function 'getGSSTime':
../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c:415: warning: comparison between signed and unsigned integer expressions
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getMechPtr':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:88: warning: comparison between signed and unsigned integer expressions
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:90: warning: comparison between signed and unsigned integer expressions
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:101: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:102: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:103: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_deleteContext':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1187: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'inquireCred':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:573: warning: 'major' may be used uninitialized in this function
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_acceptContext':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:882: warning: 'jsrcName' may be used uninitialized in this function
make[6]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
Done with parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper
STATS: LIBRARY=j2gss, PRODUCT=sun, _OPT=-O2
Rebuilding /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2gss.so because of /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/.files_compiled mapfile-vers
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64 -Wl,-soname=libj2gss.so -shared -mimpure-text -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2gss.so /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeUtil.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeFunc.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/GSSLibStub.o -ldl -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -ljava -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -lc
make[5]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
Timing: 00001 seconds or 1s for make-sun-security-wrapper
<<>>Recursively making javazic all @ Sat Mar 27 01:22:44 EDT 2010 ...
make[4]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/javazic'
rm -f -r /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi/ZoneInfoMappings
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/java -Xmx896m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/btjars/javazic.jar \
build.tools.javazic.Main -V "`/bin/grep '^tzdata' ./tzdata/VERSION`" -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi ./tzdata/africa ./tzdata/antarctica ./tzdata/asia ./tzdata/australasia ./tzdata/europe ./tzdata/northamerica ./tzdata/pacificnew ./tzdata/southamerica ./tzdata/backward ./tzdata/etcetera ./tzdata/solar87 ./tzdata/solar88 ./tzdata/solar89 ./tzdata/systemv ./tzdata_jdk/gmt ./tzdata_jdk/jdk11_backward
javazic: warning: found last rules for Resolute inconsistent.
rm -f -r /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi/ZoneInfoMappings
/bin/cp -r /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi/* /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/javazic'
Timing: 00005 seconds or 5s for make-sun-javazic
<<>>Recursively making misc all @ Sat Mar 27 01:22:49 EDT 2010 ...
make[4]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/misc'
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
/bin/cat ../../../src/share/classes/sun/misc/resources/Messages_zh_TW.java | /bin/sed -e '/class/s/_zh_TW/_zh_HK/' > /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
# Java sources to be compiled: (listed in file /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.misc/.classes.list)
../../../src/share/classes/sun/misc/resources/Messages.java
../../../src/share/classes/sun/misc/resources/Messages_de.java
../../../src/share/classes/sun/misc/resources/Messages_es.java
../../../src/share/classes/sun/misc/resources/Messages_fr.java
../../../src/share/classes/sun/misc/resources/Messages_it.java
../../../src/share/classes/sun/misc/resources/Messages_ja.java
../../../src/share/classes/sun/misc/resources/Messages_ko.java
../../../src/share/classes/sun/misc/resources/Messages_sv.java
../../../src/share/classes/sun/misc/resources/Messages_zh_CN.java
../../../src/share/classes/sun/misc/resources/Messages_zh_TW.java
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
../../../src/share/classes/sun/misc/FpUtils.java
../../../src/share/classes/sun/misc/PerformanceLogger.java
../../../src/share/classes/sun/misc/FloatConsts.java
../../../src/share/classes/sun/misc/ConditionLock.java
../../../src/share/classes/sun/misc/UUEncoder.java
../../../src/share/classes/sun/misc/CharacterDecoder.java
../../../src/share/classes/sun/misc/BASE64Encoder.java
../../../src/share/classes/sun/misc/ClassLoaderUtil.java
../../../src/share/classes/sun/misc/UUDecoder.java
../../../src/share/classes/sun/misc/IOUtils.java
../../../src/share/classes/sun/misc/VMNotification.java
../../../src/share/classes/sun/misc/Sort.java
../../../src/share/classes/sun/misc/CharacterEncoder.java
../../../src/share/classes/sun/misc/Perf.java
../../../src/share/classes/sun/misc/Request.java
../../../src/share/classes/sun/misc/JarIndex.java
../../../src/share/classes/sun/misc/Timer.java
../../../src/share/classes/sun/misc/CEStreamExhausted.java
../../../src/share/classes/sun/misc/UCEncoder.java
../../../src/share/classes/sun/misc/CRC16.java
../../../src/share/classes/sun/misc/JavaUtilJarAccess.java
../../../src/share/classes/sun/misc/Compare.java
../../../src/share/classes/sun/misc/UCDecoder.java
../../../src/share/classes/sun/misc/Unsafe.java
../../../src/share/classes/sun/misc/ExtensionInstallationProvider.java
../../../src/share/classes/sun/misc/CompoundEnumeration.java
../../../src/share/classes/sun/misc/DoubleConsts.java
../../../src/share/classes/sun/misc/Ref.java
../../../src/share/classes/sun/misc/SignalHandler.java
../../../src/share/classes/sun/misc/BASE64Decoder.java
../../../src/share/classes/sun/misc/InvalidJarIndexException.java
../../../src/share/classes/sun/misc/Regexp.java
../../../src/share/classes/sun/misc/SoftCache.java
../../../src/share/classes/sun/misc/ExtensionDependency.java
../../../src/share/classes/sun/misc/RequestProcessor.java
../../../src/share/classes/sun/misc/Lock.java
../../../src/share/classes/sun/misc/ServiceConfigurationError.java
../../../src/share/classes/sun/misc/Timeable.java
../../../src/share/classes/sun/misc/ClassFileTransformer.java
../../../src/share/classes/sun/misc/HexDumpEncoder.java
../../../src/share/classes/sun/misc/Queue.java
../../../src/share/classes/sun/misc/ProxyGenerator.java
../../../src/share/classes/sun/misc/Resource.java
../../../src/share/classes/sun/misc/ExtensionInfo.java
../../../src/share/classes/sun/misc/LRUCache.java
../../../src/share/classes/sun/misc/JavaNetAccess.java
../../../src/share/classes/sun/misc/ExtensionInstallationException.java
../../../src/share/classes/sun/misc/CEFormatException.java
../../../src/share/classes/sun/misc/JarFilter.java
../../../src/share/classes/sun/misc/SharedSecrets.java
../../../src/solaris/classes/sun/misc/OSEnvironment.java
# Running javac:
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -sourcepath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/jre/lib/rt.jar::/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes @/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.misc/.classes.list
rm /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/misc'
Timing: 00001 seconds or 1s for make-sun-misc
<<>>Recursively making net all @ Sat Mar 27 01:22:50 EDT 2010 ...
make[4]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net'
Begin Processing SUBDIRS: others spi
>>>Recursively making others all @ Sat Mar 27 01:22:50 EDT 2010 ...
make[5]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net/others'
# Java sources to be compiled: (listed in file /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.net/.classes.list)
../../../../src/share/classes/sun/net/ApplicationProxy.java
../../../../src/share/classes/sun/net/InetAddressCachePolicy.java
../../../../src/share/classes/sun/net/URLCanonicalizer.java
../../../../src/share/classes/sun/net/NetworkServer.java
../../../../src/share/classes/sun/net/TelnetInputStream.java
../../../../src/share/classes/sun/net/TelnetOutputStream.java
../../../../src/share/classes/sun/net/TelnetProtocolException.java
../../../../src/share/classes/sun/net/TransferProtocolClient.java
../../../../src/share/classes/sun/net/ConnectionResetException.java
../../../../src/share/classes/sun/net/util/IPAddressUtil.java
../../../../src/share/classes/sun/net/dns/ResolverConfiguration.java
../../../../src/solaris/classes/sun/net/dns/ResolverConfigurationImpl.java
../../../../src/share/classes/sun/net/ftp/FtpClient.java
../../../../src/share/classes/sun/net/ftp/FtpLoginException.java
../../../../src/share/classes/sun/net/ftp/FtpProtocolException.java
../../../../src/share/classes/sun/net/spi/nameservice/NameServiceDescriptor.java
../../../../src/share/classes/sun/net/spi/nameservice/NameService.java
../../../../src/share/classes/sun/net/smtp/SmtpClient.java
../../../../src/share/classes/sun/net/smtp/SmtpProtocolException.java
../../../../src/share/classes/sun/net/www/content/text/Generic.java
../../../../src/share/classes/sun/net/www/content/text/plain.java
../../../../src/share/classes/sun/net/www/content/text/PlainTextInputStream.java
../../../../src/share/classes/sun/net/www/MessageHeader.java
../../../../src/share/classes/sun/net/www/MimeEntry.java
../../../../src/share/classes/sun/net/www/MimeLauncher.java
../../../../src/share/classes/sun/net/www/ApplicationLaunchException.java
../../../../src/share/classes/sun/net/www/MimeTable.java
../../../../src/share/classes/sun/net/www/URLConnection.java
../../../../src/share/classes/sun/net/www/ParseUtil.java
../../../../src/share/classes/sun/net/www/protocol/http/NegotiatorImpl.java
../../../../src/share/classes/sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/https/HttpsClient.java
../../../../src/share/classes/sun/net/www/protocol/https/DefaultHostnameVerifier.java
../../../../src/share/classes/sun/net/www/protocol/https/HttpsURLConnectionImpl.java
../../../../src/share/classes/sun/net/www/protocol/https/DelegateHttpsURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/https/Handler.java
../../../../src/share/classes/sun/net/www/protocol/netdoc/Handler.java
../../../../src/share/classes/sun/net/www/content/image/gif.java
../../../../src/share/classes/sun/net/www/content/image/jpeg.java
../../../../src/share/classes/sun/net/www/content/image/x_xbitmap.java
../../../../src/share/classes/sun/net/www/content/image/x_xpixmap.java
../../../../src/share/classes/sun/net/www/content/image/png.java
../../../../src/share/classes/sun/net/www/content/audio/aiff.java
../../../../src/share/classes/sun/net/www/content/audio/basic.java
../../../../src/share/classes/sun/net/www/content/audio/wav.java
../../../../src/share/classes/sun/net/www/content/audio/x_aiff.java
../../../../src/share/classes/sun/net/www/content/audio/x_wav.java
../../../../src/share/classes/sun/net/www/protocol/ftp/Handler.java
../../../../src/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/gopher/GopherClient.java
../../../../src/share/classes/sun/net/www/protocol/gopher/Handler.java
../../../../src/share/classes/sun/net/www/protocol/mailto/Handler.java
../../../../src/share/classes/sun/net/www/protocol/mailto/MailToURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/http/InMemoryCookieStore.java
# Running javac:
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -sourcepath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/jre/lib/rt.jar::/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes @/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.net/.classes.list
----------
1. ERROR in ../../../../src/share/classes/sun/net/www/protocol/https/HttpsClient.java (at line 628)
public void handshakeCompleted(HandshakeCompletedEvent event)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method handshakeCompleted(HandshakeCompletedEvent) of type HttpsClient must override a superclass method
----------
1 problem (1 error)make[5]: *** [.compile.classlist] Error 255
make[5]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net/others'
make[4]: *** [all] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net'
make[3]: *** [all] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make'
make[1]: *** [jdk-build] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj'
make: *** [stamps/icedtea-ecj.stamp] Error 2
+ exit 1
From gnu_andrew at member.fsf.org Sat Mar 27 22:23:08 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Sun, 28 Mar 2010 01:23:08 -0400 (EDT)
Subject: Build failed in Hudson: IcedTea6TargetTesting #277
In-Reply-To: <623286979.51269667373065.JavaMail.nighttester@toadeater>
References: <623286979.51269667373065.JavaMail.nighttester@toadeater>
Message-ID: <55640955.61269753790349.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 219845 lines...]
mv: cannot stat `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory
make[5]: [/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/.class.headers.amd64] Error 1 (ignored)
Begin parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11
make[6]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11'
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod.o ../../../../src/share/native/sun/security/pkcs11/j2secmod.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod_md.o ../../../../src/solaris/native/sun/security/pkcs11/j2secmod_md.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_convert.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_convert.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_crypt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_crypt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_digest.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_digest.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_dual.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_dual.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_general.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_general.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_keymgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_mutex.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_mutex.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_objmgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_objmgmt.c
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1WrapKey':
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_keymgmt.c:220: warning: 'jWrappedKey' may be used uninitialized in this function
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sessmgmt.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sessmgmt.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sign.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_util.o ../../../../src/share/native/sun/security/pkcs11/wrapper/p11_util.c
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_C_1SignFinal':
../../../../src/share/native/sun/security/pkcs11/wrapper/p11_sign.c:240: warning: comparison between signed and unsigned integer expressions
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_md.o ../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c
../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c: In function 'Java_sun_security_pkcs11_wrapper_PKCS11_connect':
../../../../src/solaris/native/sun/security/pkcs11/wrapper/p11_md.c:83: warning: 'C_GetFunctionList' may be used uninitialized in this function
make[6]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11'
Done with parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11
STATS: LIBRARY=j2pkcs11, PRODUCT=sun, _OPT=-O2
Rebuilding /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2pkcs11.so because of /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/.files_compiled mapfile-vers
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/javavm/include -I../../../../src/solaris/javavm/include -I../../../../src/share/native/sun/security/pkcs11/wrapper -I../../../../src/solaris/native/sun/security/pkcs11/wrapper -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/sun/security/pkcs11 -I../../../../src/solaris/native/sun/security/pkcs11 -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64 -Wl,-soname=libj2pkcs11.so -shared -mimpure-text -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2pkcs11.so /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/j2secmod_md.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_convert.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_crypt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_digest.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_dual.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_general.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_keymgmt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_mutex.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_objmgmt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sessmgmt.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_sign.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_util.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/obj64/p11_md.o -ldl -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -ljava -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -lc
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/jar cf /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar -C /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/classes sun/security/pkcs11 \
-J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/ext
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/ext/sunpkcs11.jar
/bin/cp /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.pkcs11/j2pkcs11/unsigned/sunpkcs11.jar /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/ext/sunpkcs11.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/pkcs11'
Timing: 00002 seconds or 2s for make-sun-security-pkcs11
<<>>Recursively making jgss/wrapper all @ Sun Mar 28 01:23:01 EDT 2010 ...
make[5]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/.class.headers.amd64
# Running javah:
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/jre/lib/rt.jar:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/ \
sun.security.jgss.wrapper.GSSLibStub
mv /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader\$NativeLibrary.h \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader_NativeLibrary.h
mv: cannot stat `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders/java_lang_ClassLoader$NativeLibrary.h': No such file or directory
make[5]: [/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/.class.headers.amd64] Error 1 (ignored)
Begin parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper
make[6]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeFunc.o ../../../../../src/solaris/native/sun/security/jgss/wrapper/NativeFunc.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeUtil.o ../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -c -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/GSSLibStub.o ../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c
../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c: In function 'getGSSTime':
../../../../../src/share/native/sun/security/jgss/wrapper/NativeUtil.c:415: warning: comparison between signed and unsigned integer expressions
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_getMechPtr':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:88: warning: comparison between signed and unsigned integer expressions
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:90: warning: comparison between signed and unsigned integer expressions
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:101: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:102: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:103: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_deleteContext':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:1187: warning: return makes integer from pointer without a cast
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'inquireCred':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:573: warning: 'major' may be used uninitialized in this function
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c: In function 'Java_sun_security_jgss_wrapper_GSSLibStub_acceptContext':
../../../../../src/share/native/sun/security/jgss/wrapper/GSSLibStub.c:882: warning: 'jsrcName' may be used uninitialized in this function
make[6]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
Done with parallel compiles: /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper
STATS: LIBRARY=j2gss, PRODUCT=sun, _OPT=-O2
Rebuilding /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2gss.so because of /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/.files_compiled mapfile-vers
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g -D_amd64_ -Damd64 -DARCH='"amd64"' -DLINUX -DRELEASE='"1.6.0_18"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/CClassHeaders -I../../../../../src/solaris/javavm/export -I../../../../../src/share/javavm/export -I../../../../../src/share/javavm/include -I../../../../../src/solaris/javavm/include -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -I../../../../../src/share/native/common -I../../../../../src/solaris/native/common -I../../../../../src/share/native/sun/security/jgss/wrapper -I../../../../../src/solaris/native/sun/security/jgss/wrapper -Xlinker -O1 -Xlinker -version-script=mapfile-vers -Xlinker -z -Xlinker origin -Xlinker -rpath -Xlinker \$ORIGIN -Xlinker -z -Xlinker defs -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64 -Wl,-soname=libj2gss.so -shared -mimpure-text -o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/libj2gss.so /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeUtil.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/NativeFunc.o /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.security.jgss.wrapper/j2gss/obj64/GSSLibStub.o -ldl -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -ljava -L/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/amd64/server -ljvm -lc
make[5]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/security/jgss/wrapper'
Timing: 00001 seconds or 1s for make-sun-security-wrapper
<<>>Recursively making javazic all @ Sun Mar 28 01:23:02 EDT 2010 ...
make[4]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/javazic'
rm -f -r /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi/ZoneInfoMappings
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/java -Xmx896m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m -cp /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/btjars/javazic.jar \
build.tools.javazic.Main -V "`/bin/grep '^tzdata' ./tzdata/VERSION`" -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi ./tzdata/africa ./tzdata/antarctica ./tzdata/asia ./tzdata/australasia ./tzdata/europe ./tzdata/northamerica ./tzdata/pacificnew ./tzdata/southamerica ./tzdata/backward ./tzdata/etcetera ./tzdata/solar87 ./tzdata/solar88 ./tzdata/solar89 ./tzdata/systemv ./tzdata_jdk/gmt ./tzdata_jdk/jdk11_backward
javazic: warning: found last rules for Resolute inconsistent.
rm -f -r /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi/ZoneInfoMappings
/bin/cp -r /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.javazic/zi/* /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/lib/zi
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/javazic'
Timing: 00005 seconds or 5s for make-sun-javazic
<<>>Recursively making misc all @ Sun Mar 28 01:23:07 EDT 2010 ...
make[4]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/misc'
rm -f /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
/bin/cat ../../../src/share/classes/sun/misc/resources/Messages_zh_TW.java | /bin/sed -e '/class/s/_zh_TW/_zh_HK/' > /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
# Java sources to be compiled: (listed in file /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.misc/.classes.list)
../../../src/share/classes/sun/misc/resources/Messages.java
../../../src/share/classes/sun/misc/resources/Messages_de.java
../../../src/share/classes/sun/misc/resources/Messages_es.java
../../../src/share/classes/sun/misc/resources/Messages_fr.java
../../../src/share/classes/sun/misc/resources/Messages_it.java
../../../src/share/classes/sun/misc/resources/Messages_ja.java
../../../src/share/classes/sun/misc/resources/Messages_ko.java
../../../src/share/classes/sun/misc/resources/Messages_sv.java
../../../src/share/classes/sun/misc/resources/Messages_zh_CN.java
../../../src/share/classes/sun/misc/resources/Messages_zh_TW.java
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
../../../src/share/classes/sun/misc/FpUtils.java
../../../src/share/classes/sun/misc/PerformanceLogger.java
../../../src/share/classes/sun/misc/FloatConsts.java
../../../src/share/classes/sun/misc/ConditionLock.java
../../../src/share/classes/sun/misc/UUEncoder.java
../../../src/share/classes/sun/misc/CharacterDecoder.java
../../../src/share/classes/sun/misc/BASE64Encoder.java
../../../src/share/classes/sun/misc/ClassLoaderUtil.java
../../../src/share/classes/sun/misc/UUDecoder.java
../../../src/share/classes/sun/misc/IOUtils.java
../../../src/share/classes/sun/misc/VMNotification.java
../../../src/share/classes/sun/misc/Sort.java
../../../src/share/classes/sun/misc/CharacterEncoder.java
../../../src/share/classes/sun/misc/Perf.java
../../../src/share/classes/sun/misc/Request.java
../../../src/share/classes/sun/misc/JarIndex.java
../../../src/share/classes/sun/misc/Timer.java
../../../src/share/classes/sun/misc/CEStreamExhausted.java
../../../src/share/classes/sun/misc/UCEncoder.java
../../../src/share/classes/sun/misc/CRC16.java
../../../src/share/classes/sun/misc/JavaUtilJarAccess.java
../../../src/share/classes/sun/misc/Compare.java
../../../src/share/classes/sun/misc/UCDecoder.java
../../../src/share/classes/sun/misc/Unsafe.java
../../../src/share/classes/sun/misc/ExtensionInstallationProvider.java
../../../src/share/classes/sun/misc/CompoundEnumeration.java
../../../src/share/classes/sun/misc/DoubleConsts.java
../../../src/share/classes/sun/misc/Ref.java
../../../src/share/classes/sun/misc/SignalHandler.java
../../../src/share/classes/sun/misc/BASE64Decoder.java
../../../src/share/classes/sun/misc/InvalidJarIndexException.java
../../../src/share/classes/sun/misc/Regexp.java
../../../src/share/classes/sun/misc/SoftCache.java
../../../src/share/classes/sun/misc/ExtensionDependency.java
../../../src/share/classes/sun/misc/RequestProcessor.java
../../../src/share/classes/sun/misc/Lock.java
../../../src/share/classes/sun/misc/ServiceConfigurationError.java
../../../src/share/classes/sun/misc/Timeable.java
../../../src/share/classes/sun/misc/ClassFileTransformer.java
../../../src/share/classes/sun/misc/HexDumpEncoder.java
../../../src/share/classes/sun/misc/Queue.java
../../../src/share/classes/sun/misc/ProxyGenerator.java
../../../src/share/classes/sun/misc/Resource.java
../../../src/share/classes/sun/misc/ExtensionInfo.java
../../../src/share/classes/sun/misc/LRUCache.java
../../../src/share/classes/sun/misc/JavaNetAccess.java
../../../src/share/classes/sun/misc/ExtensionInstallationException.java
../../../src/share/classes/sun/misc/CEFormatException.java
../../../src/share/classes/sun/misc/JarFilter.java
../../../src/share/classes/sun/misc/SharedSecrets.java
../../../src/solaris/classes/sun/misc/OSEnvironment.java
# Running javac:
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -sourcepath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated:../../../src/solaris/classes:../../../src/share/classes -bootclasspath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/jre/lib/rt.jar::/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes @/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.misc/.classes.list
rm /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated/sun/misc/resources/Messages_zh_HK.java
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/misc'
Timing: 00001 seconds or 1s for make-sun-misc
<<>>Recursively making net all @ Sun Mar 28 01:23:08 EDT 2010 ...
make[4]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net'
Begin Processing SUBDIRS: others spi
>>>Recursively making others all @ Sun Mar 28 01:23:08 EDT 2010 ...
make[5]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net/others'
# Java sources to be compiled: (listed in file /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.net/.classes.list)
../../../../src/share/classes/sun/net/ApplicationProxy.java
../../../../src/share/classes/sun/net/InetAddressCachePolicy.java
../../../../src/share/classes/sun/net/URLCanonicalizer.java
../../../../src/share/classes/sun/net/NetworkServer.java
../../../../src/share/classes/sun/net/TelnetInputStream.java
../../../../src/share/classes/sun/net/TelnetOutputStream.java
../../../../src/share/classes/sun/net/TelnetProtocolException.java
../../../../src/share/classes/sun/net/TransferProtocolClient.java
../../../../src/share/classes/sun/net/ConnectionResetException.java
../../../../src/share/classes/sun/net/util/IPAddressUtil.java
../../../../src/share/classes/sun/net/dns/ResolverConfiguration.java
../../../../src/solaris/classes/sun/net/dns/ResolverConfigurationImpl.java
../../../../src/share/classes/sun/net/ftp/FtpClient.java
../../../../src/share/classes/sun/net/ftp/FtpLoginException.java
../../../../src/share/classes/sun/net/ftp/FtpProtocolException.java
../../../../src/share/classes/sun/net/spi/nameservice/NameServiceDescriptor.java
../../../../src/share/classes/sun/net/spi/nameservice/NameService.java
../../../../src/share/classes/sun/net/smtp/SmtpClient.java
../../../../src/share/classes/sun/net/smtp/SmtpProtocolException.java
../../../../src/share/classes/sun/net/www/content/text/Generic.java
../../../../src/share/classes/sun/net/www/content/text/plain.java
../../../../src/share/classes/sun/net/www/content/text/PlainTextInputStream.java
../../../../src/share/classes/sun/net/www/MessageHeader.java
../../../../src/share/classes/sun/net/www/MimeEntry.java
../../../../src/share/classes/sun/net/www/MimeLauncher.java
../../../../src/share/classes/sun/net/www/ApplicationLaunchException.java
../../../../src/share/classes/sun/net/www/MimeTable.java
../../../../src/share/classes/sun/net/www/URLConnection.java
../../../../src/share/classes/sun/net/www/ParseUtil.java
../../../../src/share/classes/sun/net/www/protocol/http/NegotiatorImpl.java
../../../../src/share/classes/sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/https/HttpsClient.java
../../../../src/share/classes/sun/net/www/protocol/https/DefaultHostnameVerifier.java
../../../../src/share/classes/sun/net/www/protocol/https/HttpsURLConnectionImpl.java
../../../../src/share/classes/sun/net/www/protocol/https/DelegateHttpsURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/https/Handler.java
../../../../src/share/classes/sun/net/www/protocol/netdoc/Handler.java
../../../../src/share/classes/sun/net/www/content/image/gif.java
../../../../src/share/classes/sun/net/www/content/image/jpeg.java
../../../../src/share/classes/sun/net/www/content/image/x_xbitmap.java
../../../../src/share/classes/sun/net/www/content/image/x_xpixmap.java
../../../../src/share/classes/sun/net/www/content/image/png.java
../../../../src/share/classes/sun/net/www/content/audio/aiff.java
../../../../src/share/classes/sun/net/www/content/audio/basic.java
../../../../src/share/classes/sun/net/www/content/audio/wav.java
../../../../src/share/classes/sun/net/www/content/audio/x_aiff.java
../../../../src/share/classes/sun/net/www/content/audio/x_wav.java
../../../../src/share/classes/sun/net/www/protocol/ftp/Handler.java
../../../../src/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/gopher/GopherClient.java
../../../../src/share/classes/sun/net/www/protocol/gopher/Handler.java
../../../../src/share/classes/sun/net/www/protocol/mailto/Handler.java
../../../../src/share/classes/sun/net/www/protocol/mailto/MailToURLConnection.java
../../../../src/share/classes/sun/net/www/protocol/http/InMemoryCookieStore.java
# Running javac:
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -sourcepath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/generated:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/jdk1.6.0/jre/lib/rt.jar::/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes -d /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/classes @/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/build/linux-amd64/tmp/sun/sun.net/.classes.list
----------
1. ERROR in ../../../../src/share/classes/sun/net/www/protocol/https/HttpsClient.java (at line 628)
public void handshakeCompleted(HandshakeCompletedEvent event)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method handshakeCompleted(HandshakeCompletedEvent) of type HttpsClient must override a superclass method
----------
1 problem (1 error)make[5]: *** [.compile.classlist] Error 255
make[5]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net/others'
make[4]: *** [all] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun/net'
make[3]: *** [all] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make/sun'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj/jdk/make'
make[1]: *** [jdk-build] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk-ecj'
make: *** [stamps/icedtea-ecj.stamp] Error 2
+ exit 1
From gnu_andrew at member.fsf.org Sun Mar 28 22:15:37 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Mon, 29 Mar 2010 01:15:37 -0400 (EDT)
Subject: Build failed in Hudson: IcedTea6TargetTesting #278
In-Reply-To: <55640955.61269753790349.JavaMail.nighttester@toadeater>
References: <55640955.61269753790349.JavaMail.nighttester@toadeater>
Message-ID: <812062200.71269839743759.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 186148 lines...]
checking whether to build VisualVM... no
checking whether to include PulseAudio support... no
checking whether to build documentation... yes
checking whether to enable experimental OpenJDK cross-compilation support... no
checking whether to include the XRender pipeline... yes
checking whether to include NIO2 support... no
checking whether to include SystemTap tracing support... no
checking whether to include the NSS-based security provider... no
checking for distribution package version... none
checking build identification... Built on Fedora release 12 (Constantine) (Mon Mar 29 01:14:10 EDT 2010)
checking for a GCJ JDK home directory... /usr/lib/jvm/java-gcj
checking for gij... /usr/bin/gij
checking for ecj... /usr/bin/ecj
checking for javac... /usr/bin/ecj -nowarn
checking if a javah executable is specified... no
checking for gjavah... /usr/bin/gjavah
checking if a jar executable is specified... no
checking for gjar... /usr/bin/gjar
checking whether jar supports @ argument... yes
checking whether jar supports stdin file arguments... yes
checking whether jar supports -J options at the end... yes
checking if an rmic executable is specified... no
checking for grmic... /usr/bin/grmic
checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar
checking for a xalan2 jar... /usr/share/java/xalan-j2.jar
checking for a xalan2 serializer jar... /usr/share/java/xalan-j2-serializer.jar
checking for a xerces2 jar... /usr/share/java/xerces-j2.jar
checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar
checking for an OpenJDK source zip... not specified
checking for a HotSpot source zip... not specified
checking for an OpenJDK source directory... /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/openjdk
checking for an alternate jar command... not specified
checking for a JAXP drop zip... not specified
checking for a JAF drop zip... not specified
checking for a JAXWS drop zip... not specified
checking whether to use CACAO as VM... no
checking for a CACAO home directory... $(abs_top_builddir)/cacao/install
checking for a CACAO source zip... not specified
checking for a CACAO source directory... not specified
checking whether to disable optimizations and build with -O0 -g... no
checking whether to use the Shark JIT... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether to use the zero-assembler port... no
checking whether byte ordering is bigendian... no
checking for additional virtual machines to build... none
checking whether to retrieve the source code from Mercurial... yes
checking which Mercurial revision to use... tip
checking which Java timezone data directory to use... /usr/share/javazi
checking if sun.awt.SunToolkit is missing... yes
checking if javax.xml.stream.events.Attribute.getDTDType() wrongly returns a QName... no
checking whether to build the browser plugin... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking for GLIB... yes
checking for MOZILLA... yes
checking for xulrunner version... 1090108
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking cups/ppd.h usability... yes
checking cups/ppd.h presence... yes
checking for cups/ppd.h... yes
checking X11/X.h usability... yes
checking X11/X.h presence... yes
checking for X11/X.h... yes
checking for main in -ljpeg... yes
checking for main in -lgif... yes
checking for main in -lz... yes
checking for XPROTO... yes
checking for XT... yes
checking for XP... yes
checking for X11... yes
checking for XINERAMA... yes
checking for XRENDER... yes
checking for LIBPNG... yes
checking for XTST... yes
checking for FREETYPE2... yes
checking for ALSA... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating javac
config.status: creating javap
config.status: creating jvm.cfg
config.status: creating ergo.c
config.status: creating tz.properties
config.status: executing depfiles commands
+ make
mkdir -p stamps ; \
if test "xno" != "xno"; then \
no -g -O2 -m64 -Wl,-Bsymbolic -findirect-dispatch -o native-ecj \
--main=org.eclipse.jdt.internal.compiler.batch.Main /usr/share/java/eclipse-ecj.jar ; \
fi ; \
touch stamps/native-ecj.stamp
mkdir -p bootstrap/ecj/bin stamps/
ln -sf /usr/bin/gij bootstrap/ecj/bin/java
ln -sf /usr/bin/gjavah bootstrap/ecj/bin/javah
ln -sf /usr/bin/grmic bootstrap/ecj/bin/rmic
ln -sf /usr/bin/gjar bootstrap/ecj/bin/jar
ln -sf ../../../javac bootstrap/ecj/bin/javac
ln -sf ../../../javap bootstrap/ecj/bin/javap
mkdir -p bootstrap/ecj/lib/endorsed
ln -sf /usr/share/java/xalan-j2.jar bootstrap/ecj/lib/endorsed/xalan-j2.jar
ln -sf /usr/share/java/xalan-j2-serializer.jar \
bootstrap/ecj/lib/endorsed/xalan-j2-serializer.jar
ln -sf /usr/share/java/xerces-j2.jar bootstrap/ecj/lib/endorsed/xerces-j2.jar
mkdir -p bootstrap/ecj/jre/lib; \
ln -sf /usr/lib/jvm/java-gcj/jre/lib/amd64 \
bootstrap/ecj/jre/lib/; \
if ! test -d bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
bootstrap/ecj/jre/lib/amd64; \
fi; \
mkdir -p bootstrap/ecj/include; \
for i in /usr/lib/jvm/java-gcj/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-gcj/include/$i bootstrap/ecj/include/$i; \
done; \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/ecj/jre/lib/rt.jar;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/ecj/lib ; \
ln -sf /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/ecj/jre/lib/rt.jar \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/bootstrap/ecj/lib/tools.jar ; \
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
rm -f bootstrap/jdk1.6.0
ln -sf ecj bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
find /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/netx -name '*.java' | sort > netx-source-files.txt
if ! /usr/bin/hg fclone -h; \
then \
echo "No forest extension found. Please refer to" \
"http://selenic.com/mercurial/wiki/index.cgi/ForestExtension"; \
exit 1; \
fi;
hg fclone [OPTION]... SOURCE [DEST]
make a clone of an existing forest of repositories
Create a clone of an existing forest in a new directory.
Look at the help text for the clone command for more information.
options:
--walkhg walk repositories under '.hg' (yes/no)
-U --noupdate the clone will only contain a repository (no working copy)
-u --updaterev revision, tag or branch to check out
-r --rev clone only the specified revisions and ancestors
--pull use pull protocol to copy metadata
--uncompressed use uncompressed transfer (fast over LAN)
-e --ssh specify ssh command to use
--remotecmd specify hg command to run on the remote side
use "hg -v help fclone" to show global options
mkdir -p stamps
touch stamps/hgforest.stamp
mkdir -p drops
if ! echo "181615cfec1c3721a7d8f278fa25b392be4247a496c7774a10cb9df37684f94f drops/jdk6-jaxp-2010_01_15.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk6-jaxp-2010_01_15.zip ] ; \
then \
mv drops/jdk6-jaxp-2010_01_15.zip drops/jdk6-jaxp-2010_01_15.zip.old ; \
fi ; \
/usr/bin/wget https://jaxp.dev.java.net/files/documents/913/147491/jdk6-jaxp-2010_01_15.zip -O drops/jdk6-jaxp-2010_01_15.zip; \
if ! echo "181615cfec1c3721a7d8f278fa25b392be4247a496c7774a10cb9df37684f94f drops/jdk6-jaxp-2010_01_15.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaxp drop zip"; false; \
fi; \
fi ;
drops/jdk6-jaxp-2010_01_15.zip: OK
mkdir -p stamps
touch stamps/download-jaxp-drop.stamp
mkdir -p drops
if ! echo "155ff3be83c980e197621a2fbf7ee34e8e0f536489351a5865cf0e52206245e2 drops/jdk6-jaxws-2009_10_27.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk6-jaxws-2009_10_27.zip ] ; \
then \
mv drops/jdk6-jaxws-2009_10_27.zip drops/jdk6-jaxws-2009_10_27.zip.old ; \
fi ; \
/usr/bin/wget http://kenai.com/projects/jdk6-drops/downloads/download/jdk6-jaxws-2009_10_27.zip -O drops/jdk6-jaxws-2009_10_27.zip; \
if ! echo "155ff3be83c980e197621a2fbf7ee34e8e0f536489351a5865cf0e52206245e2 drops/jdk6-jaxws-2009_10_27.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaxws drop zip"; false; \
fi; \
fi ;
drops/jdk6-jaxws-2009_10_27.zip: OK
mkdir -p stamps
touch stamps/download-jaxws-drop.stamp
mkdir -p drops
if ! echo "fdc51476fc6bcc69ea1f099f33e84601a126bfa8b11c8fa11c25dc574345aa9f drops/jdk6-jaf-2009_10_27.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk6-jaf-2009_10_27.zip ] ; \
then \
mv drops/jdk6-jaf-2009_10_27.zip drops/jdk6-jaf-2009_10_27.zip.old ; \
fi ; \
/usr/bin/wget http://kenai.com/projects/jdk6-drops/downloads/download/jdk6-jaf-2009_10_27.zip -O drops/jdk6-jaf-2009_10_27.zip; \
if ! echo "fdc51476fc6bcc69ea1f099f33e84601a126bfa8b11c8fa11c25dc574345aa9f drops/jdk6-jaf-2009_10_27.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaf drop zip"; false; \
fi; \
fi ;
drops/jdk6-jaf-2009_10_27.zip: OK
mkdir -p stamps
touch stamps/download-jaf-drop.stamp
mkdir -p stamps
touch stamps/download-drops.stamp
/usr/bin/hg fclone http://hg.openjdk.java.net/jdk6/jdk6 openjdk;
[.]
requesting all changes
adding changesets
adding manifests
adding file changes
added 47 changesets with 84 changes to 29 files
updating to branch default
28 files updated, 0 files merged, 0 files removed, 0 files unresolved
[corba]
requesting all changes
adding changesets
adding manifests
adding file changes
added 37 changesets with 1457 changes to 1376 files
updating to branch default
1369 files updated, 0 files merged, 0 files removed, 0 files unresolved
[hotspot]
abort: error: Temporary failure in name resolution
make: *** [stamps/download.stamp] Error 255
+ exit 1
From gnu_andrew at member.fsf.org Mon Mar 29 00:03:34 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Mon, 29 Mar 2010 03:03:34 -0400 (EDT)
Subject: Build failed in Hudson: IcedTea7TargetTesting #251
Message-ID: <1937715714.81269846219032.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 309 lines...]
checking if we are using ecj as javac... yes
checking for javah... /usr/lib/jvm/java-gcj/bin/javah
checking for jar... /usr/lib/jvm/java-gcj/bin/jar
checking whether jar supports @ argument... yes
checking whether jar supports stdin file arguments... yes
checking whether jar supports -J options at the end... yes
checking for rmic... /usr/lib/jvm/java-gcj/bin/rmic
checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar
checking xalan2 jar... /usr/share/java/xalan-j2.jar
checking for xalan2 serializer jar... /usr/share/java/xalan-j2-serializer.jar
checking for xerces2 jar... /usr/share/java/xerces-j2.jar
checking if /usr/lib/jvm/java-gcj/bin/javah exhibits Classpath bug 39408... yes
checking if /usr/lib/jvm/java-gcj/bin/javah exhibits Classpath bug 40188... yes
checking if java.io.PrintStream is missing the 1.5 constructors (PR40616)... yes
checking if java.util.Scanner is missing... no
checking if java.util.Scanner exhibits Classpath bug 40630... yes
checking if javax.annotation.Resource is missing... yes
checking if javax.xml.stream.events.Attribute.getDTDType() wrongly returns a QName... no
checking if sun.awt.SunToolkit is missing... yes
checking whether to enable Java compiler warnings... no
checking if javac lacks support for the diamond operator... yes
checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar
checking for an OpenJDK source zip... not specified
checking for a HotSpot source zip... not specified
checking for a CORBA source zip... not specified
checking for a JAXP source zip... not specified
checking for a JAXWS source zip... not specified
checking for a JDK source zip... not specified
checking for a langtools source zip... not specified
checking for an OpenJDK source directory... /notnfs/nighttester/icedtea7-target-testing/openjdk
checking for an alternate jar command... not specified
checking for a JAXP drop zip... not specified
checking for a JAF drop zip... not specified
checking for a JAXWS drop zip... not specified
checking for a NetBeans profiler zip... not specified
checking for a VisualVM zip... not specified
checking whether to use CACAO as VM... no
checking for CACAO home directory... $(abs_top_builddir)/cacao/install
checking for a CACAO source zip... not specified
checking whether to disable optimizations and build with -O0 -g... no
checking whether to use the Shark JIT... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether to use the zero-assembler port... no
checking whether byte ordering is bigendian... no
checking if a version suffix has been specified... no
checking which OpenJDK project is being used... icedtea
checking whether to retrieve the source code from Mercurial... no
checking for additional virtual machines to build... none
checking which Java timezone data directory to use... /usr/share/javazi
checking for hg... (cached) /usr/bin/hg
checking which Mercurial revision to use... tip
checking for gcj... /usr/bin/gcj
checking whether to build the browser plugin... yes
checking whether to build the new experimental browser plugin based on npruntime... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking for GLIB... yes
checking for MOZILLA... yes
checking for xulrunner version... 1090108
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking cups/ppd.h usability... yes
checking cups/ppd.h presence... yes
checking for cups/ppd.h... yes
checking X11/X.h usability... yes
checking X11/X.h presence... yes
checking for X11/X.h... yes
checking for main in -ljpeg... yes
checking for main in -lgif... yes
checking for main in -lz... yes
checking for XPROTO... yes
checking for XT... yes
checking for XP... yes
checking for X11... yes
checking for XINERAMA... yes
checking for XRENDER... yes
checking for LIBPNG... yes
checking for XTST... yes
checking for FREETYPE2... yes
checking for ALSA... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating javac
config.status: creating javap
config.status: creating jvm.cfg
config.status: creating ergo.c
config.status: creating tz.properties
config.status: executing depfiles commands
+ make env-boot
unset JAVA_HOME
export ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b84" JDK_UPDATE_VERSION="84" JRE_RELEASE_VERSION="1.7.0_84-b84" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" ICEDTEA_ENDORSED_DIR="/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/endorsed" ENDORSED="-Djava.endorsed.dirs=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/endorsed" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" ICEDTEA_SHARK_BUILD="" ZERO_LIBARCH="amd64" ARCH_DATA_MODEL="64" ZERO_ENDIANNESS="little" ZERO_ARCHDEF="AMD64" ZERO_ARCHFLAG="-m64" LIBFFI_CFLAGS="" LIBFFI_LIBS="" LLVM_CFLAGS="" LLVM_LDFLAGS="" LLVM_LIBS="" FREETYPE2_HEADERS="-I/usr/include/freetype2 " FT2_LIB="-lfreetype " ALT_PARALLEL_COMPILE_JOBS="3" HOTSPOT_BUILD_JOBS="3" JAVAC="" JAVA_HOME="" JDK_HOME="" QUIETLY="" ANT_RESPECT_JAVA_HOME="TRUE" RHINO_JAR="/usr/share/java/rhino.jar" DISTRIBUTION_ID="Built on Fedora release 12 (Constantine) (Mon Mar 29 03:02:37 EDT 2010)" ALT_JIBX_LIBS_PATH="" ALT_NETX_DIST="/notnfs/nighttester/icedtea7-target-testing/netx.build" ALT_LIVECONNECT_DIST="/notnfs/nighttester/icedtea7-target-testing/liveconnect" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea7-target-testing/drops" BOOTCLASSPATH_CLS_RT="-bootclasspath /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/classes:/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" BOOTCLASSPATH_CLS="-bootclasspath /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/classes" BOOTCLASSPATH_RT_LIBGCJ="-bootclasspath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar:/usr/lib/jvm/java-gcj/jre/lib/rt.jar" GENSRCDIR="/notnfs/nighttester/icedtea7-target-testing/generated" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="1" DISABLE_NIMBUS="true" NO_DOCS="true"
+ make clone-boot
mkdir -p stamps
touch stamps/hgforest.stamp
if ! echo "6b0a46f1ca49906ccbe229f4dd5a6cb71914bcff5ce91ace261e88f62336ca97 openjdk.tar.gz" \
| /usr/bin/sha256sum --check ; \
then \
if [ openjdk.tar.gz ] ; \
then \
mv openjdk.tar.gz openjdk.tar.gz.old ; \
fi ; \
/usr/bin/wget http://hg.openjdk.java.net/icedtea/jdk7/archive/8bab12c58534.tar.gz -O openjdk.tar.gz; \
if ! echo "6b0a46f1ca49906ccbe229f4dd5a6cb71914bcff5ce91ace261e88f62336ca97 openjdk.tar.gz" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of OpenJDK root zip"; false; \
fi; \
fi ;
/usr/bin/sha256sum: openjdk.tar.gz: No such file or directory
openjdk.tar.gz: FAILED open or read
/usr/bin/sha256sum: WARNING: 1 of 1 listed file could not be read
mv: cannot stat `openjdk.tar.gz': No such file or directory
--2010-03-29 03:02:43-- http://hg.openjdk.java.net/icedtea/jdk7/archive/8bab12c58534.tar.gz
Resolving hg.openjdk.java.net... 192.9.76.175
Connecting to hg.openjdk.java.net|192.9.76.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-tar]
Saving to: ?openjdk.tar.gz?
0K .......... .......... .......... .......... .......... 135K
50K .......... .......... 231K=0.5s
2010-03-29 03:02:52 (154 KB/s) - ?openjdk.tar.gz? saved [72444]
openjdk.tar.gz: OK
if ! echo "50955e1352e4da5f31c9a27e22bbbc1bee6c3b1c1533650349def2502e5588e0 corba.tar.gz" \
| /usr/bin/sha256sum --check ; \
then \
if [ corba.tar.gz ] ; \
then \
mv corba.tar.gz corba.tar.gz.old ; \
fi ; \
/usr/bin/wget http://hg.openjdk.java.net/icedtea/jdk7/corba/archive/007f7db4cbea.tar.gz -O corba.tar.gz; \
if ! echo "50955e1352e4da5f31c9a27e22bbbc1bee6c3b1c1533650349def2502e5588e0 corba.tar.gz" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of CORBA zip"; false; \
fi; \
fi ;
/usr/bin/sha256sum: corba.tar.gz: No such file or directory
corba.tar.gz: FAILED open or read
/usr/bin/sha256sum: WARNING: 1 of 1 listed file could not be read
mv: cannot stat `corba.tar.gz': No such file or directory
--2010-03-29 03:02:52-- http://hg.openjdk.java.net/icedtea/jdk7/corba/archive/007f7db4cbea.tar.gz
Resolving hg.openjdk.java.net... 192.9.76.175
Connecting to hg.openjdk.java.net|192.9.76.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-tar]
Saving to: ?corba.tar.gz?
0K .......... .......... .......... .......... .......... 139K
50K .......... .......... .......... .......... .......... 442K
100K .......... .......... .......... .......... .......... 507K
150K .......... .......... .......... .......... .......... 621K
200K .......... .......... .......... .......... .......... 1.21M
250K .......... .......... .......... .......... .......... 1.07M
300K .......... .......... .......... .......... .......... 1.10M
350K .......... .......... .......... .......... .......... 1.15M
400K .......... .......... .......... .......... .......... 1.15M
450K .......... .......... .......... .......... .......... 1.15M
500K .......... .......... .......... .......... .......... 1.14M
550K .......... .......... .......... .......... .......... 1.15M
600K .......... .......... .......... .......... .......... 1.15M
650K .......... .......... .......... .......... .......... 1.15M
700K .......... .......... .......... .......... .......... 1.14M
750K .......... .......... .......... .......... .......... 1.11M
800K .......... .......... .......... .......... .......... 1.14M
850K .......... .......... .......... .......... .......... 1.15M
900K .......... .......... .......... .......... .......... 1.15M
950K .......... .......... .......... .......... .......... 1.15M
1000K .......... .......... .......... .......... .......... 1.13M
1050K .......... .......... .......... .......... .......... 1.14M
1100K .......... .......... .......... .......... .......... 1.15M
1150K .......... .......... .......... .......... .......... 1.14M
1200K .......... .......... .......... .......... .......... 1.16M
1250K .......... .......... .......... .......... .......... 1.15M
1300K .......... .......... .......... .......... .......... 1.12M
1350K .......... .......... .......... .......... .......... 1.16M
1400K .......... .......... .... 1.16M=1.7s
2010-03-29 03:03:03 (839 KB/s) - ?corba.tar.gz? saved [1458838]
corba.tar.gz: OK
if ! echo "bee3d39feaf266ec1f0293abcde9cddb2553a09b1e400816187efbf86c6a2563 jaxp.tar.gz" \
| /usr/bin/sha256sum --check ; \
then \
if [ jaxp.tar.gz ] ; \
then \
mv jaxp.tar.gz jaxp.tar.gz.old ; \
fi ; \
/usr/bin/wget http://hg.openjdk.java.net/icedtea/jdk7/jaxp/archive/495072db688b.tar.gz -O jaxp.tar.gz; \
if ! echo "bee3d39feaf266ec1f0293abcde9cddb2553a09b1e400816187efbf86c6a2563 jaxp.tar.gz" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of JAXP zip"; false; \
fi; \
fi ;
/usr/bin/sha256sum: jaxp.tar.gz: No such file or directory
jaxp.tar.gz: FAILED open or read
/usr/bin/sha256sum: WARNING: 1 of 1 listed file could not be read
mv: cannot stat `jaxp.tar.gz': No such file or directory
--2010-03-29 03:03:03-- http://hg.openjdk.java.net/icedtea/jdk7/jaxp/archive/495072db688b.tar.gz
Resolving hg.openjdk.java.net... 192.9.76.175
Connecting to hg.openjdk.java.net|192.9.76.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-tar]
Saving to: ?jaxp.tar.gz?
0K .......... .......... .......... .......... ....... 140K=0.3s
2010-03-29 03:03:11 (140 KB/s) - ?jaxp.tar.gz? saved [48829]
jaxp.tar.gz: OK
if ! echo "242f03256d5065b6b5a26f904591051382fe2b5989c31907859ba0c2ea3389fd jaxws.tar.gz" \
| /usr/bin/sha256sum --check ; \
then \
if [ jaxws.tar.gz ] ; \
then \
mv jaxws.tar.gz jaxws.tar.gz.old ; \
fi ; \
/usr/bin/wget http://hg.openjdk.java.net/icedtea/jdk7/jaxws/archive/702e7f7e94c3.tar.gz -O jaxws.tar.gz; \
if ! echo "242f03256d5065b6b5a26f904591051382fe2b5989c31907859ba0c2ea3389fd jaxws.tar.gz" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of JAXWS zip"; false; \
fi; \
fi ;
/usr/bin/sha256sum: jaxws.tar.gz: No such file or directory
jaxws.tar.gz: FAILED open or read
/usr/bin/sha256sum: WARNING: 1 of 1 listed file could not be read
mv: cannot stat `jaxws.tar.gz': No such file or directory
--2010-03-29 03:03:11-- http://hg.openjdk.java.net/icedtea/jdk7/jaxws/archive/702e7f7e94c3.tar.gz
Resolving hg.openjdk.java.net... failed: Temporary failure in name resolution.
wget: unable to resolve host address ?hg.openjdk.java.net?
jaxws.tar.gz: FAILED
/usr/bin/sha256sum: WARNING: 1 of 1 computed checksum did NOT match
ERROR: Bad download of JAXWS zip
make: *** [stamps/download-openjdk.stamp] Error 1
+ exit 1
From gnu_andrew at member.fsf.org Mon Mar 29 10:32:54 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Mon, 29 Mar 2010 13:32:54 -0400 (EDT)
Subject: Hudson build is back to normal : IcedTea7TargetTesting #252
In-Reply-To: <1937715714.81269846219032.JavaMail.nighttester@toadeater>
References: <1937715714.81269846219032.JavaMail.nighttester@toadeater>
Message-ID: <198563685.01269883974908.JavaMail.nighttester@toadeater>
See
From gnu_andrew at member.fsf.org Mon Mar 29 11:43:22 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Mon, 29 Mar 2010 14:43:22 -0400 (EDT)
Subject: Build failed in Hudson: IcedTea6TargetTesting #279
In-Reply-To: <812062200.71269839743759.JavaMail.nighttester@toadeater>
References: <812062200.71269839743759.JavaMail.nighttester@toadeater>
Message-ID: <1711323429.11269888203203.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 186462 lines...]
-o -type d -exec chmod 750 '{}' ';'; \
fi
mkdir -p stamps
touch stamps/extract-openjdk.stamp
mkdir -p stamps
touch stamps/extract.stamp
touch stamps/replace-hotspot.stamp
for target in /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/make/*/platform_zero.in \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/make/*/makefiles/* \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/tools \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/*cpu/* \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/*; do \
link=$(dirname $target | sed 's/^.*ports/openjdk/'); \
cp -rv $target $link; \
done
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/make/linux/platform_zero.in' -> `openjdk/hotspot/make/linux/platform_zero.in'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/make/linux/makefiles/shark.make' -> `openjdk/hotspot/make/linux/makefiles/shark.make'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/make/linux/makefiles/zero.make' -> `openjdk/hotspot/make/linux/makefiles/zero.make'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/make/linux/makefiles/zeroshark.make' -> `openjdk/hotspot/make/linux/makefiles/zeroshark.make'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/tools' -> `openjdk/hotspot/tools'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/tools/mkbc.c' -> `openjdk/hotspot/tools/mkbc.c'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.inline.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/assembler_zero.inline.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/assembler_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/bytes_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interpreterFrame_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/interpreterFrame_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/templateTable_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/templateTable_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/nativeInst_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/nativeInst_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/depChecker_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/depChecker_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytecodes_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/depChecker_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/depChecker_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/templateInterpreterGenerator_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/templateInterpreterGenerator_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vmreg_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/vmreg_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vm_version_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/vm_version_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vmreg_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/vmreg_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/globals_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/register_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/register_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/copy_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/copy_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interpreterRT_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/interpreterRT_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vtableStubs_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/vtableStubs_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/nativeInst_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/nativeInst_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/sharkFrame_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/sharkFrame_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/frame_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/frame_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interpreterRT_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/interpreterRT_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interpreter_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/interpreter_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/javaFrameAnchor_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/javaFrameAnchor_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/templateInterpreter_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/templateInterpreter_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/disassembler_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/disassembler_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/templateInterpreter_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/templateInterpreter_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/cppInterpreterGenerator_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreterGenerator_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/relocInfo_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/relocInfo_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/thumb2.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/stack_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/stack_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/stubGenerator_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/stubGenerator_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vm_version_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/vm_version_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/globalDefinitions_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/globalDefinitions_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vmStructs_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/vmStructs_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/dump_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/dump_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/fakeStubFrame_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/fakeStubFrame_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/stubRoutines_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/stubRoutines_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/register_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/register_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/entry_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/entry_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interpreter_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/interpreter_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/icBuffer_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/icBuffer_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/jni_zero.h' -> `openjdk/hotspot/src/cpu/zero/vm/jni_zero.h'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/jniFastGetField_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/jniFastGetField_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/entryFrame_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/entryFrame_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/icache_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/icache_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interp_masm_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/interp_masm_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/disassembler_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/disassembler_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/assembler_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/assembler_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/jniTypes_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/jniTypes_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/relocInfo_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/relocInfo_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/assembler_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/assembler_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/debug_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/debug_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/registerMap_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/registerMap_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/codeBuffer_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/codeBuffer_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/templateTable_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/templateTable_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interpreterGenerator_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/interpreterGenerator_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/asm_helper.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/asm_helper.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/methodHandles_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/methodHandles_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/icache_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/icache_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vmreg_zero.inline.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/vmreg_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/register_definitions_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/register_definitions_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytecodes_arm.def' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/stubRoutines_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/stubRoutines_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interp_masm_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/interp_masm_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/frame_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/frame_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytecodes_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/assembler_linux_zero.cpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/assembler_linux_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/vm_version_linux_zero.cpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/vm_version_linux_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/prefetch_linux_zero.inline.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/prefetch_linux_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.cpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/bytes_linux_zero.inline.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/bytes_linux_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/vmStructs_linux_zero.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/vmStructs_linux_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/threadLS_linux_zero.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/threadLS_linux_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/threadLS_linux_zero.cpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/threadLS_linux_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/includeDB_shark' -> `openjdk/hotspot/src/share/vm/includeDB_shark'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/includeDB_zero' -> `openjdk/hotspot/src/share/vm/includeDB_zero'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark' -> `openjdk/hotspot/src/share/vm/shark'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkContext.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkContext.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkTopLevelBlock.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkTopLevelBlock.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkInvariants.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkInvariants.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkCacheDecache.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkCacheDecache.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkInliner.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkInliner.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkStateScanner.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkStateScanner.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkValue.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkValue.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkEntry.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkEntry.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkIntrinsics.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkIntrinsics.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkCodeBuffer.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkCodeBuffer.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkIntrinsics.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkIntrinsics.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkFunction.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkFunction.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/llvmValue.hpp' -> `openjdk/hotspot/src/share/vm/shark/llvmValue.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkCompiler.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkCompiler.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkFunction.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkFunction.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkBuilder.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkBuilder.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkStateScanner.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkStateScanner.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkCompiler.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkStack.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkStack.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkStack.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkStack.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkInliner.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkInliner.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkCacheDecache.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkConstant.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkConstant.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkNativeWrapper.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkNativeWrapper.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkTopLevelBlock.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkTopLevelBlock.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkBlock.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkBlock.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/shark_globals.hpp' -> `openjdk/hotspot/src/share/vm/shark/shark_globals.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/llvmHeaders.hpp' -> `openjdk/hotspot/src/share/vm/shark/llvmHeaders.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkBlock.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkBlock.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkMemoryManager.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkMemoryManager.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkRuntime.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkRuntime.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkType.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkType.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkContext.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkContext.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkNativeWrapper.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkNativeWrapper.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkState.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkState.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkInvariants.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkInvariants.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/shark_globals.cpp' -> `openjdk/hotspot/src/share/vm/shark/shark_globals.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkBuilder.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkBuilder.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkRuntime.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkRuntime.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkConstant.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkConstant.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkValue.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkValue.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkMemoryManager.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkMemoryManager.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkState.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkState.hpp'
if ! test "xno" = "xno" ; then \
mkdir -p openjdk/jdk/src/solaris/bin/amd64 ; \
ln -sf /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/jvm.cfg \
openjdk/jdk/src/solaris/bin/amd64/jvm.cfg ; \
fi
if ! test "xno" = "xno"; then \
ln -sf /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ergo.c \
openjdk/jdk/src/solaris/bin/ergo_amd64.c; \
fi
mkdir -p stamps
touch stamps/ports.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 \
< /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/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; \
for p in patches/zero/6890308.patch patches/zero/6891677.patch patches/zero/6896043.patch patches/zero/6903453.patch patches/zero/6909153.patch patches/zero/6913869.patch patches/zero/6914622.patch patches/icedtea-notice-safepoints.patch patches/icedtea-parisc-opt.patch patches/icedtea-lucene-crash.patch patches/icedtea-version.patch patches/icedtea-version-hotspot.patch patches/icedtea-text-relocations.patch patches/icedtea-ssl.patch patches/icedtea-rmi_amd64.patch patches/icedtea-tools.patch patches/icedtea-use-system-tzdata.patch patches/icedtea-headers.patch patches/icedtea-headers-hotspot.patch patches/icedtea-gcc-suffix.patch patches/icedtea-gcc-suffix-hotspot.patch patches/icedtea-bytebuffer-compact.patch patches/memory-limits.patch patches/icedtea-sunsrc.patch patches/icedtea-libraries.patch patches/icedtea-javafiles.patch patches/icedtea-jvmtiEnv.patch patches/icedtea-lcms.patch patches/icedtea-timerqueue.patch patches/icedtea-print-lsb-release.patch patches/icedtea-jpegclasses.patch patches/icedtea-uname.patch patches/icedtea-freetypeversion.patch patches/icedtea-shark-build.patch patches/icedtea-shark-build-hotspot.patch patches/icedtea-nomotif-6706121.patch patches/icedtea-nomotif.patch patches/icedtea-alpha-fixes.patch patches/icedtea-alt-jar.patch patches/icedtea-jdk-use-ssize_t.patch patches/icedtea-use-idx_t.patch patches/icedtea-params-cast-size_t.patch patches/icedtea-clean-crypto.patch patches/icedtea-shark.patch patches/icedtea-arch.patch patches/icedtea-lc_ctype.patch patches/icedtea-xjc.patch patches/icedtea-renderer-crossing.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/openjdk/bidi-tests.patch patches/openjdk/annotation-tests.patch patches/icedtea-sparc-buildfixes.patch patches/icedtea-sparc64-linux.patch patches/icedtea-sparc-ptracefix.patch patches/icedtea-sparc-trapsfix.patch patches/icedtea-demo-swingapplet.patch patches/icedtea-awt-window-size.patch patches/icedtea-java2d-dasher.patch patches/icedtea-jtreg-6592792.patch patches/icedtea-s390-noinline.patch patches/icedtea-jtreg-dnd.patch patches/icedtea-jtreg-jrunscript.patch patches/icedtea-network-unreachable.patch patches/icedtea-dnd-filelists.patch patches/icedtea-java2d-stroker-internal-joint.patch patches/icedtea-java2d-stroker-internal-close-joint.patch patches/icedtea-disable-cc-incompatible-sanity-checks.patch patches/icedtea-explicit-target-arch.patch patches/icedtea-gcc-stack-markings.patch patches/openjdk/6879689-hotspot_warning_fix.patch patches/icedtea-no-precompiled.patch patches/icedtea-linux-separate-debuginfo.patch patches/icedtea-parisc.patch patches/icedtea-sh4-support.patch patches/libpng.patch patches/zero.patch patches/shark.patch patches/extensions/netx.patch patches/extensions/netx-dist.patch patches/extensions/netx-umask.patch patches/icedtea-jtreg-httpTest.patch patches/icedtea-rhino.patch patches/extensions/liveconnect.patch patches/extensions/liveconnect-dist.patch patches/xrender/icedtea-000.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 ; \
do \
if test x${all_patches_ok} = "xyes" \
&& echo Checking $p \
&& /usr/bin/patch -l -p0 --dry-run -s -t -f \
< /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/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 ; \
mv stamps/patch.stamp.tmp stamps/patch.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/zero/6890308.patch
5 out of 10 hunks FAILED -- saving rejects to file openjdk/hotspot/make/Makefile.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/make/defs.make.rej
5 out of 7 hunks FAILED -- saving rejects to file openjdk/hotspot/make/linux/Makefile.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/buildtree.make.rej
1 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/defs.make.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/gcc.make.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/sa.make.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/saproc.make.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/top.make.rej
2 out of 3 hunks FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/vm.make.rej
5 out of 5 hunks FAILED -- saving rejects to file openjdk/hotspot/src/os/linux/vm/os_linux.cpp.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/interpreter/oopMapCache.cpp.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/runtime/arguments.cpp.rej
1 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/runtime/jniHandles.hpp.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/runtime/mutex.hpp.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/runtime/signature.hpp.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/runtime/vm_version.cpp.rej
1 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/utilities/vmError.cpp.rej
ERROR patch patches/zero/6890308.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1
From gnu_andrew at member.fsf.org Mon Mar 29 22:14:42 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Tue, 30 Mar 2010 01:14:42 -0400 (EDT)
Subject: Build failed in Hudson: IcedTea6TargetTesting #280
In-Reply-To: <1711323429.11269888203203.JavaMail.nighttester@toadeater>
References: <1711323429.11269888203203.JavaMail.nighttester@toadeater>
Message-ID: <2050280956.21269926083512.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 188005 lines...]
-o -type d -exec chmod 750 '{}' ';'; \
fi
mkdir -p stamps
touch stamps/extract-openjdk.stamp
mkdir -p stamps
touch stamps/extract.stamp
touch stamps/replace-hotspot.stamp
for target in /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/make/*/platform_zero.in \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/make/*/makefiles/* \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/tools \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/*cpu/* \
/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/*; do \
link=$(dirname $target | sed 's/^.*ports/openjdk/'); \
cp -rv $target $link; \
done
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/make/linux/platform_zero.in' -> `openjdk/hotspot/make/linux/platform_zero.in'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/make/linux/makefiles/shark.make' -> `openjdk/hotspot/make/linux/makefiles/shark.make'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/make/linux/makefiles/zero.make' -> `openjdk/hotspot/make/linux/makefiles/zero.make'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/make/linux/makefiles/zeroshark.make' -> `openjdk/hotspot/make/linux/makefiles/zeroshark.make'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/tools' -> `openjdk/hotspot/tools'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/tools/mkbc.c' -> `openjdk/hotspot/tools/mkbc.c'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.inline.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/assembler_zero.inline.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/assembler_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytes_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/bytes_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interpreterFrame_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/interpreterFrame_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/templateTable_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/templateTable_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/nativeInst_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/nativeInst_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/depChecker_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/depChecker_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytecodes_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/depChecker_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/depChecker_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/templateInterpreterGenerator_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/templateInterpreterGenerator_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vmreg_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/vmreg_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vm_version_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/vm_version_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vmreg_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/vmreg_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/globals_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/globals_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/register_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/register_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/copy_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/copy_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interpreterRT_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/interpreterRT_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vtableStubs_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/vtableStubs_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/nativeInst_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/nativeInst_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/sharkFrame_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/sharkFrame_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/frame_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/frame_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interpreterRT_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/interpreterRT_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interpreter_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/interpreter_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/javaFrameAnchor_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/javaFrameAnchor_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/templateInterpreter_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/templateInterpreter_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/disassembler_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/disassembler_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/templateInterpreter_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/templateInterpreter_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/cppInterpreterGenerator_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreterGenerator_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/relocInfo_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/relocInfo_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/thumb2.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/stack_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/stack_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/stubGenerator_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/stubGenerator_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vm_version_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/vm_version_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/globalDefinitions_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/globalDefinitions_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vmStructs_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/vmStructs_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/dump_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/dump_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/fakeStubFrame_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/fakeStubFrame_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/stubRoutines_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/stubRoutines_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/register_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/register_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/sharedRuntime_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/entry_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/entry_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interpreter_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/interpreter_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/icBuffer_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/icBuffer_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/jni_zero.h' -> `openjdk/hotspot/src/cpu/zero/vm/jni_zero.h'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/jniFastGetField_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/jniFastGetField_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/entryFrame_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/entryFrame_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/icache_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/icache_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interp_masm_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/interp_masm_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/disassembler_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/disassembler_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/assembler_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/assembler_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/jniTypes_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/jniTypes_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/relocInfo_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/relocInfo_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodeInterpreter_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/assembler_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/assembler_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/debug_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/debug_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/registerMap_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/registerMap_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/codeBuffer_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/codeBuffer_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/templateTable_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/templateTable_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interpreterGenerator_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/interpreterGenerator_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/asm_helper.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/asm_helper.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/methodHandles_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/methodHandles_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/icache_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/icache_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/vmreg_zero.inline.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/vmreg_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/register_definitions_zero.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/register_definitions_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytecodes_arm.def' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/stubRoutines_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/stubRoutines_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/interp_masm_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/interp_masm_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/frame_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/frame_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/cpu/zero/vm/bytecodes_zero.hpp' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/assembler_linux_zero.cpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/assembler_linux_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/vm_version_linux_zero.cpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/vm_version_linux_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/prefetch_linux_zero.inline.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/prefetch_linux_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.cpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/bytes_linux_zero.inline.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/bytes_linux_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/orderAccess_linux_zero.inline.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/vmStructs_linux_zero.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/vmStructs_linux_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/threadLS_linux_zero.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/threadLS_linux_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/threadLS_linux_zero.cpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/threadLS_linux_zero.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp' -> `openjdk/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/includeDB_shark' -> `openjdk/hotspot/src/share/vm/includeDB_shark'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/includeDB_zero' -> `openjdk/hotspot/src/share/vm/includeDB_zero'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark' -> `openjdk/hotspot/src/share/vm/shark'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkContext.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkContext.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkTopLevelBlock.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkTopLevelBlock.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkInvariants.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkInvariants.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkCacheDecache.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkCacheDecache.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkInliner.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkInliner.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkStateScanner.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkStateScanner.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkValue.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkValue.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkEntry.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkEntry.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkIntrinsics.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkIntrinsics.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkCodeBuffer.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkCodeBuffer.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkIntrinsics.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkIntrinsics.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkFunction.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkFunction.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/llvmValue.hpp' -> `openjdk/hotspot/src/share/vm/shark/llvmValue.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkCompiler.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkCompiler.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkFunction.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkFunction.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkBuilder.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkBuilder.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkStateScanner.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkStateScanner.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkCompiler.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkStack.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkStack.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkStack.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkStack.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkInliner.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkInliner.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkCacheDecache.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkConstant.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkConstant.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkNativeWrapper.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkNativeWrapper.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkTopLevelBlock.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkTopLevelBlock.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkBlock.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkBlock.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/shark_globals.hpp' -> `openjdk/hotspot/src/share/vm/shark/shark_globals.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/llvmHeaders.hpp' -> `openjdk/hotspot/src/share/vm/shark/llvmHeaders.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkBlock.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkBlock.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkMemoryManager.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkMemoryManager.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkRuntime.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkRuntime.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkType.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkType.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkContext.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkContext.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkNativeWrapper.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkNativeWrapper.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkState.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkState.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkInvariants.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkInvariants.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/shark_globals.cpp' -> `openjdk/hotspot/src/share/vm/shark/shark_globals.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkBuilder.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkBuilder.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkRuntime.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkRuntime.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkConstant.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkConstant.hpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkValue.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkValue.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkMemoryManager.cpp' -> `openjdk/hotspot/src/share/vm/shark/sharkMemoryManager.cpp'
`/notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ports/hotspot/src/share/vm/shark/sharkState.hpp' -> `openjdk/hotspot/src/share/vm/shark/sharkState.hpp'
if ! test "xno" = "xno" ; then \
mkdir -p openjdk/jdk/src/solaris/bin/amd64 ; \
ln -sf /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/jvm.cfg \
openjdk/jdk/src/solaris/bin/amd64/jvm.cfg ; \
fi
if ! test "xno" = "xno"; then \
ln -sf /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/ergo.c \
openjdk/jdk/src/solaris/bin/ergo_amd64.c; \
fi
mkdir -p stamps
touch stamps/ports.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 \
< /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/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; \
for p in patches/zero/6890308.patch patches/zero/6891677.patch patches/zero/6896043.patch patches/zero/6903453.patch patches/zero/6909153.patch patches/zero/6913869.patch patches/zero/6914622.patch patches/icedtea-notice-safepoints.patch patches/icedtea-parisc-opt.patch patches/icedtea-lucene-crash.patch patches/icedtea-version.patch patches/icedtea-version-hotspot.patch patches/icedtea-text-relocations.patch patches/icedtea-ssl.patch patches/icedtea-rmi_amd64.patch patches/icedtea-tools.patch patches/icedtea-use-system-tzdata.patch patches/icedtea-headers.patch patches/icedtea-headers-hotspot.patch patches/icedtea-gcc-suffix.patch patches/icedtea-gcc-suffix-hotspot.patch patches/icedtea-bytebuffer-compact.patch patches/memory-limits.patch patches/icedtea-sunsrc.patch patches/icedtea-libraries.patch patches/icedtea-javafiles.patch patches/icedtea-jvmtiEnv.patch patches/icedtea-lcms.patch patches/icedtea-timerqueue.patch patches/icedtea-print-lsb-release.patch patches/icedtea-jpegclasses.patch patches/icedtea-uname.patch patches/icedtea-freetypeversion.patch patches/icedtea-shark-build.patch patches/icedtea-shark-build-hotspot.patch patches/icedtea-nomotif-6706121.patch patches/icedtea-nomotif.patch patches/icedtea-alpha-fixes.patch patches/icedtea-alt-jar.patch patches/icedtea-jdk-use-ssize_t.patch patches/icedtea-use-idx_t.patch patches/icedtea-params-cast-size_t.patch patches/icedtea-clean-crypto.patch patches/icedtea-shark.patch patches/icedtea-arch.patch patches/icedtea-lc_ctype.patch patches/icedtea-xjc.patch patches/icedtea-renderer-crossing.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/openjdk/bidi-tests.patch patches/openjdk/annotation-tests.patch patches/icedtea-sparc-buildfixes.patch patches/icedtea-sparc64-linux.patch patches/icedtea-sparc-ptracefix.patch patches/icedtea-sparc-trapsfix.patch patches/icedtea-demo-swingapplet.patch patches/icedtea-awt-window-size.patch patches/icedtea-java2d-dasher.patch patches/icedtea-jtreg-6592792.patch patches/icedtea-s390-noinline.patch patches/icedtea-jtreg-dnd.patch patches/icedtea-jtreg-jrunscript.patch patches/icedtea-network-unreachable.patch patches/icedtea-dnd-filelists.patch patches/icedtea-java2d-stroker-internal-joint.patch patches/icedtea-java2d-stroker-internal-close-joint.patch patches/icedtea-disable-cc-incompatible-sanity-checks.patch patches/icedtea-explicit-target-arch.patch patches/icedtea-gcc-stack-markings.patch patches/openjdk/6879689-hotspot_warning_fix.patch patches/icedtea-no-precompiled.patch patches/icedtea-linux-separate-debuginfo.patch patches/icedtea-parisc.patch patches/icedtea-sh4-support.patch patches/libpng.patch patches/zero.patch patches/shark.patch patches/extensions/netx.patch patches/extensions/netx-dist.patch patches/extensions/netx-umask.patch patches/icedtea-jtreg-httpTest.patch patches/icedtea-rhino.patch patches/extensions/liveconnect.patch patches/extensions/liveconnect-dist.patch patches/xrender/icedtea-000.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 ; \
do \
if test x${all_patches_ok} = "xyes" \
&& echo Checking $p \
&& /usr/bin/patch -l -p0 --dry-run -s -t -f \
< /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/icedtea6-hg/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 ; \
mv stamps/patch.stamp.tmp stamps/patch.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/zero/6890308.patch
5 out of 10 hunks FAILED -- saving rejects to file openjdk/hotspot/make/Makefile.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/make/defs.make.rej
5 out of 7 hunks FAILED -- saving rejects to file openjdk/hotspot/make/linux/Makefile.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/buildtree.make.rej
1 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/defs.make.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/gcc.make.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/sa.make.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/saproc.make.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/top.make.rej
2 out of 3 hunks FAILED -- saving rejects to file openjdk/hotspot/make/linux/makefiles/vm.make.rej
5 out of 5 hunks FAILED -- saving rejects to file openjdk/hotspot/src/os/linux/vm/os_linux.cpp.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/interpreter/oopMapCache.cpp.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/runtime/arguments.cpp.rej
1 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/runtime/jniHandles.hpp.rej
1 out of 1 hunk FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/runtime/mutex.hpp.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/runtime/signature.hpp.rej
2 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/runtime/vm_version.cpp.rej
1 out of 2 hunks FAILED -- saving rejects to file openjdk/hotspot/src/share/vm/utilities/vmError.cpp.rej
ERROR patch patches/zero/6890308.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1
From gnu_andrew at member.fsf.org Tue Mar 30 22:10:04 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Wed, 31 Mar 2010 01:10:04 -0400 (EDT)
Subject: Build failed in Hudson: IcedTea6TargetTesting #281
In-Reply-To: <2050280956.21269926083512.JavaMail.nighttester@toadeater>
References: <2050280956.21269926083512.JavaMail.nighttester@toadeater>
Message-ID: <1628663206.31270012206072.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 213192 lines...]
fi ; \
done ; \
mv stamps/patch.stamp.tmp stamps/patch.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/zero/6903453.patch
Applying patches/zero/6903453.patch
patching file openjdk/corba/make/common/shared/Platform.gmk
Hunk #1 succeeded at 194 (offset 7 lines).
patching file openjdk/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 204 (offset 39 lines).
patching file openjdk/jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h
Hunk #1 succeeded at 30 (offset 1 line).
Checking patches/zero/6909153.patch
Applying patches/zero/6909153.patch
patching file openjdk/hotspot/src/share/vm/compiler/compileBroker.cpp
patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp
Hunk #1 succeeded at 2738 (offset -18 lines).
Checking patches/zero/6913869.patch
Applying patches/zero/6913869.patch
patching file openjdk/hotspot/src/share/vm/prims/jni.cpp
Checking patches/zero/6914622.patch
Applying patches/zero/6914622.patch
patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp
Hunk #1 succeeded at 2625 (offset -8 lines).
Hunk #2 succeeded at 2769 (offset -30 lines).
patching file openjdk/hotspot/src/share/vm/runtime/globals.cpp
patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp
Hunk #1 succeeded at 210 (offset -1 lines).
Hunk #2 succeeded at 326 (offset -1 lines).
Hunk #3 succeeded at 1959 (offset -5 lines).
Hunk #4 succeeded at 2258 (offset -5 lines).
Checking patches/zero/cppInterpreter-fast-bytecodes.patch
Applying patches/zero/cppInterpreter-fast-bytecodes.patch
patching file openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
Checking patches/icedtea-notice-safepoints.patch
Applying patches/icedtea-notice-safepoints.patch
patching file openjdk/hotspot/src/share/vm/interpreter/cppInterpreter.hpp
Checking patches/icedtea-parisc-opt.patch
Applying patches/icedtea-parisc-opt.patch
patching file openjdk/hotspot/make/linux/makefiles/product.make
patching file openjdk/hotspot/make/linux/makefiles/optimized.make
Checking patches/icedtea-lucene-crash.patch
Applying patches/icedtea-lucene-crash.patch
patching file openjdk/hotspot/test/compiler/6707044/LuceneCrash.java
Checking patches/icedtea-version.patch
Applying patches/icedtea-version.patch
patching file openjdk/jdk/make/common/shared/Defs.gmk
patching file openjdk/jdk/make/java/version/Makefile
patching file openjdk/jdk/src/share/classes/sun/misc/Version-template.java
Checking patches/icedtea-version-hotspot.patch
Applying patches/icedtea-version-hotspot.patch
patching file openjdk/hotspot/make/linux/makefiles/vm.make
Hunk #1 succeeded at 90 (offset 4 lines).
patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp
patching file openjdk/hotspot/src/share/vm/utilities/vmError.cpp
Checking patches/icedtea-text-relocations.patch
Applying patches/icedtea-text-relocations.patch
patching file openjdk/hotspot/make/linux/makefiles/gcc.make
patching file openjdk/hotspot/make/linux/makefiles/rules.make
patching file openjdk/hotspot/make/solaris/makefiles/rules.make
Checking patches/icedtea-ssl.patch
Applying patches/icedtea-ssl.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/Handshaker.java
Hunk #2 succeeded at 702 (offset 13 lines).
patching file openjdk/jdk/src/share/classes/sun/security/ssl/RSAClientKeyExchange.java
Checking patches/icedtea-rmi_amd64.patch
Applying patches/icedtea-rmi_amd64.patch
patching file openjdk/jdk/make/sun/rmi/rmi/Makefile
Checking patches/icedtea-tools.patch
Applying patches/icedtea-tools.patch
patching file openjdk/jdk/make/tools/sharing/classlist.linux
patching file openjdk/jdk/make/tools/sharing/classlist.solaris
patching file openjdk/jdk/make/tools/sharing/classlist.windows
patching file openjdk/jdk/make/java/awt/Makefile
Checking patches/icedtea-use-system-tzdata.patch
Applying patches/icedtea-use-system-tzdata.patch
patching file openjdk/jdk/src/share/classes/sun/util/calendar/ZoneInfoFile.java
Checking patches/icedtea-headers.patch
Applying patches/icedtea-headers.patch
patching file openjdk/jdk/make/tools/freetypecheck/Makefile
patching file openjdk/jdk/make/common/Defs.gmk
Hunk #1 succeeded at 235 (offset -2 lines).
patching file openjdk/jdk/make/sun/font/Makefile
Checking patches/icedtea-headers-hotspot.patch
Applying patches/icedtea-headers-hotspot.patch
patching file openjdk/hotspot/make/linux/makefiles/jvmti.make
Checking patches/icedtea-gcc-suffix.patch
Applying patches/icedtea-gcc-suffix.patch
patching file openjdk/jdk/make/common/shared/Compiler-gcc.gmk
patching file openjdk/corba/make/common/shared/Compiler-gcc.gmk
Hunk #1 succeeded at 58 with fuzz 2.
Checking patches/icedtea-gcc-suffix-hotspot.patch
Applying patches/icedtea-gcc-suffix-hotspot.patch
patching file openjdk/hotspot/agent/src/os/linux/Makefile
patching file openjdk/hotspot/make/linux/makefiles/gcc.make
Checking patches/icedtea-bytebuffer-compact.patch
Applying patches/icedtea-bytebuffer-compact.patch
patching file openjdk/jdk/src/share/classes/java/nio/Buffer.java
Hunk #6 succeeded at 551 (offset 4 lines).
Checking patches/memory-limits.patch
Applying patches/memory-limits.patch
patching file openjdk/hotspot/src/cpu/x86/vm/c2_globals_x86.hpp
patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp
Hunk #1 succeeded at 2815 (offset 6 lines).
Checking patches/icedtea-sunsrc.patch
Applying patches/icedtea-sunsrc.patch
patching file openjdk/jdk/make/common/Release.gmk
Hunk #1 succeeded at 336 (offset -2 lines).
Hunk #2 succeeded at 377 (offset -2 lines).
Hunk #3 succeeded at 387 (offset -2 lines).
Hunk #4 succeeded at 550 (offset -2 lines).
Hunk #5 succeeded at 581 (offset -2 lines).
Hunk #6 succeeded at 614 (offset -2 lines).
Hunk #7 succeeded at 990 (offset -10 lines).
Checking patches/icedtea-libraries.patch
Applying patches/icedtea-libraries.patch
patching file openjdk/jdk/make/sun/jpeg/Makefile
patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_png.c
patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c
patching file openjdk/jdk/src/share/native/java/util/zip/Adler32.c
patching file openjdk/jdk/src/share/native/java/util/zip/Deflater.c
patching file openjdk/jdk/src/share/native/java/util/zip/CRC32.c
patching file openjdk/jdk/make/common/Program.gmk
Hunk #2 succeeded at 251 with fuzz 2.
patching file openjdk/jdk/make/java/zip/Makefile
patching file openjdk/jdk/make/java/zip/FILES_c.gmk
patching file openjdk/jdk/src/share/native/java/util/zip/Inflater.c
patching file openjdk/jdk/src/share/native/java/util/zip/zip_util.c
patching file openjdk/jdk/make/sun/splashscreen/FILES_c.gmk
patching file openjdk/jdk/make/sun/splashscreen/Makefile
patching file openjdk/jdk/make/sun/jpeg/FILES_c.gmk
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcapimin.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcapistd.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jccoefct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jccolor.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcdctmgr.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jchuff.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jchuff.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcinit.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcmainct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcmarker.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcmaster.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcomapi.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jconfig.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcparam.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcphuff.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcprepct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcsample.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jctrans.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdapimin.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdapistd.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdcoefct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdcolor.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdct.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jddctmgr.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdhuff.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdhuff.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdinput.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmainct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmarker.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmaster.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmerge.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdphuff.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdpostct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdsample.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdtrans.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jerror.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jerror.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jfdctflt.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jfdctfst.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jfdctint.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctflt.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctfst.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctint.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctred.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jinclude.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemmgr.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemnobs.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemsys.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmorecfg.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegint.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpeglib.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jquant1.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jquant2.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jutils.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jversion.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/README
patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_jpeg.c
patching file openjdk/jdk/make/com/sun/java/pack/Makefile
patching file openjdk/jdk/make/java/jli/Makefile
patching file openjdk/jdk/src/share/native/com/sun/java/util/jar/pack/defines.h
Hunk #1 succeeded at 89 (offset 2 lines).
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c
Hunk #3 succeeded at 676 (offset 3 lines).
Hunk #4 succeeded at 701 (offset 3 lines).
Hunk #5 succeeded at 719 (offset 3 lines).
Hunk #6 succeeded at 759 (offset 7 lines).
Hunk #7 succeeded at 857 (offset 22 lines).
Hunk #8 succeeded at 882 (offset 26 lines).
Hunk #9 succeeded at 1430 (offset 26 lines).
Hunk #10 succeeded at 1517 (offset 26 lines).
Hunk #11 succeeded at 1534 (offset 26 lines).
Hunk #12 succeeded at 1556 (offset 26 lines).
Hunk #13 succeeded at 1674 (offset 26 lines).
Hunk #14 succeeded at 1795 (offset 26 lines).
Hunk #15 succeeded at 2027 (offset 34 lines).
Hunk #16 succeeded at 2039 (offset 34 lines).
Hunk #17 succeeded at 2047 (offset 34 lines).
Hunk #18 succeeded at 2063 (offset 34 lines).
Hunk #19 succeeded at 2076 (offset 34 lines).
Hunk #20 succeeded at 2138 (offset 41 lines).
Hunk #21 succeeded at 2164 (offset 41 lines).
Hunk #22 succeeded at 2212 (offset 41 lines).
Hunk #23 succeeded at 2418 (offset 41 lines).
Hunk #24 succeeded at 2573 (offset 41 lines).
Hunk #25 succeeded at 2648 (offset 41 lines).
Hunk #26 succeeded at 2665 (offset 41 lines).
Hunk #27 succeeded at 2774 (offset 41 lines).
Hunk #28 succeeded at 2789 (offset 41 lines).
Hunk #29 succeeded at 2945 (offset 41 lines).
Hunk #30 succeeded at 2984 (offset 41 lines).
Hunk #31 succeeded at 3009 (offset 41 lines).
Hunk #32 succeeded at 3051 (offset 41 lines).
Hunk #33 succeeded at 3115 (offset 41 lines).
Hunk #34 succeeded at 3124 (offset 41 lines).
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c
Checking patches/icedtea-javafiles.patch
Applying patches/icedtea-javafiles.patch
patching file openjdk/jdk/make/java/java/FILES_java.gmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/icedtea-jvmtiEnv.patch
Applying patches/icedtea-jvmtiEnv.patch
patching file openjdk/hotspot/src/share/vm/prims/jvmtiEnv.cpp
Hunk #1 succeeded at 2727 (offset 25 lines).
Checking patches/icedtea-lcms.patch
1 out of 5 hunks FAILED -- saving rejects to file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsxform.c.rej
ERROR patch patches/icedtea-lcms.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1
From gnu_andrew at member.fsf.org Wed Mar 31 00:07:11 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Wed, 31 Mar 2010 03:07:11 -0400 (EDT)
Subject: Build failed in Hudson: IcedTea7TargetTesting #254
Message-ID: <1741555911.41270019231461.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 3271 lines...]
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.4.3 [requires at least 3.2]
ZIP_VER = 2.31 [requires at least 2.2]
UNZIP_VER = 5.52 [requires at least 5.12]
ANT_VER = 1.7.1 [requires at least 1.6.3]
TEMPDIR = /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS = true
NO_IMAGES =
TOOLS_ONLY =
INSANE =
COMPILE_APPROACH = parallel
PARALLEL_COMPILE_JOBS = 3
ALT_PARALLEL_COMPILE_JOBS = 3
FASTDEBUG =
COMPILER_WARNINGS_FATAL = false
COMPILER_WARNING_LEVEL =
INCREMENTAL_BUILD = false
CC_HIGHEST_OPT =
CC_HIGHER_OPT =
CC_LOWER_OPT =
CXXFLAGS = -O2 -fPIC -DCC_NOEX -W -Wall -Wno-unused -Wno-parentheses -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g
CFLAGS = -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -fno-omit-frame-pointer -D_LITTLE_ENDIAN -g
BOOT_JAVA_CMD = /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx896m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD =
JAVAH_CMD =
JAVADOC_CMD =
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.22
OS_VERSION = 2.6.32.9-67.fc12.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 12
TEMP_FREE_SPACE = 17879320
FREE_SPACE = 38972068
MB_OF_MEMORY = 3825
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.81 [requires at least 3.78]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.7.0_84
MILESTONE = fcs
RELEASE = 1.7.0_84-icedtea
FULL_VERSION = 1.7.0_84-icedtea-b84
BUILD_NUMBER = b84
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.7.0_84/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/jaxp/dist
JAXWS_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/jaxws/dist
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/hotspot/import/jre/lib/amd64/server
ALT_HOTSPOT_SERVER_PATH =
CACERTS_FILE = ./../src/share/lib/security/cacerts
ALT_CACERTS_FILE =
CUPS_HEADERS_PATH = /usr/include
ALT_CUPS_HEADERS_PATH =
OpenJDK-specific settings:
FREETYPE_HEADERS_PATH = /usr/include
ALT_FREETYPE_HEADERS_PATH =
FREETYPE_LIB_PATH = /usr/lib
ALT_FREETYPE_LIB_PATH =
OPENJDK Import Binary Plug Settings:
IMPORT_BINARY_PLUGS =
BINARY_PLUGS_JARFILE = /NOT-SET/re/jdk/1.7.0_84/promoted/latest/openjdk/binaryplugs/linux-amd64/jre/lib/rt-closed.jar
ALT_BINARY_PLUGS_JARFILE =
BINARY_PLUGS_PATH = /NOT-SET/re/jdk/1.7.0_84/promoted/latest/openjdk/binaryplugs/linux-amd64
ALT_BINARY_PLUGS_PATH =
BUILD_BINARY_PLUGS_PATH = /NOT-SET/re/jdk/1.7.0_84/promoted/latest/openjdk/binaryplugs
ALT_BUILD_BINARY_PLUGS_PATH =
PLUG_LIBRARY_NAMES =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.6.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
WARNING: This build does not include running javadoc.
Sanity check passed.
Control linux amd64 1.7.0_84-icedtea all_product_build build started: 10-03-31 03:07
Control linux amd64 1.7.0_84-icedtea build_product_image build started: 10-03-31 03:07
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot'
/bin/mkdir -p ./build/linux-amd64
/bin/mkdir -p ./build/linux-amd64/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools
########################################################################
########################################################################
##### Entering langtools for target all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b84 JDK_BUILD_NUMBER=b84 FULL_VERSION=1.7.0_84-icedtea-b84 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_84 JDK_MKTG_VERSION=7u84 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=840 COOKED_BUILD_NUMBER=84 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/ant-diagnostics.log
JAVA_HOME=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/ant-tmp' /usr/bin/ant -Djdk.version=1.7.0_84 -Dfull.version='1.7.0_84-icedtea-b84' -Drelease=1.7.0_84 -Dbuild.number=b84 -Djavac.debug=true -Ddebug.classfiles=true -Djavac.target=7 -Djavac.source=7 -Dboot.java.home=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 -Dimport.jdk=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk -Dbuild.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build -Ddist.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/dist build
Buildfile: build.xml
-def-pcompile:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/toolclasses
[javac] Compiling 2 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/toolclasses
[javac] Annotation processing got disabled, since it requires a 1.6 compliant JVM
-def-build-classes:
-def-build-bootstrap-classes:
-def-build-jar:
-def-build-bootstrap-jar:
-def-check:
-check-boot.java.home:
-def-build-tool:
-def-build-bootstrap-tool:
build-bootstrap-javac:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/classes
[pcompile] Generating 7 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/gensrc
[javac] Compiling 281 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/classes
[javac] Annotation processing got disabled, since it requires a 1.6 compliant JVM
[copy] Copying 3 files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/classes
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/lib/javac.jar
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/bin
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/bin
build-bootstrap-javadoc:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/gensrc
[javac] Compiling 72 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/classes
[javac] Annotation processing got disabled, since it requires a 1.6 compliant JVM
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/lib/javadoc.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/bin
build-bootstrap-doclets:
[pcompile] Generating 6 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/gensrc
[javac] Compiling 131 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/classes
[javac] Annotation processing got disabled, since it requires a 1.6 compliant JVM
[copy] Copying 2 files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/lib/doclets.jar
build-bootstrap-javah:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/gensrc
[javac] Compiling 15 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/classes
[javac] Annotation processing got disabled, since it requires a 1.6 compliant JVM
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/lib/javah.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/bootstrap/bin
build-bootstrap-tools:
-def-genstubs:
[javac] Compiling 1 source file to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/toolclasses
[javac] Annotation processing got disabled, since it requires a 1.6 compliant JVM
-create-import-jdk-stubs:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/genstubs
[genstubs] Generating 81 stub files to /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/build/linux-amd64/langtools/build/genstubs
BUILD FAILED
java.lang.InternalError: Cannot find javac resource bundle for locale en_US
at com.sun.tools.javac.util.JavacMessages.getBundles(JavacMessages.java:117)
at com.sun.tools.javac.util.JavacMessages.setCurrentLocale(JavacMessages.java:73)
at com.sun.tools.javac.util.JavacMessages.(JavacMessages.java:91)
at com.sun.tools.javac.util.JavacMessages.(JavacMessages.java:80)
at com.sun.tools.javac.util.JavacMessages.instance(JavacMessages.java:54)
at com.sun.tools.javac.api.JavacTool.getStandardFileManager(JavacTool.java:148)
at GenStubs.run(Unknown Source)
at GenStubs$Ant.execute(Unknown Source)
at org.apache.tools.ant.UnknownElement.execute(ant-1.7.1.jar.so)
at java.lang.reflect.Method.invoke(libgcj.so.10)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(ant-1.7.1.jar.so)
at org.apache.tools.ant.Task.perform(ant-1.7.1.jar.so)
at org.apache.tools.ant.Target.execute(ant-1.7.1.jar.so)
at org.apache.tools.ant.Target.performTasks(ant-1.7.1.jar.so)
at org.apache.tools.ant.Project.executeSortedTargets(ant-1.7.1.jar.so)
at org.apache.tools.ant.Project.executeTarget(ant-1.7.1.jar.so)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(ant-1.7.1.jar.so)
at org.apache.tools.ant.Project.executeTargets(ant-1.7.1.jar.so)
at org.apache.tools.ant.Main.runBuild(ant-1.7.1.jar.so)
at org.apache.tools.ant.Main.startAnt(ant-1.7.1.jar.so)
at org.apache.tools.ant.launch.Launcher.run(ant-launcher-1.7.1.jar.so)
at org.apache.tools.ant.launch.Launcher.main(ant-launcher-1.7.1.jar.so)
Total time: 4 seconds
make[3]: *** [build] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot'
make: *** [stamps/icedtea-boot.stamp] Error 2
+ exit 1
From gnu_andrew at member.fsf.org Wed Mar 31 22:13:04 2010
From: gnu_andrew at member.fsf.org (Hudson Admin)
Date: Thu, 1 Apr 2010 01:13:04 -0400 (EDT)
Subject: Build failed in Hudson: IcedTea6TargetTesting #282
In-Reply-To: <1628663206.31270012206072.JavaMail.nighttester@toadeater>
References: <1628663206.31270012206072.JavaMail.nighttester@toadeater>
Message-ID: <1964261414.51270098790996.JavaMail.nighttester@toadeater>
See
------------------------------------------
[...truncated 213188 lines...]
fi ; \
done ; \
mv stamps/patch.stamp.tmp stamps/patch.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/zero/6903453.patch
Applying patches/zero/6903453.patch
patching file openjdk/corba/make/common/shared/Platform.gmk
Hunk #1 succeeded at 194 (offset 7 lines).
patching file openjdk/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 204 (offset 39 lines).
patching file openjdk/jdk/src/share/native/java/lang/fdlibm/include/fdlibm.h
Hunk #1 succeeded at 30 (offset 1 line).
Checking patches/zero/6909153.patch
Applying patches/zero/6909153.patch
patching file openjdk/hotspot/src/share/vm/compiler/compileBroker.cpp
patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp
Hunk #1 succeeded at 2738 (offset -18 lines).
Checking patches/zero/6913869.patch
Applying patches/zero/6913869.patch
patching file openjdk/hotspot/src/share/vm/prims/jni.cpp
Checking patches/zero/6914622.patch
Applying patches/zero/6914622.patch
patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp
Hunk #1 succeeded at 2625 (offset -8 lines).
Hunk #2 succeeded at 2769 (offset -30 lines).
patching file openjdk/hotspot/src/share/vm/runtime/globals.cpp
patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp
Hunk #1 succeeded at 210 (offset -1 lines).
Hunk #2 succeeded at 326 (offset -1 lines).
Hunk #3 succeeded at 1959 (offset -5 lines).
Hunk #4 succeeded at 2258 (offset -5 lines).
Checking patches/zero/cppInterpreter-fast-bytecodes.patch
Applying patches/zero/cppInterpreter-fast-bytecodes.patch
patching file openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
Checking patches/icedtea-notice-safepoints.patch
Applying patches/icedtea-notice-safepoints.patch
patching file openjdk/hotspot/src/share/vm/interpreter/cppInterpreter.hpp
Checking patches/icedtea-parisc-opt.patch
Applying patches/icedtea-parisc-opt.patch
patching file openjdk/hotspot/make/linux/makefiles/product.make
patching file openjdk/hotspot/make/linux/makefiles/optimized.make
Checking patches/icedtea-lucene-crash.patch
Applying patches/icedtea-lucene-crash.patch
patching file openjdk/hotspot/test/compiler/6707044/LuceneCrash.java
Checking patches/icedtea-version.patch
Applying patches/icedtea-version.patch
patching file openjdk/jdk/make/common/shared/Defs.gmk
patching file openjdk/jdk/make/java/version/Makefile
patching file openjdk/jdk/src/share/classes/sun/misc/Version-template.java
Checking patches/icedtea-version-hotspot.patch
Applying patches/icedtea-version-hotspot.patch
patching file openjdk/hotspot/make/linux/makefiles/vm.make
Hunk #1 succeeded at 90 (offset 4 lines).
patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp
patching file openjdk/hotspot/src/share/vm/utilities/vmError.cpp
Checking patches/icedtea-text-relocations.patch
Applying patches/icedtea-text-relocations.patch
patching file openjdk/hotspot/make/linux/makefiles/gcc.make
patching file openjdk/hotspot/make/linux/makefiles/rules.make
patching file openjdk/hotspot/make/solaris/makefiles/rules.make
Checking patches/icedtea-ssl.patch
Applying patches/icedtea-ssl.patch
patching file openjdk/jdk/src/share/classes/sun/security/ssl/Handshaker.java
Hunk #2 succeeded at 702 (offset 13 lines).
patching file openjdk/jdk/src/share/classes/sun/security/ssl/RSAClientKeyExchange.java
Checking patches/icedtea-rmi_amd64.patch
Applying patches/icedtea-rmi_amd64.patch
patching file openjdk/jdk/make/sun/rmi/rmi/Makefile
Checking patches/icedtea-tools.patch
Applying patches/icedtea-tools.patch
patching file openjdk/jdk/make/tools/sharing/classlist.linux
patching file openjdk/jdk/make/tools/sharing/classlist.solaris
patching file openjdk/jdk/make/tools/sharing/classlist.windows
patching file openjdk/jdk/make/java/awt/Makefile
Checking patches/icedtea-use-system-tzdata.patch
Applying patches/icedtea-use-system-tzdata.patch
patching file openjdk/jdk/src/share/classes/sun/util/calendar/ZoneInfoFile.java
Checking patches/icedtea-headers.patch
Applying patches/icedtea-headers.patch
patching file openjdk/jdk/make/tools/freetypecheck/Makefile
patching file openjdk/jdk/make/common/Defs.gmk
Hunk #1 succeeded at 235 (offset -2 lines).
patching file openjdk/jdk/make/sun/font/Makefile
Checking patches/icedtea-headers-hotspot.patch
Applying patches/icedtea-headers-hotspot.patch
patching file openjdk/hotspot/make/linux/makefiles/jvmti.make
Checking patches/icedtea-gcc-suffix.patch
Applying patches/icedtea-gcc-suffix.patch
patching file openjdk/jdk/make/common/shared/Compiler-gcc.gmk
patching file openjdk/corba/make/common/shared/Compiler-gcc.gmk
Hunk #1 succeeded at 58 with fuzz 2.
Checking patches/icedtea-gcc-suffix-hotspot.patch
Applying patches/icedtea-gcc-suffix-hotspot.patch
patching file openjdk/hotspot/agent/src/os/linux/Makefile
patching file openjdk/hotspot/make/linux/makefiles/gcc.make
Checking patches/icedtea-bytebuffer-compact.patch
Applying patches/icedtea-bytebuffer-compact.patch
patching file openjdk/jdk/src/share/classes/java/nio/Buffer.java
Hunk #6 succeeded at 551 (offset 4 lines).
Checking patches/memory-limits.patch
Applying patches/memory-limits.patch
patching file openjdk/hotspot/src/cpu/x86/vm/c2_globals_x86.hpp
patching file openjdk/hotspot/src/share/vm/runtime/globals.hpp
Hunk #1 succeeded at 2815 (offset 6 lines).
Checking patches/icedtea-sunsrc.patch
Applying patches/icedtea-sunsrc.patch
patching file openjdk/jdk/make/common/Release.gmk
Hunk #1 succeeded at 336 (offset -2 lines).
Hunk #2 succeeded at 377 (offset -2 lines).
Hunk #3 succeeded at 387 (offset -2 lines).
Hunk #4 succeeded at 550 (offset -2 lines).
Hunk #5 succeeded at 581 (offset -2 lines).
Hunk #6 succeeded at 614 (offset -2 lines).
Hunk #7 succeeded at 990 (offset -10 lines).
Checking patches/icedtea-libraries.patch
Applying patches/icedtea-libraries.patch
patching file openjdk/jdk/make/sun/jpeg/Makefile
patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_png.c
patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c
patching file openjdk/jdk/src/share/native/java/util/zip/Adler32.c
patching file openjdk/jdk/src/share/native/java/util/zip/Deflater.c
patching file openjdk/jdk/src/share/native/java/util/zip/CRC32.c
patching file openjdk/jdk/make/common/Program.gmk
Hunk #2 succeeded at 251 with fuzz 2.
patching file openjdk/jdk/make/java/zip/Makefile
patching file openjdk/jdk/make/java/zip/FILES_c.gmk
patching file openjdk/jdk/src/share/native/java/util/zip/Inflater.c
patching file openjdk/jdk/src/share/native/java/util/zip/zip_util.c
patching file openjdk/jdk/make/sun/splashscreen/FILES_c.gmk
patching file openjdk/jdk/make/sun/splashscreen/Makefile
patching file openjdk/jdk/make/sun/jpeg/FILES_c.gmk
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcapimin.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcapistd.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jccoefct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jccolor.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcdctmgr.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jchuff.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jchuff.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcinit.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcmainct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcmarker.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcmaster.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcomapi.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jconfig.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcparam.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcphuff.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcprepct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jcsample.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jctrans.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdapimin.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdapistd.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdcoefct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdcolor.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdct.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jddctmgr.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdhuff.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdhuff.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdinput.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmainct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmarker.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmaster.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdmerge.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdphuff.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdpostct.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdsample.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jdtrans.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jerror.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jerror.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jfdctflt.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jfdctfst.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jfdctint.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctflt.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctfst.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctint.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jidctred.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jinclude.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemmgr.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemnobs.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmemsys.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jmorecfg.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegint.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpeglib.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jquant1.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jquant2.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jutils.c
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jversion.h
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/README
patching file openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_jpeg.c
patching file openjdk/jdk/make/com/sun/java/pack/Makefile
patching file openjdk/jdk/make/java/jli/Makefile
patching file openjdk/jdk/src/share/native/com/sun/java/util/jar/pack/defines.h
Hunk #1 succeeded at 89 (offset 2 lines).
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c
Hunk #3 succeeded at 676 (offset 3 lines).
Hunk #4 succeeded at 701 (offset 3 lines).
Hunk #5 succeeded at 719 (offset 3 lines).
Hunk #6 succeeded at 759 (offset 7 lines).
Hunk #7 succeeded at 857 (offset 22 lines).
Hunk #8 succeeded at 882 (offset 26 lines).
Hunk #9 succeeded at 1430 (offset 26 lines).
Hunk #10 succeeded at 1517 (offset 26 lines).
Hunk #11 succeeded at 1534 (offset 26 lines).
Hunk #12 succeeded at 1556 (offset 26 lines).
Hunk #13 succeeded at 1674 (offset 26 lines).
Hunk #14 succeeded at 1795 (offset 26 lines).
Hunk #15 succeeded at 2027 (offset 34 lines).
Hunk #16 succeeded at 2039 (offset 34 lines).
Hunk #17 succeeded at 2047 (offset 34 lines).
Hunk #18 succeeded at 2063 (offset 34 lines).
Hunk #19 succeeded at 2076 (offset 34 lines).
Hunk #20 succeeded at 2138 (offset 41 lines).
Hunk #21 succeeded at 2164 (offset 41 lines).
Hunk #22 succeeded at 2212 (offset 41 lines).
Hunk #23 succeeded at 2418 (offset 41 lines).
Hunk #24 succeeded at 2573 (offset 41 lines).
Hunk #25 succeeded at 2648 (offset 41 lines).
Hunk #26 succeeded at 2665 (offset 41 lines).
Hunk #27 succeeded at 2774 (offset 41 lines).
Hunk #28 succeeded at 2789 (offset 41 lines).
Hunk #29 succeeded at 2945 (offset 41 lines).
Hunk #30 succeeded at 2984 (offset 41 lines).
Hunk #31 succeeded at 3009 (offset 41 lines).
Hunk #32 succeeded at 3051 (offset 41 lines).
Hunk #33 succeeded at 3115 (offset 41 lines).
Hunk #34 succeeded at 3124 (offset 41 lines).
patching file openjdk/jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c
Checking patches/icedtea-javafiles.patch
Applying patches/icedtea-javafiles.patch
patching file openjdk/jdk/make/java/java/FILES_java.gmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/icedtea-jvmtiEnv.patch
Applying patches/icedtea-jvmtiEnv.patch
patching file openjdk/hotspot/src/share/vm/prims/jvmtiEnv.cpp
Hunk #1 succeeded at 2727 (offset 25 lines).
Checking patches/icedtea-lcms.patch
1 out of 5 hunks FAILED -- saving rejects to file openjdk/jdk/src/share/native/sun/java2d/cmm/lcms/cmsxform.c.rej
ERROR patch patches/icedtea-lcms.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1