From ahughes at redhat.com Thu Mar 1 21:03:35 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Fri, 2 Mar 2012 00:03:35 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #926
Message-ID: <297893877.71330664615801.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2824 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Thu Mar 1 22:02:29 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Fri, 2 Mar 2012 01:02:29 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #443
In-Reply-To: <334971040.611330497586227.JavaMail.nighttester@toadeater>
References: <334971040.611330497586227.JavaMail.nighttester@toadeater>
Message-ID: <2015040517.81330668149530.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 467 lines...]
0K .......... .......... .......... .......... .......... 0% 53.7K 99s
50K .......... .......... .......... .......... .......... 1% 81.6K 82s
100K .......... .......... .......... .......... .......... 2% 545K 57s
150K .......... .......... .......... .......... .......... 3% 85.4K 58s
200K .......... .......... .......... .......... .......... 4% 261M 46s
250K .......... .......... .......... .......... .......... 5% 359K 40s
300K .......... .......... .......... .......... .......... 6% 87.2K 42s
350K .......... .......... .......... .......... .......... 7% 273K 39s
400K .......... .......... .......... .......... .......... 8% 332K 36s
450K .......... .......... .......... .......... .......... 9% 629K 33s
500K .......... .......... .......... .......... .......... 10% 375K 31s
550K .......... .......... .......... .......... .......... 11% 368K 29s
600K .......... .......... .......... .......... .......... 12% 553K 27s
650K .......... .......... .......... .......... .......... 13% 397K 26s
700K .......... .......... .......... .......... .......... 13% 526K 24s
750K .......... .......... .......... .......... .......... 14% 440K 23s
800K .......... .......... .......... .......... .......... 15% 461K 22s
850K .......... .......... .......... .......... .......... 16% 477K 21s
900K .......... .......... .......... .......... .......... 17% 487K 20s
950K .......... .......... .......... .......... .......... 18% 458K 20s
1000K .......... .......... .......... .......... .......... 19% 487K 19s
1050K .......... .......... .......... .......... .......... 20% 486K 18s
1100K .......... .......... .......... .......... .......... 21% 496K 18s
1150K .......... .......... .......... .......... .......... 22% 460K 17s
1200K .......... .......... .......... .......... .......... 23% 559K 16s
1250K .......... .......... .......... .......... .......... 24% 458K 16s
1300K .......... .......... .......... .......... .......... 25% 490K 15s
1350K .......... .......... .......... .......... .......... 26% 530K 15s
1400K .......... .......... .......... .......... .......... 26% 218K 15s
1450K .......... .......... .......... .......... .......... 27% 340M 14s
1500K .......... .......... .......... .......... .......... 28% 358K 14s
1550K .......... .......... .......... .......... .......... 29% 6.84M 13s
1600K .......... .......... .......... .......... .......... 30% 524K 13s
1650K .......... .......... .......... .......... .......... 31% 577K 13s
1700K .......... .......... .......... .......... .......... 32% 560K 12s
1750K .......... .......... .......... .......... .......... 33% 567K 12s
1800K .......... .......... .......... .......... .......... 34% 539K 12s
1850K .......... .......... .......... .......... .......... 35% 564K 11s
1900K .......... .......... .......... .......... .......... 36% 585K 11s
1950K .......... .......... .......... .......... .......... 37% 536K 11s
2000K .......... .......... .......... .......... .......... 38% 582K 11s
2050K .......... .......... .......... .......... .......... 39% 578K 10s
2100K .......... .......... .......... .......... .......... 39% 552K 10s
2150K .......... .......... .......... .......... .......... 40% 605K 10s
2200K .......... .......... .......... .......... .......... 41% 550K 9s
2250K .......... .......... .......... .......... .......... 42% 892K 9s
2300K .......... .......... .......... .......... .......... 43% 579K 9s
2350K .......... .......... .......... .......... .......... 44% 919K 9s
2400K .......... .......... .......... .......... .......... 45% 597K 8s
2450K .......... .......... .......... .......... .......... 46% 825K 8s
2500K .......... .......... .......... .......... .......... 47% 655K 8s
2550K .......... .......... .......... .......... .......... 48% 768K 8s
2600K .......... .......... .......... .......... .......... 49% 687K 8s
2650K .......... .......... .......... .......... .......... 50% 773K 7s
2700K .......... .......... .......... .......... .......... 51% 702K 7s
2750K .......... .......... .......... .......... .......... 52% 762K 7s
2800K .......... .......... .......... .......... .......... 52% 679K 7s
2850K .......... .......... .......... .......... .......... 53% 745K 7s
2900K .......... .......... .......... .......... .......... 54% 711K 6s
2950K .......... .......... .......... .......... .......... 55% 707K 6s
3000K .......... .......... .......... .......... .......... 56% 673K 6s
3050K .......... .......... .......... .......... .......... 57% 626K 6s
3100K .......... .......... .......... .......... .......... 58% 761K 6s
3150K .......... .......... .......... .......... .......... 59% 709K 6s
3200K .......... .......... .......... .......... .......... 60% 768K 5s
3250K .......... .......... .......... .......... .......... 61% 698K 5s
3300K .......... .......... .......... .......... .......... 62% 742K 5s
3350K .......... .......... .......... .......... .......... 63% 709K 5s
3400K .......... .......... .......... .......... .......... 64% 771K 5s
3450K .......... .......... .......... .......... .......... 65% 702K 5s
3500K .......... .......... .......... .......... .......... 65% 742K 4s
3550K .......... .......... .......... .......... .......... 66% 728K 4s
3600K .......... .......... .......... .......... .......... 67% 738K 4s
3650K .......... .......... .......... .......... .......... 68% 729K 4s
3700K .......... .......... .......... .......... .......... 69% 725K 4s
3750K .......... .......... .......... .......... .......... 70% 651K 4s
3800K .......... .......... .......... .......... .......... 71% 831K 4s
3850K .......... .......... .......... .......... .......... 72% 659K 3s
3900K .......... .......... .......... .......... .......... 73% 804K 3s
3950K .......... .......... .......... .......... .......... 74% 661K 3s
4000K .......... .......... .......... .......... .......... 75% 788K 3s
4050K .......... .......... .......... .......... .......... 76% 687K 3s
4100K .......... .......... .......... .......... .......... 77% 783K 3s
4150K .......... .......... .......... .......... .......... 78% 632K 3s
4200K .......... .......... .......... .......... .......... 78% 828K 3s
4250K .......... .......... .......... .......... .......... 79% 658K 2s
4300K .......... .......... .......... .......... .......... 80% 809K 2s
4350K .......... .......... .......... .......... .......... 81% 680K 2s
4400K .......... .......... .......... .......... .......... 82% 745K 2s
4450K .......... .......... .......... .......... .......... 83% 707K 2s
4500K .......... .......... .......... .......... .......... 84% 685K 2s
4550K .......... .......... .......... .......... .......... 85% 782K 2s
4600K .......... .......... .......... .......... .......... 86% 696K 2s
4650K .......... .......... .......... .......... .......... 87% 697K 1s
4700K .......... .......... .......... .......... .......... 88% 762K 1s
4750K .......... .......... .......... .......... .......... 89% 682K 1s
4800K .......... .......... .......... .......... .......... 90% 742K 1s
4850K .......... .......... .......... .......... .......... 91% 715K 1s
4900K .......... .......... .......... .......... .......... 91% 670K 1s
4950K .......... .......... .......... .......... .......... 92% 735K 1s
5000K .......... .......... .......... .......... .......... 93% 674K 1s
5050K .......... .......... .......... .......... .......... 94% 691K 1s
5100K .......... .......... .......... .......... .......... 95% 653K 0s
5150K .......... .......... .......... .......... .......... 96% 707K 0s
5200K .......... .......... .......... .......... .......... 97% 861K 0s
5250K .......... .......... .......... .......... .......... 98% 699K 0s
5300K .......... .......... .......... .......... .......... 99% 857K 0s
5350K .......... .......... .......... ... 100% 708K=11s
2012-03-02 01:02:26 (482 KB/s) - ?drops/jdk6-jaxws2_1_6-2011_06_13.zip? saved [5512710/5512710]
drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK
mkdir -p stamps
touch stamps/download-jaxws-drop.stamp
mkdir -p drops
ln -sf /notnfs/nighttester/drops/jaf6-hg.zip drops/jdk6-jaf-b20.zip
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk6-jaf-b20.zip ] ; \
then \
mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \
fi ; \
/usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaf drop zip"; false; \
fi; \
fi ;
drops/jdk6-jaf-b20.zip: OK
mkdir -p stamps
touch stamps/download-jaf-drop.stamp
mkdir -p stamps
touch stamps/download-drops.stamp
mkdir -p stamps
touch stamps/download-cacao.stamp
mkdir -p stamps
touch stamps/download-jamvm.stamp
mkdir -p stamps
touch stamps/hgforest.stamp
mkdir -p stamps
touch stamps/download-openjdk.stamp
mkdir -p stamps
touch stamps/download-hotspot.stamp
touch stamps/download.stamp
if ! test -d openjdk ; then \
cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \
fi
mkdir -p stamps
touch stamps/extract-openjdk.stamp
mkdir -p stamps
touch stamps/extract-cacao.stamp
mkdir -p stamps
touch stamps/extract-jamvm.stamp
mkdir -p stamps
touch stamps/extract.stamp
mkdir -p stamps
touch stamps/replace-hotspot.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
cp -rv -l $target $link; \
chmod -R ug+rwX $link; \
done
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools' -> `openjdk/hotspot/tools'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools/mkbc.c' -> `openjdk/hotspot/tools/mkbc.c'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/asm_helper.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def'
mkdir -p stamps
touch stamps/ports.stamp
if [ ! -e /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ]; then \
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/generated /notnfs/nighttester/icedtea6-hg-target-testing/generated.build && \
chmod -R ug+rwX /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ; \
fi
mkdir -p stamps
touch stamps/generated.stamp
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.9.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.10.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.11.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.12.properties
mkdir -p stamps
touch stamps/fonts.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-fsg.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-fsg.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-fsg.stamp.tmp stamps/patch-fsg.stamp ; \
if ! test x${all_patches_ok} = "xyes"; then \
echo ERROR patch ${all_patches_ok} FAILED! ; \
echo WARNING make clean-patch before retrying a fix ; \
exit 2; \
fi ;
mkdir -p stamps ; \
rm -f stamps/patch.stamp.tmp ; \
touch stamps/patch.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/security/20120214/7082299.patch patches/security/20120214/7088367.patch patches/security/20120214/7110683.patch patches/security/20120214/7110687.patch patches/security/20120214/7110700.patch patches/security/20120214/7110704.patch patches/security/20120214/7118283.patch patches/security/20120214/7126960.patch patches/openjdk/6610244-modal-fatal-error-windows.patch patches/stdc-limit-macros.patch patches/openjdk/4993545-nativeinlightfixer.patch patches/openjdk/6637796-set_bounds.patch patches/openjdk/6607660-treelock.patch patches/openjdk/6607170-request_focus.patch patches/openjdk/4685768-focus.patch patches/openjdk/6616323-component_array.patch patches/openjdk/6682046-shape_calculation.patch patches/openjdk/6797195-hw_lw_mixing.patch patches/openjdk/6725214-direct3d-01.patch patches/openjdk/6748082-isDisplayLocal.patch patches/openjdk/6633275-shaped_translucent_windows.patch patches/security/20120214/7112642.patch patches/openjdk/6769607-modal-hangs.patch patches/openjdk/6791612-opengl-jni-fix.patch patches/openjdk/6755274-glgetstring-crash.patch patches/openjdk/6984543-onscreen_rendering_resize_test.patch patches/openjdk/6693253-security_warning.patch patches/openjdk/6444769-windowwithwarningtest.patch patches/notice-safepoints.patch patches/parisc-opt.patch patches/lucene-crash.patch patches/version.patch patches/version-hotspot.patch patches/text-relocations.patch patches/openjdk/7043921-java_rmi_cgi.patch patches/use-system-tzdata.patch patches/headers.patch patches/gcc-suffix.patch patches/memory-limits.patch patches/libraries.patch patches/jvmtiEnv.patch patches/lcms.patch patches/print_lsb_release.patch patches/uname.patch patches/freetypeversion.patch patches/nomotif-6706121.patch patches/nomotif.patch patches/nomotif-mtoolkit.patch patches/alpha-fixes.patch patches/alt-jar.patch patches/jdk-use-ssize_t.patch patches/use-idx_t.patch patches/params-cast-size_t.patch patches/clean-crypto.patch patches/arch.patch patches/lc_ctype.patch patches/xjc.patch patches/linker-libs-order.patch patches/testenv.patch patches/samejvm-safe.patch patches/pr261.patch patches/sparc-buildfixes.patch patches/sparc64-linux.patch patches/sparc-ptracefix.patch patches/sparc-trapsfix.patch patches/jtreg-6592792.patch patches/s390-noinline.patch patches/jtreg-dnd.patch patches/jtreg-jrunscript.patch patches/network-unreachable.patch patches/dnd-filelists.patch patches/disable-cc-incompatible-sanity-checks.patch patches/explicit-target-arch.patch patches/openjdk/7019808-stack_noexec.patch patches/parisc.patch patches/sh4-support.patch patches/policy-evaluation.patch patches/update-bootclasspath.patch patches/openjdk/6959123-libpng_14.patch patches/applet_hole.patch patches/jtreg-httpTest.patch patches/arm.patch patches/debug-dir.patch patches/override-redirect-metacity.patch patches/openjdk/6967533-pre_epoch.patch patches/fonts-rhel.patch patches/fonts-gentoo.patch patches/ipv4-mapped-ipv6-addresses.patch patches/jtreg-OpenGLContextInit.patch patches/openjdk/6510892-httpserver_test.patch patches/openjdk/6638712-wildcard_types.patch patches/openjdk/6650759-missing_inference.patch patches/numa_on_early_glibc.patch patches/jtreg-international-fonts.patch patches/f14-fonts.patch patches/jtreg-T6638712-fix.patch patches/jtreg-T6650759m-fix.patch patches/openjdk/7003777-bad-html-entity-parse.patch patches/jtreg-6929067-fix.patch patches/rendering-engine-tests.patch patches/openjdk/6800846-printing-quality.patch patches/rh661505-jpeg.patch patches/6703377-freetypescaler.patch patches/ia64-fix.patch patches/openjdk/6642612-filechooser_button_sizes.patch patches/jtreg-international-fonts-styles.patch patches/openjdk/6736649-text_bearings.patch patches/openjdk/6797139-jbutton_truncation.patch patches/openjdk/6883341-text_bearing_exception.patch patches/jtreg-png-reader.patch patches/openjdk/4724552-CubicCurve2D.patch patches/openjdk/4493128-CubicCurve2D.patch patches/openjdk/4645692-CubicCurve2D.solveCubic.patch patches/no-static-linking.patch patches/openjdk/7041156-gcc_export_dynamic.patch patches/g344659-sparc_fix.patch patches/openjdk/6728834-blurred-lcd-aa-text.patch patches/openjdk/6749060-bad-lcd-aa-non-opaque-dest.patch patches/openjdk/6708580-exa_slow.patch patches/openjdk/6896068-sg2d.patch patches/openjdk/7021314-no_javaws_man_page.patch patches/pr586-include_all_srcs.patch patches/jtreg-LastErrorString.patch patches/openjdk/6663040-com.sun.awt.patch patches/openjdk/6775317-non-AA-simple-shape-performance.patch patches/pr600-arm-jvm.cfg.patch patches/openjdk/6887494-NPE-in-pisces.patch patches/openjdk/6967436-6967433-floating-pt-conversion.patch patches/openjdk/6976265-stroke-control.patch patches/openjdk/6967434-bad-round-joins.patch patches/openjdk/6766342-AA-simple-shape-performance.patch patches/openjdk/7016856-pisces-performance.patch patches/openjdk/6934977-MappedByteBuffer.load.patch patches/jtreg-hotspot-bug-6196102.patch patches/jtreg-double-to-string.patch patches/openjdk/7023591-AAShapePipe.patch patches/openjdk/7027667-AAShapePipeRegTest.patch patches/openjdk/7019861-AA-regression-fix.patch patches/g356743-libpng-1.5.patch patches/revert-6885123.patch patches/openjdk/7032388-work_without_cmov_instruction.patch patches/openjdk/7031385-gcc-register-allocation-fix.patch patches/openjdk/6986968-crash_on_xim_restart.patch patches/openjdk/7036754-stroker-nan.patch patches/openjdk/pgram-pipe-regression.patch patches/openjdk/7034464-hugepage.patch patches/openjdk/7037939-hugepage.patch patches/openjdk/7043564-hugepage.patch patches/openjdk/mutter.patch patches/fonts-rhel-version.patch patches/openjdk/7036148-npe-null-jmenu-name.patch patches/jtreg-ChangeDir.patch patches/jtreg-TempBuffer.patch patches/jtreg-EncodedMultiByteChar.patch patches/jtreg-FileLoaderTest.patch patches/jtreg-FileMap.patch patches/jtreg-ChannelsWrite.patch patches/jtreg-bug7036148-test.patch patches/jtreg-ReadWriteProfileTest.patch patches/openjdk/6818312-com.sun.awt.SecurityWarning.getSize.patch patches/jtreg-MappedByteBuffer-Basic.patch patches/openjdk/7008106-WindowOpacity.patch patches/openjdk/6956668-misbehavior_of_XOR_operator_with_int.patch patches/openjdk/6699843-IllegalArgumentException_drawString.patch patches/openjdk/6918065-Crash_in_Java2D_blit_loop.patch patches/openjdk/6623219-Font_canDisplayUpTo_does_not_work.patch patches/support_linux_3.patch patches/openjdk/6783910-java_awt_Color_brighter_darker_fix.patch patches/openjdk/6785424-SecurityException_locating_physical_fonts.patch patches/openjdk/7047069-Array_can_dynamically_change_size.patch patches/openjdk/6796786-invalid_FP_identity_transform.patch patches/openjdk/7042070-Typo_in_Test6796786.patch patches/openjdk/6679308-Poor_text_rendering_on_translucent_image.patch patches/openjdk/6842838-64-bit_failure_in_handling_invalid_manifest.patch patches/openjdk/6882768-test_for_6842838_is_broken.patch patches/pr639-broken_shark_build.patch patches/powerpc-stacksize.patch patches/jtreg-remove-test-6987555.patch patches/jtreg-remove-test-6991596.patch patches/openjdk/7036220-shark_llvm_29_headers.patch patches/openjdk/7029152-String_intrinsics_miss_optimization.patch patches/openjdk/6711682-JCheckBox_in_JTable_does_not_respond_to_click.patch patches/openjdk/6758179-D3D_AlphaComposite_is_applied_incorrectly.patch patches/jtreg-ConstructDeflaterInput-fix.patch patches/openjdk/6613904-GroupLayout_createParallelGroup_null_arg.patch patches/openjdk/7049339-anyblit-broken.patch patches/jtreg-hotspot-Test7020373-fix.patch patches/openjdk/4917091-javac_rejects_array_over_128_in_length.patch patches/openjdk/6390045-error_cannot_access_java_lang_void.patch patches/openjdk/6752638-preferLocaleFonts_throws_NPE.patch patches/openjdk/5047314-Collator_compare_runs_indefinitely.patch patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch patches/openjdk/6934356-Vector_writeObject_serialization_DL.patch patches/openjdk/7036582-Improve_test_coverage_of_BigDecimal.patch patches/pr690-shark-jit-hs20.patch patches/pr696-zero-fast_aldc-hs20.patch patches/openjdk/6806261-BigDecimal_longValueExact_throws_NPE.patch patches/openjdk/6371401-BigInteger.shift_throws_StackOverflowError.patch patches/openjdk/6826104-npe_on_app_and_toolkit_modal_dialog_click.patch patches/openjdk/5082756-ImageIO_plugins_metadata_boolean_attributes.patch patches/openjdk/6296893-BMP_Writer_handles_TopDown_prop_incorrectly.patch patches/openjdk/7103224-glibc_name_collision.patch patches/arm-debug.patch patches/arm-hsdis.patch patches/openjdk/7103610-_NET_WM_PID_and_WM_CLIENT_MACHINE_are_not_set.patch patches/openjdk/6706974-krb5_test_infrastructure.patch patches/openjdk/6764553-IdResolver_is_not_thread_safe.patch patches/openjdk/6761072-new_krb5_tests_fail_on_multiple_platforms.patch patches/openjdk/7140882-dont-return-booleans-from-methods-returning-pointers.patch patches/openjdk/remove-mimpure-option-to-gcc.patch patches/rhino.patch patches/openjdk/6307603-xrender-01.patch patches/openjdk/6961633-xrender-02.patch patches/openjdk/7018387-xrender_gc_leak.patch patches/systemtap.patch patches/systemtap-gcc-4.5.patch patches/systemtap-alloc-size-workaround.patch patches/nss-not-enabled-config.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
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/security/20120214/7082299.patch
11 out of 11 hunks FAILED -- saving rejects to file openjdk/jdk/src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java.rej
ERROR patch patches/security/20120214/7082299.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Fri Mar 2 00:02:09 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Fri, 2 Mar 2012 03:02:09 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #885
Message-ID: <347138702.91330675329691.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 151 lines...]
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/cacao
if [ -e /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ] ; then \
sed -i 's#-cacao KNOWN#-cacao ERROR#' /notnfs/nighttester/icedtea7-target-testing/openjdk.build-debug/j2sdk-image/jre/lib/amd64/jvm.cfg ; \
fi
rm -f stamps/add-cacao-debug.stamp
rm -rf lib/rt
rm -f stamps/rt-class-files.stamp stamps/rt.stamp
rm -f rt-source-files.txt
if [ -e /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib ] ; then \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea7-target-testing/bootstrap/boot/jre/lib ; \
fi
rm -rf rhino/rhino.old
rm -rf rhino/rhino.new
rm -f rhino/rhino.jar
if [ -e rhino ] ; then \
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf /notnfs/nighttester/icedtea7-target-testing/rewriter.build
rm -f stamps/rewriter.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "nss.cfg javac javap javah tz.properties remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp" || rm -f nss.cfg javac javap javah tz.properties remove-intree-libraries.sh tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp
test . = "." || test -z "" || rm -f
if [ ! -z openjdk.tar.gz ] ; then \
rm -f openjdk.tar.gz ; \
fi
if [ ! -z corba.tar.gz ] ; then \
rm -f corba.tar.gz ; \
fi
if [ ! -z jaxp.tar.gz ] ; then \
rm -f jaxp.tar.gz ; \
fi
if [ ! -z jaxws.tar.gz ] ; then \
rm -f jaxws.tar.gz ; \
fi
if [ ! -z jdk.tar.gz ] ; then \
rm -f jdk.tar.gz ; \
fi
if [ ! -z langtools.tar.gz ] ; then \
rm -f langtools.tar.gz ; \
fi
if [ ! -z hotspot.tar.gz ] ; then \
rm -f hotspot.tar.gz ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-a567bcb7f589.tar.gz
rm -f stamps/download-cacao.stamp
rm -f jamvm-4617da717ecb05654ea5bb9572338061106a414d.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea7-target-testing != /notnfs/nighttester/icedtea7-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ hg pull
pulling from http://icedtea.classpath.org/hg/icedtea7
searching for changes
no changes found
+ hg update
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+ ./autogen.sh
aclocal.m4:16: warning: this file was generated for autoconf 2.66.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
aclocal.m4:16: warning: this file was generated for autoconf 2.66.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
+ ./configure --with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.gz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp7.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf7.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws7.zip --enable-systemtap
configure: WARNING: unrecognized options: --with-jaxp-drop-zip, --with-jaf-drop-zip, --with-jaxws-drop-zip
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for make... /usr/bin/make
checking for gzip... /bin/gzip
checking for ant... /usr/bin/ant
checking for find... /bin/find
checking for patch... /usr/bin/patch
checking for tar... /bin/tar
checking for chmod... /bin/chmod
checking for sha256sum... /usr/bin/sha256sum
checking for wget... /usr/bin/wget
checking for zip... /usr/bin/zip
checking for unzip... /usr/bin/unzip
checking for cpio... /bin/cpio
checking for file... /usr/bin/file
checking for fastjar... fastjar
checking for ldd... ldd
checking for gawk... /bin/gawk
checking for hg... /usr/bin/hg
checking for an OpenJDK source directory... /notnfs/nighttester/icedtea7-target-testing/openjdk
checking for IcedTea Mercurial revision ID... r5f0d96a60071
checking for JDK Mercurial revision ID... none
checking for HotSpot Mercurial revision ID... none
checking for lsb_release... /usr/bin/lsb_release
checking whether to compile ecj natively... no
checking which HotSpot build to use... default
checking for linux32... /usr/bin/linux32
checking version of GCC... 4.6.2 (major version 4, minor version 6)
checking for getconf... /usr/bin/getconf
checking the number of online processors... 2
checking if cp supports --reflink... yes
checking if we can hard link rather than copy from /notnfs/nighttester/icedtea7-target-testing... yes
checking whether to disable the execution of the JTReg tests... no
checking whether to disable the execution of the HotSpot JTReg tests... no
checking whether to disable the execution of the langtools JTReg tests... no
checking whether to disable the execution of the JDK JTReg tests... no
checking for xvfb-run... xvfb-run -a -e xvfb-errors
checking whether to include PulseAudio support... no
checking whether to build documentation... yes
checking whether to include SystemTap tracing support... yes
checking for system library directory...
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable the NSS-based security provider... disabled by default (edit java.security to enable)
checking for NSS... no
configure: WARNING: Could not find NSS; using as its location.
checking for distribution package version... none
checking build identification... Built on Fedora release 16 (Verne) (Fri Mar 2 03:02:02 EST 2012)
checking how many parallel build jobs to execute... 3
checking whether to build a bootstrap version first... yes
checking for a JDK home directory... /usr/lib/jvm/java-openjdk
checking if a java binary was specified... no
checking if /usr/lib/jvm/java-openjdk/bin/java is a valid executable file... yes
checking for javac... /usr/lib/jvm/java-openjdk/bin/javac
checking for ecj... /usr/bin/ecj
checking if we are using ecj as javac... no
checking if a javah executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/javah is a valid executable file... yes
checking if a jar executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/jar is a valid executable file... yes
checking whether jar supports @ argument... yes
checking whether jar supports stdin file arguments... no
checking whether jar supports -J options at the end... yes
checking if an rmic executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/rmic is a valid executable file... yes
checking if a native2ascii binary was specified... no
checking if /usr/lib/jvm/java-openjdk/bin/native2ascii is a valid executable file... yes
checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar
checking for xsltproc... /usr/bin/xsltproc
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 39408... no
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 40188... no
checking if /usr/lib/jvm/java-openjdk/bin/javah supports -X options... yes
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 45526... no
checking if java.io.PrintStream is missing the 1.5 constructors (PR40616)... no
checking if java.util.Scanner is missing... no
checking if java.util.Scanner exhibits Classpath bug 40630... no
checking if javax.annotation.Resource is missing... no
checking if javax.xml.stream.events.Attribute.getDTDType() wrongly returns a QName... no
checking if sun.awt.SunToolkit is missing... no
checking whether to enable Java compiler warnings... no
checking if javac lacks support for the diamond operator... no
checking if the VM lacks support for 1.7 bytecode... no
checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar
checking for an OpenJDK source zip... /notnfs/nighttester/drops/icedtea7/openjdk.tar.gz
checking for a HotSpot source zip... /notnfs/nighttester/drops/icedtea7/hotspot.tar.gz
checking for a CORBA source zip... /notnfs/nighttester/drops/icedtea7/corba.tar.gz
checking for a JAXP source zip... /notnfs/nighttester/drops/icedtea7/jaxp.tar.gz
checking for a JAXWS source zip... /notnfs/nighttester/drops/icedtea7/jaxws.tar.gz
checking for a JDK source zip... /notnfs/nighttester/drops/icedtea7/jdk.tar.gz
checking for a langtools source zip... /notnfs/nighttester/drops/icedtea7/langtools.tar.gz
checking for an alternate jar command... 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... /notnfs/nighttester/drops/cacao-0.99.4.tar.gz
checking whether to use JamVM as VM... no
checking for a JamVM 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 for additional virtual machines to build... none
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 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... no
checking X11/X.h usability... yes
checking X11/X.h presence... yes
checking for X11/X.h... yes
checking whether to use the system zlib install... yes
checking for ZLIB... yes
checking whether to use the system jpeg install... yes
checking for main in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking whether to use the system libpng install... yes
checking for PNG... yes
checking whether to use the system giflib install... yes
checking for main in -lgif... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking whether to use the system LCMS install... yes
checking for LCMS2... no
configure: error: Could not find LCMS2; install LCMS2 or build with --disable-system-lcms to use the in-tree copy.
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Fri Mar 2 01:02:27 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Fri, 2 Mar 2012 04:02:27 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #197
In-Reply-To: <590341712.621330511130543.JavaMail.nighttester@toadeater>
References: <590341712.621330511130543.JavaMail.nighttester@toadeater>
Message-ID: <62741086.101330678947014.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 441 lines...]
rmdir rhino ; \
fi
rm -f stamps/rewrite-rhino.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/rewriter.build
rm -f stamps/rewriter.stamp
if [ -e bootstrap ]; then \
rmdir bootstrap ; \
fi
if [ -e lib ]; then \
rmdir lib ; \
fi
test -z "nss.cfg javac javap javah tz.properties tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp remove-intree-libraries.sh" || rm -f nss.cfg javac javap javah tz.properties tapset/hotspot.stp tapset/hotspot_jni.stp tapset/jstack.stp remove-intree-libraries.sh
test . = "." || test -z "" || rm -f
rm -f drops/jaxp145_01.zip
rm -f stamps/download-jaxp-drop.stamp
rm -f drops/jdk7-jaf-2010_08_19.zip
rm -f stamps/download-jaf-drop.stamp
rm -f drops/jdk7-jaxws2_2_4-b03-2011_05_27.zip
rm -f stamps/download-jaxws-drop.stamp
if [ -e drops ] ; then \
rmdir drops ; \
fi
rm -f stamps/download-drops.stamp
if [ ! -z openjdk.tar.gz ] ; then \
rm -f openjdk.tar.gz ; \
fi
if [ ! -z corba.tar.gz ] ; then \
rm -f corba.tar.gz ; \
fi
if [ ! -z jaxp.tar.gz ] ; then \
rm -f jaxp.tar.gz ; \
fi
if [ ! -z jaxws.tar.gz ] ; then \
rm -f jaxws.tar.gz ; \
fi
if [ ! -z jdk.tar.gz ] ; then \
rm -f jdk.tar.gz ; \
fi
if [ ! -z langtools.tar.gz ] ; then \
rm -f langtools.tar.gz ; \
fi
if [ ! -z hotspot.tar.gz ] ; then \
rm -f hotspot.tar.gz ; \
fi
rm -f stamps/download-openjdk.stamp
rm -f cacao-d6264eb66506.tar.bz2
rm -f stamps/download-cacao.stamp
rm -f jamvm-4617da717ecb05654ea5bb9572338061106a414d.tar.gz
rm -f stamps/download-jamvm.stamp
rm -f stamps/download.stamp
if [ /notnfs/nighttester/icedtea8-target-testing != /notnfs/nighttester/icedtea8-target-testing ]; then \
if [ -e tapset ] ; then \
rmdir tapset ; \
fi ; \
fi
if [ -e stamps ] ; then \
rmdir stamps ; \
fi
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ hg pull
pulling from http://icedtea.classpath.org/hg/icedtea
searching for changes
no changes found
+ hg update
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+ ./autogen.sh
aclocal.m4:16: warning: this file was generated for autoconf 2.66.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
aclocal.m4:16: warning: this file was generated for autoconf 2.66.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
+ ./configure --with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea8/openjdk.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea8/hotspot.tar.gz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea8/langtools.tar.gz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea8/jdk.tar.gz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea8/corba.tar.gz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea8/jaxp.tar.gz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea8/jaxws.tar.gz --with-jaxp-drop-zip= --with-jaf-drop-zip= --with-jaxws-drop-zip= --enable-systemtap
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for make... /usr/bin/make
checking for gzip... /bin/gzip
checking for ant... /usr/bin/ant
checking for find... /bin/find
checking for patch... /usr/bin/patch
checking for tar... /bin/tar
checking for chmod... /bin/chmod
checking for sha256sum... /usr/bin/sha256sum
checking for wget... /usr/bin/wget
checking for zip... /usr/bin/zip
checking for unzip... /usr/bin/unzip
checking for cpio... /bin/cpio
checking for file... /usr/bin/file
checking for fastjar... fastjar
checking for ldd... ldd
checking for gawk... /bin/gawk
checking for hg... /usr/bin/hg
checking for an OpenJDK source directory... /notnfs/nighttester/icedtea8-target-testing/openjdk
checking for IcedTea Mercurial revision ID... rc8be9d3b6322
checking for JDK Mercurial revision ID... none
checking for HotSpot Mercurial revision ID... none
checking for lsb_release... /usr/bin/lsb_release
checking whether to compile ecj natively... no
checking which HotSpot build to use... default
checking for linux32... /usr/bin/linux32
checking version of GCC... 4.6.2 (major version 4, minor version 6)
checking for getconf... /usr/bin/getconf
checking the number of online processors... 2
checking if cp supports --reflink... yes
checking if we can hard link rather than copy from /notnfs/nighttester/icedtea8-target-testing... yes
checking whether to disable the execution of the JTReg tests... no
checking whether to disable the execution of the HotSpot JTReg tests... no
checking whether to disable the execution of the langtools JTReg tests... no
checking whether to disable the execution of the JDK JTReg tests... no
checking for xvfb-run... xvfb-run -a -e xvfb-errors
checking whether to include PulseAudio support... no
checking whether to build documentation... yes
checking whether to include SystemTap tracing support... yes
checking for system library directory...
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable the NSS-based security provider... disabled by default (edit java.security to enable)
checking for NSS... no
configure: WARNING: Could not find NSS; using as its location.
checking for distribution package version... none
checking build identification... Built on Fedora release 16 (Verne) (Fri Mar 2 04:02:21 EST 2012)
checking how many parallel build jobs to execute... 3
checking whether to build a bootstrap version first... yes
checking for a JDK home directory... /usr/lib/jvm/java-openjdk
checking if a java binary was specified... no
checking if /usr/lib/jvm/java-openjdk/bin/java is a valid executable file... yes
checking for javac... /usr/lib/jvm/java-openjdk/bin/javac
checking for ecj... /usr/bin/ecj
checking if we are using ecj as javac... no
checking if a javah executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/javah is a valid executable file... yes
checking if a jar executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/jar is a valid executable file... yes
checking whether jar supports @ argument... yes
checking whether jar supports stdin file arguments... no
checking whether jar supports -J options at the end... yes
checking if an rmic executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/rmic is a valid executable file... yes
checking if a native2ascii binary was specified... no
checking if /usr/lib/jvm/java-openjdk/bin/native2ascii is a valid executable file... yes
checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar
checking for xsltproc... /usr/bin/xsltproc
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 39408... no
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 40188... no
checking if java.io.PrintStream is missing the 1.5 constructors (PR40616)... no
checking if java.util.Scanner is missing... no
checking if java.util.Scanner exhibits Classpath bug 40630... no
checking if javax.annotation.Resource is missing... no
checking if javax.xml.stream.events.Attribute.getDTDType() wrongly returns a QName... no
checking if sun.awt.SunToolkit is missing... no
checking whether to enable Java compiler warnings... no
checking if javac lacks support for the diamond operator... no
checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar
checking for an OpenJDK source zip... /notnfs/nighttester/drops/icedtea8/openjdk.tar.gz
checking for a HotSpot source zip... /notnfs/nighttester/drops/icedtea8/hotspot.tar.gz
checking for a CORBA source zip... /notnfs/nighttester/drops/icedtea8/corba.tar.gz
checking for a JAXP source zip... /notnfs/nighttester/drops/icedtea8/jaxp.tar.gz
checking for a JAXWS source zip... /notnfs/nighttester/drops/icedtea8/jaxws.tar.gz
checking for a JDK source zip... /notnfs/nighttester/drops/icedtea8/jdk.tar.gz
checking for a langtools source zip... /notnfs/nighttester/drops/icedtea8/langtools.tar.gz
checking for an alternate jar command... not specified
checking for a JAXP drop zip...
checking for a JAF drop zip...
checking for a JAXWS drop zip...
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... /notnfs/nighttester/drops/cacao-0.99.4.tar.gz
checking whether to use JamVM as VM... no
checking for a JamVM 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 for additional virtual machines to build... none
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 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... no
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 sys/sdt.h usability... yes
checking sys/sdt.h presence... yes
checking for sys/sdt.h... yes
checking working sys/sdt.h and g++ support... yes
checking for absolute java home install dir... /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
checking for LIBPNG... yes
checking for XTST... yes
checking for FREETYPE2... yes
checking for ALSA... yes
checking whether to use the system LCMS install... yes
checking for LCMS2... no
configure: error: Could not find LCMS2; install LCMS2 or build with --disable-system-lcms to use the in-tree copy.
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Fri Mar 2 21:04:23 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sat, 3 Mar 2012 00:04:23 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #927
In-Reply-To: <297893877.71330664615801.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <297893877.71330664615801.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1747925550.101330751063030.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2825 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Fri Mar 2 22:04:01 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sat, 3 Mar 2012 01:04:01 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #444
In-Reply-To: <2015040517.81330668149530.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2015040517.81330668149530.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <933212298.111330754641506.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 471 lines...]
0K .......... .......... .......... .......... .......... 0% 140K 38s
50K .......... .......... .......... .......... .......... 1% 252K 29s
100K .......... .......... .......... .......... .......... 2% 920K 21s
150K .......... .......... .......... .......... .......... 3% 499K 18s
200K .......... .......... .......... .......... .......... 4% 981K 16s
250K .......... .......... .......... .......... .......... 5% 535K 14s
300K .......... .......... .......... .......... .......... 6% 984K 13s
350K .......... .......... .......... .......... .......... 7% 1.03M 12s
400K .......... .......... .......... .......... .......... 8% 908K 11s
450K .......... .......... .......... .......... .......... 9% 623K 11s
500K .......... .......... .......... .......... .......... 10% 985K 10s
550K .......... .......... .......... .......... .......... 11% 1.03M 9s
600K .......... .......... .......... .......... .......... 12% 895K 9s
650K .......... .......... .......... .......... .......... 13% 694K 9s
700K .......... .......... .......... .......... .......... 13% 866K 8s
750K .......... .......... .......... .......... .......... 14% 1.03M 8s
800K .......... .......... .......... .......... .......... 15% 1.11M 8s
850K .......... .......... .......... .......... .......... 16% 959K 8s
900K .......... .......... .......... .......... .......... 17% 987K 7s
950K .......... .......... .......... .......... .......... 18% 736K 7s
1000K .......... .......... .......... .......... .......... 19% 849K 7s
1050K .......... .......... .......... .......... .......... 20% 1.09M 7s
1100K .......... .......... .......... .......... .......... 21% 1.03M 7s
1150K .......... .......... .......... .......... .......... 22% 973K 6s
1200K .......... .......... .......... .......... .......... 23% 959K 6s
1250K .......... .......... .......... .......... .......... 24% 804K 6s
1300K .......... .......... .......... .......... .......... 25% 866K 6s
1350K .......... .......... .......... .......... .......... 26% 986K 6s
1400K .......... .......... .......... .......... .......... 26% 1.01M 6s
1450K .......... .......... .......... .......... .......... 27% 1.01M 6s
1500K .......... .......... .......... .......... .......... 28% 1.00M 5s
1550K .......... .......... .......... .......... .......... 29% 864K 5s
1600K .......... .......... .......... .......... .......... 30% 764K 5s
1650K .......... .......... .......... .......... .......... 31% 969K 5s
1700K .......... .......... .......... .......... .......... 32% 1.03M 5s
1750K .......... .......... .......... .......... .......... 33% 1.03M 5s
1800K .......... .......... .......... .......... .......... 34% 948K 5s
1850K .......... .......... .......... .......... .......... 35% 916K 5s
1900K .......... .......... .......... .......... .......... 36% 989K 5s
1950K .......... .......... .......... .......... .......... 37% 870K 5s
2000K .......... .......... .......... .......... .......... 38% 897K 4s
2050K .......... .......... .......... .......... .......... 39% 880K 4s
2100K .......... .......... .......... .......... .......... 39% 1.02M 4s
2150K .......... .......... .......... .......... .......... 40% 115K 5s
2200K .......... .......... .......... .......... .......... 41% 306M 5s
2250K .......... .......... .......... .......... .......... 42% 346M 4s
2300K .......... .......... .......... .......... .......... 43% 184K 5s
2350K .......... .......... .......... .......... .......... 44% 330M 4s
2400K .......... .......... .......... .......... .......... 45% 344M 4s
2450K .......... .......... .......... .......... .......... 46% 344M 4s
2500K .......... .......... .......... .......... .......... 47% 340M 4s
2550K .......... .......... .......... .......... .......... 48% 323M 4s
2600K .......... .......... .......... .......... .......... 49% 338M 4s
2650K .......... .......... .......... .......... .......... 50% 264M 4s
2700K .......... .......... .......... .......... .......... 51% 8.40M 3s
2750K .......... .......... .......... .......... .......... 52% 1.15M 3s
2800K .......... .......... .......... .......... .......... 52% 270M 3s
2850K .......... .......... .......... .......... .......... 53% 64.0K 4s
2900K .......... .......... .......... .......... .......... 54% 98.4K 4s
2950K .......... .......... .......... .......... .......... 55% 111K 4s
3000K .......... .......... .......... .......... .......... 56% 133K 4s
3050K .......... .......... .......... .......... .......... 57% 148K 4s
3100K .......... .......... .......... .......... .......... 58% 128K 5s
3150K .......... .......... .......... .......... .......... 59% 180K 5s
3200K .......... .......... .......... .......... .......... 60% 170K 5s
3250K .......... .......... .......... .......... .......... 61% 223K 5s
3300K .......... .......... .......... .......... .......... 62% 234K 5s
3350K .......... .......... .......... .......... .......... 63% 295K 4s
3400K .......... .......... .......... .......... .......... 64% 300K 4s
3450K .......... .......... .......... .......... .......... 65% 311K 4s
3500K .......... .......... .......... .......... .......... 65% 385K 4s
3550K .......... .......... .......... .......... .......... 66% 405K 4s
3600K .......... .......... .......... .......... .......... 67% 414K 4s
3650K .......... .......... .......... .......... .......... 68% 441K 4s
3700K .......... .......... .......... .......... .......... 69% 423K 4s
3750K .......... .......... .......... .......... .......... 70% 448K 4s
3800K .......... .......... .......... .......... .......... 71% 476K 3s
3850K .......... .......... .......... .......... .......... 72% 517K 3s
3900K .......... .......... .......... .......... .......... 73% 562K 3s
3950K .......... .......... .......... .......... .......... 74% 418K 3s
4000K .......... .......... .......... .......... .......... 75% 603K 3s
4050K .......... .......... .......... .......... .......... 76% 532K 3s
4100K .......... .......... .......... .......... .......... 77% 615K 3s
4150K .......... .......... .......... .......... .......... 78% 741K 3s
4200K .......... .......... .......... .......... .......... 78% 559K 3s
4250K .......... .......... .......... .......... .......... 79% 813K 2s
4300K .......... .......... .......... .......... .......... 80% 579K 2s
4350K .......... .......... .......... .......... .......... 81% 917K 2s
4400K .......... .......... .......... .......... .......... 82% 601K 2s
4450K .......... .......... .......... .......... .......... 83% 809K 2s
4500K .......... .......... .......... .......... .......... 84% 720K 2s
4550K .......... .......... .......... .......... .......... 85% 855K 2s
4600K .......... .......... .......... .......... .......... 86% 696K 2s
4650K .......... .......... .......... .......... .......... 87% 686K 1s
4700K .......... .......... .......... .......... .......... 88% 766K 1s
4750K .......... .......... .......... .......... .......... 89% 628K 1s
4800K .......... .......... .......... .......... .......... 90% 1.02M 1s
4850K .......... .......... .......... .......... .......... 91% 727K 1s
4900K .......... .......... .......... .......... .......... 91% 688K 1s
4950K .......... .......... .......... .......... .......... 92% 911K 1s
5000K .......... .......... .......... .......... .......... 93% 733K 1s
5050K .......... .......... .......... .......... .......... 94% 762K 1s
5100K .......... .......... .......... .......... .......... 95% 914K 0s
5150K .......... .......... .......... .......... .......... 96% 188K 0s
5200K .......... .......... .......... .......... .......... 97% 318M 0s
5250K .......... .......... .......... .......... .......... 98% 1.04M 0s
5300K .......... .......... .......... .......... .......... 99% 302M 0s
5350K .......... .......... .......... ... 100% 354M=11s
2012-03-03 01:03:33 (489 KB/s) - ?drops/jdk6-jaxws2_1_6-2011_06_13.zip? saved [5512710/5512710]
drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK
mkdir -p stamps
touch stamps/download-jaxws-drop.stamp
mkdir -p drops
ln -sf /notnfs/nighttester/drops/jaf6-hg.zip drops/jdk6-jaf-b20.zip
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk6-jaf-b20.zip ] ; \
then \
mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \
fi ; \
/usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaf drop zip"; false; \
fi; \
fi ;
drops/jdk6-jaf-b20.zip: OK
mkdir -p stamps
touch stamps/download-jaf-drop.stamp
mkdir -p stamps
touch stamps/download-drops.stamp
mkdir -p stamps
touch stamps/download-cacao.stamp
mkdir -p stamps
touch stamps/download-jamvm.stamp
mkdir -p stamps
touch stamps/hgforest.stamp
mkdir -p stamps
touch stamps/download-openjdk.stamp
mkdir -p stamps
touch stamps/download-hotspot.stamp
touch stamps/download.stamp
if ! test -d openjdk ; then \
cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \
fi
mkdir -p stamps
touch stamps/extract-openjdk.stamp
mkdir -p stamps
touch stamps/extract-cacao.stamp
mkdir -p stamps
touch stamps/extract-jamvm.stamp
mkdir -p stamps
touch stamps/extract.stamp
mkdir -p stamps
touch stamps/replace-hotspot.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
cp -rv -l $target $link; \
chmod -R ug+rwX $link; \
done
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools' -> `openjdk/hotspot/tools'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools/mkbc.c' -> `openjdk/hotspot/tools/mkbc.c'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/asm_helper.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def'
mkdir -p stamps
touch stamps/ports.stamp
if [ ! -e /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ]; then \
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/generated /notnfs/nighttester/icedtea6-hg-target-testing/generated.build && \
chmod -R ug+rwX /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ; \
fi
mkdir -p stamps
touch stamps/generated.stamp
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.9.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.10.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.11.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.12.properties
mkdir -p stamps
touch stamps/fonts.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-fsg.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-fsg.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-fsg.stamp.tmp stamps/patch-fsg.stamp ; \
if ! test x${all_patches_ok} = "xyes"; then \
echo ERROR patch ${all_patches_ok} FAILED! ; \
echo WARNING make clean-patch before retrying a fix ; \
exit 2; \
fi ;
mkdir -p stamps ; \
rm -f stamps/patch.stamp.tmp ; \
touch stamps/patch.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/security/20120214/7082299.patch patches/security/20120214/7088367.patch patches/security/20120214/7110683.patch patches/security/20120214/7110687.patch patches/security/20120214/7110700.patch patches/security/20120214/7110704.patch patches/security/20120214/7118283.patch patches/security/20120214/7126960.patch patches/openjdk/6610244-modal-fatal-error-windows.patch patches/stdc-limit-macros.patch patches/openjdk/4993545-nativeinlightfixer.patch patches/openjdk/6637796-set_bounds.patch patches/openjdk/6607660-treelock.patch patches/openjdk/6607170-request_focus.patch patches/openjdk/4685768-focus.patch patches/openjdk/6616323-component_array.patch patches/openjdk/6682046-shape_calculation.patch patches/openjdk/6797195-hw_lw_mixing.patch patches/openjdk/6725214-direct3d-01.patch patches/openjdk/6748082-isDisplayLocal.patch patches/openjdk/6633275-shaped_translucent_windows.patch patches/security/20120214/7112642.patch patches/openjdk/6769607-modal-hangs.patch patches/openjdk/6791612-opengl-jni-fix.patch patches/openjdk/6755274-glgetstring-crash.patch patches/openjdk/6984543-onscreen_rendering_resize_test.patch patches/openjdk/6693253-security_warning.patch patches/openjdk/6444769-windowwithwarningtest.patch patches/notice-safepoints.patch patches/parisc-opt.patch patches/lucene-crash.patch patches/version.patch patches/version-hotspot.patch patches/text-relocations.patch patches/openjdk/7043921-java_rmi_cgi.patch patches/use-system-tzdata.patch patches/headers.patch patches/gcc-suffix.patch patches/memory-limits.patch patches/libraries.patch patches/jvmtiEnv.patch patches/lcms.patch patches/print_lsb_release.patch patches/uname.patch patches/freetypeversion.patch patches/nomotif-6706121.patch patches/nomotif.patch patches/nomotif-mtoolkit.patch patches/alpha-fixes.patch patches/alt-jar.patch patches/jdk-use-ssize_t.patch patches/use-idx_t.patch patches/params-cast-size_t.patch patches/clean-crypto.patch patches/arch.patch patches/lc_ctype.patch patches/xjc.patch patches/linker-libs-order.patch patches/testenv.patch patches/samejvm-safe.patch patches/pr261.patch patches/sparc-buildfixes.patch patches/sparc64-linux.patch patches/sparc-ptracefix.patch patches/sparc-trapsfix.patch patches/jtreg-6592792.patch patches/s390-noinline.patch patches/jtreg-dnd.patch patches/jtreg-jrunscript.patch patches/network-unreachable.patch patches/dnd-filelists.patch patches/disable-cc-incompatible-sanity-checks.patch patches/explicit-target-arch.patch patches/openjdk/7019808-stack_noexec.patch patches/parisc.patch patches/sh4-support.patch patches/policy-evaluation.patch patches/update-bootclasspath.patch patches/openjdk/6959123-libpng_14.patch patches/applet_hole.patch patches/jtreg-httpTest.patch patches/arm.patch patches/debug-dir.patch patches/override-redirect-metacity.patch patches/openjdk/6967533-pre_epoch.patch patches/fonts-rhel.patch patches/fonts-gentoo.patch patches/ipv4-mapped-ipv6-addresses.patch patches/jtreg-OpenGLContextInit.patch patches/openjdk/6510892-httpserver_test.patch patches/openjdk/6638712-wildcard_types.patch patches/openjdk/6650759-missing_inference.patch patches/numa_on_early_glibc.patch patches/jtreg-international-fonts.patch patches/f14-fonts.patch patches/jtreg-T6638712-fix.patch patches/jtreg-T6650759m-fix.patch patches/openjdk/7003777-bad-html-entity-parse.patch patches/jtreg-6929067-fix.patch patches/rendering-engine-tests.patch patches/openjdk/6800846-printing-quality.patch patches/rh661505-jpeg.patch patches/6703377-freetypescaler.patch patches/ia64-fix.patch patches/openjdk/6642612-filechooser_button_sizes.patch patches/jtreg-international-fonts-styles.patch patches/openjdk/6736649-text_bearings.patch patches/openjdk/6797139-jbutton_truncation.patch patches/openjdk/6883341-text_bearing_exception.patch patches/jtreg-png-reader.patch patches/openjdk/4724552-CubicCurve2D.patch patches/openjdk/4493128-CubicCurve2D.patch patches/openjdk/4645692-CubicCurve2D.solveCubic.patch patches/no-static-linking.patch patches/openjdk/7041156-gcc_export_dynamic.patch patches/g344659-sparc_fix.patch patches/openjdk/6728834-blurred-lcd-aa-text.patch patches/openjdk/6749060-bad-lcd-aa-non-opaque-dest.patch patches/openjdk/6708580-exa_slow.patch patches/openjdk/6896068-sg2d.patch patches/openjdk/7021314-no_javaws_man_page.patch patches/pr586-include_all_srcs.patch patches/jtreg-LastErrorString.patch patches/openjdk/6663040-com.sun.awt.patch patches/openjdk/6775317-non-AA-simple-shape-performance.patch patches/pr600-arm-jvm.cfg.patch patches/openjdk/6887494-NPE-in-pisces.patch patches/openjdk/6967436-6967433-floating-pt-conversion.patch patches/openjdk/6976265-stroke-control.patch patches/openjdk/6967434-bad-round-joins.patch patches/openjdk/6766342-AA-simple-shape-performance.patch patches/openjdk/7016856-pisces-performance.patch patches/openjdk/6934977-MappedByteBuffer.load.patch patches/jtreg-hotspot-bug-6196102.patch patches/jtreg-double-to-string.patch patches/openjdk/7023591-AAShapePipe.patch patches/openjdk/7027667-AAShapePipeRegTest.patch patches/openjdk/7019861-AA-regression-fix.patch patches/g356743-libpng-1.5.patch patches/revert-6885123.patch patches/openjdk/7032388-work_without_cmov_instruction.patch patches/openjdk/7031385-gcc-register-allocation-fix.patch patches/openjdk/6986968-crash_on_xim_restart.patch patches/openjdk/7036754-stroker-nan.patch patches/openjdk/pgram-pipe-regression.patch patches/openjdk/7034464-hugepage.patch patches/openjdk/7037939-hugepage.patch patches/openjdk/7043564-hugepage.patch patches/openjdk/mutter.patch patches/fonts-rhel-version.patch patches/openjdk/7036148-npe-null-jmenu-name.patch patches/jtreg-ChangeDir.patch patches/jtreg-TempBuffer.patch patches/jtreg-EncodedMultiByteChar.patch patches/jtreg-FileLoaderTest.patch patches/jtreg-FileMap.patch patches/jtreg-ChannelsWrite.patch patches/jtreg-bug7036148-test.patch patches/jtreg-ReadWriteProfileTest.patch patches/openjdk/6818312-com.sun.awt.SecurityWarning.getSize.patch patches/jtreg-MappedByteBuffer-Basic.patch patches/openjdk/7008106-WindowOpacity.patch patches/openjdk/6956668-misbehavior_of_XOR_operator_with_int.patch patches/openjdk/6699843-IllegalArgumentException_drawString.patch patches/openjdk/6918065-Crash_in_Java2D_blit_loop.patch patches/openjdk/6623219-Font_canDisplayUpTo_does_not_work.patch patches/support_linux_3.patch patches/openjdk/6783910-java_awt_Color_brighter_darker_fix.patch patches/openjdk/6785424-SecurityException_locating_physical_fonts.patch patches/openjdk/7047069-Array_can_dynamically_change_size.patch patches/openjdk/6796786-invalid_FP_identity_transform.patch patches/openjdk/7042070-Typo_in_Test6796786.patch patches/openjdk/6679308-Poor_text_rendering_on_translucent_image.patch patches/openjdk/6842838-64-bit_failure_in_handling_invalid_manifest.patch patches/openjdk/6882768-test_for_6842838_is_broken.patch patches/pr639-broken_shark_build.patch patches/powerpc-stacksize.patch patches/jtreg-remove-test-6987555.patch patches/jtreg-remove-test-6991596.patch patches/openjdk/7036220-shark_llvm_29_headers.patch patches/openjdk/7029152-String_intrinsics_miss_optimization.patch patches/openjdk/6711682-JCheckBox_in_JTable_does_not_respond_to_click.patch patches/openjdk/6758179-D3D_AlphaComposite_is_applied_incorrectly.patch patches/jtreg-ConstructDeflaterInput-fix.patch patches/openjdk/6613904-GroupLayout_createParallelGroup_null_arg.patch patches/openjdk/7049339-anyblit-broken.patch patches/jtreg-hotspot-Test7020373-fix.patch patches/openjdk/4917091-javac_rejects_array_over_128_in_length.patch patches/openjdk/6390045-error_cannot_access_java_lang_void.patch patches/openjdk/6752638-preferLocaleFonts_throws_NPE.patch patches/openjdk/5047314-Collator_compare_runs_indefinitely.patch patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch patches/openjdk/6934356-Vector_writeObject_serialization_DL.patch patches/openjdk/7036582-Improve_test_coverage_of_BigDecimal.patch patches/pr690-shark-jit-hs20.patch patches/pr696-zero-fast_aldc-hs20.patch patches/openjdk/6806261-BigDecimal_longValueExact_throws_NPE.patch patches/openjdk/6371401-BigInteger.shift_throws_StackOverflowError.patch patches/openjdk/6826104-npe_on_app_and_toolkit_modal_dialog_click.patch patches/openjdk/5082756-ImageIO_plugins_metadata_boolean_attributes.patch patches/openjdk/6296893-BMP_Writer_handles_TopDown_prop_incorrectly.patch patches/openjdk/7103224-glibc_name_collision.patch patches/arm-debug.patch patches/arm-hsdis.patch patches/openjdk/7103610-_NET_WM_PID_and_WM_CLIENT_MACHINE_are_not_set.patch patches/openjdk/6706974-krb5_test_infrastructure.patch patches/openjdk/6764553-IdResolver_is_not_thread_safe.patch patches/openjdk/6761072-new_krb5_tests_fail_on_multiple_platforms.patch patches/openjdk/7140882-dont-return-booleans-from-methods-returning-pointers.patch patches/openjdk/remove-mimpure-option-to-gcc.patch patches/rhino.patch patches/openjdk/6307603-xrender-01.patch patches/openjdk/6961633-xrender-02.patch patches/openjdk/7018387-xrender_gc_leak.patch patches/systemtap.patch patches/systemtap-gcc-4.5.patch patches/systemtap-alloc-size-workaround.patch patches/nss-not-enabled-config.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
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/security/20120214/7082299.patch
11 out of 11 hunks FAILED -- saving rejects to file openjdk/jdk/src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java.rej
ERROR patch patches/security/20120214/7082299.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sat Mar 3 00:02:43 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sat, 3 Mar 2012 03:02:43 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #886
In-Reply-To: <347138702.91330675329691.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <347138702.91330675329691.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1844717886.121330761763357.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
Started by timer
Building in workspace
[workspace] $ /bin/sh -xe /tmp/hudson1194152217682305158.sh
+ cd /notnfs/nighttester/icedtea7-target-testing/
+ /notnfs/nighttester/nightly-tester-scripts/icedtea7-target-testing
+ OPENJDK7_TARBALL=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz
+ HOTSPOT_TARBALL=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz
+ JAXP_TARBALL=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz
+ JAXWS_TARBALL=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz
+ CORBA_TARBALL=/notnfs/nighttester/drops/icedtea7/corba.tar.gz
+ LANGTOOLS_TARBALL=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz
+ JDK_TARBALL=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz
+ CACAO_TARBALL=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz
+ JAXP7_TARBALL=/notnfs/nighttester/drops/jaxp7.zip
+ JAF7_TARBALL=/notnfs/nighttester/drops/jaf7.zip
+ JAXWS7_TARBALL=/notnfs/nighttester/drops/jaxws7.zip
+ PARALLEL=--with-parallel-jobs=3
+ TARBALLS='--with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.gz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp7.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf7.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws7.zip'
+ SYSTEMTAP=--enable-systemtap
+ COMMON_CONFIG_OPTS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.gz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp7.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf7.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws7.zip --enable-systemtap'
+ make distclean
make: *** No rule to make target `distclean'. Stop.
+ hg pull
pulling from http://icedtea.classpath.org/hg/icedtea7
searching for changes
no changes found
+ hg update
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+ ./autogen.sh
aclocal.m4:16: warning: this file was generated for autoconf 2.66.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
aclocal.m4:16: warning: this file was generated for autoconf 2.66.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
+ ./configure --with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.gz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp7.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf7.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws7.zip --enable-systemtap
configure: WARNING: unrecognized options: --with-jaxp-drop-zip, --with-jaf-drop-zip, --with-jaxws-drop-zip
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for make... /usr/bin/make
checking for gzip... /bin/gzip
checking for ant... /usr/bin/ant
checking for find... /bin/find
checking for patch... /usr/bin/patch
checking for tar... /bin/tar
checking for chmod... /bin/chmod
checking for sha256sum... /usr/bin/sha256sum
checking for wget... /usr/bin/wget
checking for zip... /usr/bin/zip
checking for unzip... /usr/bin/unzip
checking for cpio... /bin/cpio
checking for file... /usr/bin/file
checking for fastjar... fastjar
checking for ldd... ldd
checking for gawk... /bin/gawk
checking for hg... /usr/bin/hg
checking for an OpenJDK source directory... /notnfs/nighttester/icedtea7-target-testing/openjdk
checking for IcedTea Mercurial revision ID... r5f0d96a60071
checking for JDK Mercurial revision ID... none
checking for HotSpot Mercurial revision ID... none
checking for lsb_release... /usr/bin/lsb_release
checking whether to compile ecj natively... no
checking which HotSpot build to use... default
checking for linux32... /usr/bin/linux32
checking version of GCC... 4.6.2 (major version 4, minor version 6)
checking for getconf... /usr/bin/getconf
checking the number of online processors... 2
checking if cp supports --reflink... yes
checking if we can hard link rather than copy from /notnfs/nighttester/icedtea7-target-testing... yes
checking whether to disable the execution of the JTReg tests... no
checking whether to disable the execution of the HotSpot JTReg tests... no
checking whether to disable the execution of the langtools JTReg tests... no
checking whether to disable the execution of the JDK JTReg tests... no
checking for xvfb-run... xvfb-run -a -e xvfb-errors
checking whether to include PulseAudio support... no
checking whether to build documentation... yes
checking whether to include SystemTap tracing support... yes
checking for system library directory...
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable the NSS-based security provider... disabled by default (edit java.security to enable)
checking for NSS... no
configure: WARNING: Could not find NSS; using as its location.
checking for distribution package version... none
checking build identification... Built on Fedora release 16 (Verne) (Sat Mar 3 03:02:34 EST 2012)
checking how many parallel build jobs to execute... 3
checking whether to build a bootstrap version first... yes
checking for a JDK home directory... /usr/lib/jvm/java-openjdk
checking if a java binary was specified... no
checking if /usr/lib/jvm/java-openjdk/bin/java is a valid executable file... yes
checking for javac... /usr/lib/jvm/java-openjdk/bin/javac
checking for ecj... /usr/bin/ecj
checking if we are using ecj as javac... no
checking if a javah executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/javah is a valid executable file... yes
checking if a jar executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/jar is a valid executable file... yes
checking whether jar supports @ argument... yes
checking whether jar supports stdin file arguments... no
checking whether jar supports -J options at the end... yes
checking if an rmic executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/rmic is a valid executable file... yes
checking if a native2ascii binary was specified... no
checking if /usr/lib/jvm/java-openjdk/bin/native2ascii is a valid executable file... yes
checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar
checking for xsltproc... /usr/bin/xsltproc
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 39408... no
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 40188... no
checking if /usr/lib/jvm/java-openjdk/bin/javah supports -X options... yes
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 45526... no
checking if java.io.PrintStream is missing the 1.5 constructors (PR40616)... no
checking if java.util.Scanner is missing... no
checking if java.util.Scanner exhibits Classpath bug 40630... no
checking if javax.annotation.Resource is missing... no
checking if javax.xml.stream.events.Attribute.getDTDType() wrongly returns a QName... no
checking if sun.awt.SunToolkit is missing... no
checking whether to enable Java compiler warnings... no
checking if javac lacks support for the diamond operator... no
checking if the VM lacks support for 1.7 bytecode... no
checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar
checking for an OpenJDK source zip... /notnfs/nighttester/drops/icedtea7/openjdk.tar.gz
checking for a HotSpot source zip... /notnfs/nighttester/drops/icedtea7/hotspot.tar.gz
checking for a CORBA source zip... /notnfs/nighttester/drops/icedtea7/corba.tar.gz
checking for a JAXP source zip... /notnfs/nighttester/drops/icedtea7/jaxp.tar.gz
checking for a JAXWS source zip... /notnfs/nighttester/drops/icedtea7/jaxws.tar.gz
checking for a JDK source zip... /notnfs/nighttester/drops/icedtea7/jdk.tar.gz
checking for a langtools source zip... /notnfs/nighttester/drops/icedtea7/langtools.tar.gz
checking for an alternate jar command... 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... /notnfs/nighttester/drops/cacao-0.99.4.tar.gz
checking whether to use JamVM as VM... no
checking for a JamVM 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 for additional virtual machines to build... none
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 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... no
checking X11/X.h usability... yes
checking X11/X.h presence... yes
checking for X11/X.h... yes
checking whether to use the system zlib install... yes
checking for ZLIB... yes
checking whether to use the system jpeg install... yes
checking for main in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking whether to use the system libpng install... yes
checking for PNG... yes
checking whether to use the system giflib install... yes
checking for main in -lgif... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking whether to use the system LCMS install... yes
checking for LCMS2... yes
checking whether to use the system Gtk+ install... yes
checking for GTK... yes
checking whether to use the system GIO install... yes
checking for GIO... yes
checking whether to use the system fontconfig install... yes
checking for FONTCONFIG... yes
checking for cupsServer in -lcups... yes
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 whether to build against the required syscalls... yes
checking for openat64... yes
checking for fstatat64... yes
checking for fgetxattr... yes
checking for fsetxattr... yes
checking for fremovexattr... yes
checking for flistxattr... yes
checking for unlinkat... yes
checking for renameat... yes
checking for futimesat... yes
checking for fdopendir... yes
checking for epoll_create... yes
checking for epoll_ctl... yes
checking for epoll_wait... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
configure: error: Could not find required system headers; install the appropriate files from glibc-headers, libc6-dev and/or libattr-devel, libattr1-dev or use --disable-compile-against-syscalls if necessary.
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sat Mar 3 02:29:55 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sat, 3 Mar 2012 05:29:55 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #198
In-Reply-To: <62741086.101330678947014.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <62741086.101330678947014.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1715481669.131330770595422.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 105778 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-03 04:48:00
End 2012-03-03 05:29:52
00:06:20 corba
00:06:23 hotspot
00:00:20 jaxp
00:01:01 jaxws
00:27:08 jdk
00:00:40 langtools
00:41:52 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Sat Mar 3 04:02:34 EST 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sat Mar 3 21:04:26 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sun, 4 Mar 2012 00:04:26 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #928
In-Reply-To: <1747925550.101330751063030.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1747925550.101330751063030.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1467164262.141330837466941.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2821 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sat Mar 3 22:04:03 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sun, 4 Mar 2012 01:04:03 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #445
In-Reply-To: <933212298.111330754641506.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <933212298.111330754641506.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1776177419.151330841043190.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 467 lines...]
0K .......... .......... .......... .......... .......... 0% 107K 50s
50K .......... .......... .......... .......... .......... 1% 204K 38s
100K .......... .......... .......... .......... .......... 2% 504K 28s
150K .......... .......... .......... .......... .......... 3% 477K 24s
200K .......... .......... .......... .......... .......... 4% 517K 21s
250K .......... .......... .......... .......... .......... 5% 550K 19s
300K .......... .......... .......... .......... .......... 6% 546K 17s
350K .......... .......... .......... .......... .......... 7% 839K 16s
400K .......... .......... .......... .......... .......... 8% 652K 15s
450K .......... .......... .......... .......... .......... 9% 562K 14s
500K .......... .......... .......... .......... .......... 10% 834K 13s
550K .......... .......... .......... .......... .......... 11% 1.03M 12s
600K .......... .......... .......... .......... .......... 12% 768K 12s
650K .......... .......... .......... .......... .......... 13% 589K 11s
700K .......... .......... .......... .......... .......... 13% 730K 11s
750K .......... .......... .......... .......... .......... 14% 829K 10s
800K .......... .......... .......... .......... .......... 15% 1.01M 10s
850K .......... .......... .......... .......... .......... 16% 539K 10s
900K .......... .......... .......... .......... .......... 17% 913K 9s
950K .......... .......... .......... .......... .......... 18% 1.03M 9s
1000K .......... .......... .......... .......... .......... 19% 892K 9s
1050K .......... .......... .......... .......... .......... 20% 905K 8s
1100K .......... .......... .......... .......... .......... 21% 772K 8s
1150K .......... .......... .......... .......... .......... 22% 870K 8s
1200K .......... .......... .......... .......... .......... 23% 930K 8s
1250K .......... .......... .......... .......... .......... 24% 1.01M 7s
1300K .......... .......... .......... .......... .......... 25% 1.04M 7s
1350K .......... .......... .......... .......... .......... 26% 870K 7s
1400K .......... .......... .......... .......... .......... 26% 800K 7s
1450K .......... .......... .......... .......... .......... 27% 907K 7s
1500K .......... .......... .......... .......... .......... 28% 95.3K 8s
1550K .......... .......... .......... .......... .......... 29% 1.14M 8s
1600K .......... .......... .......... .......... .......... 30% 1.41M 7s
1650K .......... .......... .......... .......... .......... 31% 3.44M 7s
1700K .......... .......... .......... .......... .......... 32% 337M 7s
1750K .......... .......... .......... .......... .......... 33% 1.01M 7s
1800K .......... .......... .......... .......... .......... 34% 1009K 6s
1850K .......... .......... .......... .......... .......... 35% 3.34M 6s
1900K .......... .......... .......... .......... .......... 36% 11.5M 6s
1950K .......... .......... .......... .......... .......... 37% 264M 6s
2000K .......... .......... .......... .......... .......... 38% 1.53M 5s
2050K .......... .......... .......... .......... .......... 39% 292M 5s
2100K .......... .......... .......... .......... .......... 39% 45.7K 7s
2150K .......... .......... .......... .......... .......... 40% 74.1K 7s
2200K .......... .......... .......... .......... .......... 41% 77.4K 8s
2250K .......... .......... .......... .......... .......... 42% 108K 8s
2300K .......... .......... .......... .......... .......... 43% 96.6K 9s
2350K .......... .......... .......... .......... .......... 44% 143K 9s
2400K .......... .......... .......... .......... .......... 45% 187K 9s
2450K .......... .......... .......... .......... .......... 46% 217K 9s
2500K .......... .......... .......... .......... .......... 47% 229K 9s
2550K .......... .......... .......... .......... .......... 48% 280K 9s
2600K .......... .......... .......... .......... .......... 49% 308K 8s
2650K .......... .......... .......... .......... .......... 50% 350K 8s
2700K .......... .......... .......... .......... .......... 51% 315K 8s
2750K .......... .......... .......... .......... .......... 52% 365K 8s
2800K .......... .......... .......... .......... .......... 52% 321K 8s
2850K .......... .......... .......... .......... .......... 53% 371K 8s
2900K .......... .......... .......... .......... .......... 54% 423K 7s
2950K .......... .......... .......... .......... .......... 55% 500K 7s
3000K .......... .......... .......... .......... .......... 56% 458K 7s
3050K .......... .......... .......... .......... .......... 57% 389K 7s
3100K .......... .......... .......... .......... .......... 58% 611K 7s
3150K .......... .......... .......... .......... .......... 59% 383K 7s
3200K .......... .......... .......... .......... .......... 60% 216K 6s
3250K .......... .......... .......... .......... .......... 61% 330M 6s
3300K .......... .......... .......... .......... .......... 62% 455K 6s
3350K .......... .......... .......... .......... .......... 63% 2.33M 6s
3400K .......... .......... .......... .......... .......... 64% 492K 6s
3450K .......... .......... .......... .......... .......... 65% 509K 5s
3500K .......... .......... .......... .......... .......... 65% 557K 5s
3550K .......... .......... .......... .......... .......... 66% 565K 5s
3600K .......... .......... .......... .......... .......... 67% 530K 5s
3650K .......... .......... .......... .......... .......... 68% 602K 5s
3700K .......... .......... .......... .......... .......... 69% 564K 5s
3750K .......... .......... .......... .......... .......... 70% 580K 4s
3800K .......... .......... .......... .......... .......... 71% 604K 4s
3850K .......... .......... .......... .......... .......... 72% 629K 4s
3900K .......... .......... .......... .......... .......... 73% 603K 4s
3950K .......... .......... .......... .......... .......... 74% 614K 4s
4000K .......... .......... .......... .......... .......... 75% 627K 4s
4050K .......... .......... .......... .......... .......... 76% 737K 3s
4100K .......... .......... .......... .......... .......... 77% 633K 3s
4150K .......... .......... .......... .......... .......... 78% 777K 3s
4200K .......... .......... .......... .......... .......... 78% 700K 3s
4250K .......... .......... .......... .......... .......... 79% 915K 3s
4300K .......... .......... .......... .......... .......... 80% 612K 3s
4350K .......... .......... .......... .......... .......... 81% 829K 3s
4400K .......... .......... .......... .......... .......... 82% 731K 2s
4450K .......... .......... .......... .......... .......... 83% 619K 2s
4500K .......... .......... .......... .......... .......... 84% 787K 2s
4550K .......... .......... .......... .......... .......... 85% 793K 2s
4600K .......... .......... .......... .......... .......... 86% 795K 2s
4650K .......... .......... .......... .......... .......... 87% 661K 2s
4700K .......... .......... .......... .......... .......... 88% 672K 2s
4750K .......... .......... .......... .......... .......... 89% 730K 1s
4800K .......... .......... .......... .......... .......... 90% 613K 1s
4850K .......... .......... .......... .......... .......... 91% 737K 1s
4900K .......... .......... .......... .......... .......... 91% 626K 1s
4950K .......... .......... .......... .......... .......... 92% 537K 1s
5000K .......... .......... .......... .......... .......... 93% 647K 1s
5050K .......... .......... .......... .......... .......... 94% 630K 1s
5100K .......... .......... .......... .......... .......... 95% 525K 1s
5150K .......... .......... .......... .......... .......... 96% 573K 0s
5200K .......... .......... .......... .......... .......... 97% 655K 0s
5250K .......... .......... .......... .......... .......... 98% 676K 0s
5300K .......... .......... .......... .......... .......... 99% 697K 0s
5350K .......... .......... .......... ... 100% 402K=13s
2012-03-04 01:03:34 (412 KB/s) - ?drops/jdk6-jaxws2_1_6-2011_06_13.zip? saved [5512710/5512710]
drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK
mkdir -p stamps
touch stamps/download-jaxws-drop.stamp
mkdir -p drops
ln -sf /notnfs/nighttester/drops/jaf6-hg.zip drops/jdk6-jaf-b20.zip
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk6-jaf-b20.zip ] ; \
then \
mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \
fi ; \
/usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaf drop zip"; false; \
fi; \
fi ;
drops/jdk6-jaf-b20.zip: OK
mkdir -p stamps
touch stamps/download-jaf-drop.stamp
mkdir -p stamps
touch stamps/download-drops.stamp
mkdir -p stamps
touch stamps/download-cacao.stamp
mkdir -p stamps
touch stamps/download-jamvm.stamp
mkdir -p stamps
touch stamps/hgforest.stamp
mkdir -p stamps
touch stamps/download-openjdk.stamp
mkdir -p stamps
touch stamps/download-hotspot.stamp
touch stamps/download.stamp
if ! test -d openjdk ; then \
cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \
fi
mkdir -p stamps
touch stamps/extract-openjdk.stamp
mkdir -p stamps
touch stamps/extract-cacao.stamp
mkdir -p stamps
touch stamps/extract-jamvm.stamp
mkdir -p stamps
touch stamps/extract.stamp
mkdir -p stamps
touch stamps/replace-hotspot.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
cp -rv -l $target $link; \
chmod -R ug+rwX $link; \
done
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools' -> `openjdk/hotspot/tools'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools/mkbc.c' -> `openjdk/hotspot/tools/mkbc.c'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/asm_helper.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def'
mkdir -p stamps
touch stamps/ports.stamp
if [ ! -e /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ]; then \
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/generated /notnfs/nighttester/icedtea6-hg-target-testing/generated.build && \
chmod -R ug+rwX /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ; \
fi
mkdir -p stamps
touch stamps/generated.stamp
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.9.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.10.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.11.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.12.properties
mkdir -p stamps
touch stamps/fonts.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-fsg.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-fsg.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-fsg.stamp.tmp stamps/patch-fsg.stamp ; \
if ! test x${all_patches_ok} = "xyes"; then \
echo ERROR patch ${all_patches_ok} FAILED! ; \
echo WARNING make clean-patch before retrying a fix ; \
exit 2; \
fi ;
mkdir -p stamps ; \
rm -f stamps/patch.stamp.tmp ; \
touch stamps/patch.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/security/20120214/7082299.patch patches/security/20120214/7088367.patch patches/security/20120214/7110683.patch patches/security/20120214/7110687.patch patches/security/20120214/7110700.patch patches/security/20120214/7110704.patch patches/security/20120214/7118283.patch patches/security/20120214/7126960.patch patches/openjdk/6610244-modal-fatal-error-windows.patch patches/stdc-limit-macros.patch patches/openjdk/4993545-nativeinlightfixer.patch patches/openjdk/6637796-set_bounds.patch patches/openjdk/6607660-treelock.patch patches/openjdk/6607170-request_focus.patch patches/openjdk/4685768-focus.patch patches/openjdk/6616323-component_array.patch patches/openjdk/6682046-shape_calculation.patch patches/openjdk/6797195-hw_lw_mixing.patch patches/openjdk/6725214-direct3d-01.patch patches/openjdk/6748082-isDisplayLocal.patch patches/openjdk/6633275-shaped_translucent_windows.patch patches/security/20120214/7112642.patch patches/openjdk/6769607-modal-hangs.patch patches/openjdk/6791612-opengl-jni-fix.patch patches/openjdk/6755274-glgetstring-crash.patch patches/openjdk/6984543-onscreen_rendering_resize_test.patch patches/openjdk/6693253-security_warning.patch patches/openjdk/6444769-windowwithwarningtest.patch patches/notice-safepoints.patch patches/parisc-opt.patch patches/lucene-crash.patch patches/version.patch patches/version-hotspot.patch patches/text-relocations.patch patches/openjdk/7043921-java_rmi_cgi.patch patches/use-system-tzdata.patch patches/headers.patch patches/gcc-suffix.patch patches/memory-limits.patch patches/libraries.patch patches/jvmtiEnv.patch patches/lcms.patch patches/print_lsb_release.patch patches/uname.patch patches/freetypeversion.patch patches/nomotif-6706121.patch patches/nomotif.patch patches/nomotif-mtoolkit.patch patches/alpha-fixes.patch patches/alt-jar.patch patches/jdk-use-ssize_t.patch patches/use-idx_t.patch patches/params-cast-size_t.patch patches/clean-crypto.patch patches/arch.patch patches/lc_ctype.patch patches/xjc.patch patches/linker-libs-order.patch patches/testenv.patch patches/samejvm-safe.patch patches/pr261.patch patches/sparc-buildfixes.patch patches/sparc64-linux.patch patches/sparc-ptracefix.patch patches/sparc-trapsfix.patch patches/jtreg-6592792.patch patches/s390-noinline.patch patches/jtreg-dnd.patch patches/jtreg-jrunscript.patch patches/network-unreachable.patch patches/dnd-filelists.patch patches/disable-cc-incompatible-sanity-checks.patch patches/explicit-target-arch.patch patches/openjdk/7019808-stack_noexec.patch patches/parisc.patch patches/sh4-support.patch patches/policy-evaluation.patch patches/update-bootclasspath.patch patches/openjdk/6959123-libpng_14.patch patches/applet_hole.patch patches/jtreg-httpTest.patch patches/arm.patch patches/debug-dir.patch patches/override-redirect-metacity.patch patches/openjdk/6967533-pre_epoch.patch patches/fonts-rhel.patch patches/fonts-gentoo.patch patches/ipv4-mapped-ipv6-addresses.patch patches/jtreg-OpenGLContextInit.patch patches/openjdk/6510892-httpserver_test.patch patches/openjdk/6638712-wildcard_types.patch patches/openjdk/6650759-missing_inference.patch patches/numa_on_early_glibc.patch patches/jtreg-international-fonts.patch patches/f14-fonts.patch patches/jtreg-T6638712-fix.patch patches/jtreg-T6650759m-fix.patch patches/openjdk/7003777-bad-html-entity-parse.patch patches/jtreg-6929067-fix.patch patches/rendering-engine-tests.patch patches/openjdk/6800846-printing-quality.patch patches/rh661505-jpeg.patch patches/6703377-freetypescaler.patch patches/ia64-fix.patch patches/openjdk/6642612-filechooser_button_sizes.patch patches/jtreg-international-fonts-styles.patch patches/openjdk/6736649-text_bearings.patch patches/openjdk/6797139-jbutton_truncation.patch patches/openjdk/6883341-text_bearing_exception.patch patches/jtreg-png-reader.patch patches/openjdk/4724552-CubicCurve2D.patch patches/openjdk/4493128-CubicCurve2D.patch patches/openjdk/4645692-CubicCurve2D.solveCubic.patch patches/no-static-linking.patch patches/openjdk/7041156-gcc_export_dynamic.patch patches/g344659-sparc_fix.patch patches/openjdk/6728834-blurred-lcd-aa-text.patch patches/openjdk/6749060-bad-lcd-aa-non-opaque-dest.patch patches/openjdk/6708580-exa_slow.patch patches/openjdk/6896068-sg2d.patch patches/openjdk/7021314-no_javaws_man_page.patch patches/pr586-include_all_srcs.patch patches/jtreg-LastErrorString.patch patches/openjdk/6663040-com.sun.awt.patch patches/openjdk/6775317-non-AA-simple-shape-performance.patch patches/pr600-arm-jvm.cfg.patch patches/openjdk/6887494-NPE-in-pisces.patch patches/openjdk/6967436-6967433-floating-pt-conversion.patch patches/openjdk/6976265-stroke-control.patch patches/openjdk/6967434-bad-round-joins.patch patches/openjdk/6766342-AA-simple-shape-performance.patch patches/openjdk/7016856-pisces-performance.patch patches/openjdk/6934977-MappedByteBuffer.load.patch patches/jtreg-hotspot-bug-6196102.patch patches/jtreg-double-to-string.patch patches/openjdk/7023591-AAShapePipe.patch patches/openjdk/7027667-AAShapePipeRegTest.patch patches/openjdk/7019861-AA-regression-fix.patch patches/g356743-libpng-1.5.patch patches/revert-6885123.patch patches/openjdk/7032388-work_without_cmov_instruction.patch patches/openjdk/7031385-gcc-register-allocation-fix.patch patches/openjdk/6986968-crash_on_xim_restart.patch patches/openjdk/7036754-stroker-nan.patch patches/openjdk/pgram-pipe-regression.patch patches/openjdk/7034464-hugepage.patch patches/openjdk/7037939-hugepage.patch patches/openjdk/7043564-hugepage.patch patches/openjdk/mutter.patch patches/fonts-rhel-version.patch patches/openjdk/7036148-npe-null-jmenu-name.patch patches/jtreg-ChangeDir.patch patches/jtreg-TempBuffer.patch patches/jtreg-EncodedMultiByteChar.patch patches/jtreg-FileLoaderTest.patch patches/jtreg-FileMap.patch patches/jtreg-ChannelsWrite.patch patches/jtreg-bug7036148-test.patch patches/jtreg-ReadWriteProfileTest.patch patches/openjdk/6818312-com.sun.awt.SecurityWarning.getSize.patch patches/jtreg-MappedByteBuffer-Basic.patch patches/openjdk/7008106-WindowOpacity.patch patches/openjdk/6956668-misbehavior_of_XOR_operator_with_int.patch patches/openjdk/6699843-IllegalArgumentException_drawString.patch patches/openjdk/6918065-Crash_in_Java2D_blit_loop.patch patches/openjdk/6623219-Font_canDisplayUpTo_does_not_work.patch patches/support_linux_3.patch patches/openjdk/6783910-java_awt_Color_brighter_darker_fix.patch patches/openjdk/6785424-SecurityException_locating_physical_fonts.patch patches/openjdk/7047069-Array_can_dynamically_change_size.patch patches/openjdk/6796786-invalid_FP_identity_transform.patch patches/openjdk/7042070-Typo_in_Test6796786.patch patches/openjdk/6679308-Poor_text_rendering_on_translucent_image.patch patches/openjdk/6842838-64-bit_failure_in_handling_invalid_manifest.patch patches/openjdk/6882768-test_for_6842838_is_broken.patch patches/pr639-broken_shark_build.patch patches/powerpc-stacksize.patch patches/jtreg-remove-test-6987555.patch patches/jtreg-remove-test-6991596.patch patches/openjdk/7036220-shark_llvm_29_headers.patch patches/openjdk/7029152-String_intrinsics_miss_optimization.patch patches/openjdk/6711682-JCheckBox_in_JTable_does_not_respond_to_click.patch patches/openjdk/6758179-D3D_AlphaComposite_is_applied_incorrectly.patch patches/jtreg-ConstructDeflaterInput-fix.patch patches/openjdk/6613904-GroupLayout_createParallelGroup_null_arg.patch patches/openjdk/7049339-anyblit-broken.patch patches/jtreg-hotspot-Test7020373-fix.patch patches/openjdk/4917091-javac_rejects_array_over_128_in_length.patch patches/openjdk/6390045-error_cannot_access_java_lang_void.patch patches/openjdk/6752638-preferLocaleFonts_throws_NPE.patch patches/openjdk/5047314-Collator_compare_runs_indefinitely.patch patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch patches/openjdk/6934356-Vector_writeObject_serialization_DL.patch patches/openjdk/7036582-Improve_test_coverage_of_BigDecimal.patch patches/pr690-shark-jit-hs20.patch patches/pr696-zero-fast_aldc-hs20.patch patches/openjdk/6806261-BigDecimal_longValueExact_throws_NPE.patch patches/openjdk/6371401-BigInteger.shift_throws_StackOverflowError.patch patches/openjdk/6826104-npe_on_app_and_toolkit_modal_dialog_click.patch patches/openjdk/5082756-ImageIO_plugins_metadata_boolean_attributes.patch patches/openjdk/6296893-BMP_Writer_handles_TopDown_prop_incorrectly.patch patches/openjdk/7103224-glibc_name_collision.patch patches/arm-debug.patch patches/arm-hsdis.patch patches/openjdk/7103610-_NET_WM_PID_and_WM_CLIENT_MACHINE_are_not_set.patch patches/openjdk/6706974-krb5_test_infrastructure.patch patches/openjdk/6764553-IdResolver_is_not_thread_safe.patch patches/openjdk/6761072-new_krb5_tests_fail_on_multiple_platforms.patch patches/openjdk/7140882-dont-return-booleans-from-methods-returning-pointers.patch patches/openjdk/remove-mimpure-option-to-gcc.patch patches/rhino.patch patches/openjdk/6307603-xrender-01.patch patches/openjdk/6961633-xrender-02.patch patches/openjdk/7018387-xrender_gc_leak.patch patches/systemtap.patch patches/systemtap-gcc-4.5.patch patches/systemtap-alloc-size-workaround.patch patches/nss-not-enabled-config.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
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/security/20120214/7082299.patch
11 out of 11 hunks FAILED -- saving rejects to file openjdk/jdk/src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java.rej
ERROR patch patches/security/20120214/7082299.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sun Mar 4 00:02:42 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sun, 4 Mar 2012 03:02:42 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #887
In-Reply-To: <1844717886.121330761763357.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1844717886.121330761763357.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1038709505.161330848162989.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
Started by timer
Building in workspace
[workspace] $ /bin/sh -xe /tmp/hudson8294729745747029676.sh
+ cd /notnfs/nighttester/icedtea7-target-testing/
+ /notnfs/nighttester/nightly-tester-scripts/icedtea7-target-testing
+ OPENJDK7_TARBALL=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz
+ HOTSPOT_TARBALL=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz
+ JAXP_TARBALL=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz
+ JAXWS_TARBALL=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz
+ CORBA_TARBALL=/notnfs/nighttester/drops/icedtea7/corba.tar.gz
+ LANGTOOLS_TARBALL=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz
+ JDK_TARBALL=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz
+ CACAO_TARBALL=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz
+ JAXP7_TARBALL=/notnfs/nighttester/drops/jaxp7.zip
+ JAF7_TARBALL=/notnfs/nighttester/drops/jaf7.zip
+ JAXWS7_TARBALL=/notnfs/nighttester/drops/jaxws7.zip
+ PARALLEL=--with-parallel-jobs=3
+ TARBALLS='--with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.gz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp7.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf7.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws7.zip'
+ SYSTEMTAP=--enable-systemtap
+ COMMON_CONFIG_OPTS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.gz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp7.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf7.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws7.zip --enable-systemtap'
+ make distclean
make: *** No rule to make target `distclean'. Stop.
+ hg pull
pulling from http://icedtea.classpath.org/hg/icedtea7
searching for changes
no changes found
+ hg update
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+ ./autogen.sh
aclocal.m4:16: warning: this file was generated for autoconf 2.66.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
aclocal.m4:16: warning: this file was generated for autoconf 2.66.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
+ ./configure --with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.gz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp7.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf7.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws7.zip --enable-systemtap
configure: WARNING: unrecognized options: --with-jaxp-drop-zip, --with-jaf-drop-zip, --with-jaxws-drop-zip
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for make... /usr/bin/make
checking for gzip... /bin/gzip
checking for ant... /usr/bin/ant
checking for find... /bin/find
checking for patch... /usr/bin/patch
checking for tar... /bin/tar
checking for chmod... /bin/chmod
checking for sha256sum... /usr/bin/sha256sum
checking for wget... /usr/bin/wget
checking for zip... /usr/bin/zip
checking for unzip... /usr/bin/unzip
checking for cpio... /bin/cpio
checking for file... /usr/bin/file
checking for fastjar... fastjar
checking for ldd... ldd
checking for gawk... /bin/gawk
checking for hg... /usr/bin/hg
checking for an OpenJDK source directory... /notnfs/nighttester/icedtea7-target-testing/openjdk
checking for IcedTea Mercurial revision ID... r5f0d96a60071
checking for JDK Mercurial revision ID... none
checking for HotSpot Mercurial revision ID... none
checking for lsb_release... /usr/bin/lsb_release
checking whether to compile ecj natively... no
checking which HotSpot build to use... default
checking for linux32... /usr/bin/linux32
checking version of GCC... 4.6.2 (major version 4, minor version 6)
checking for getconf... /usr/bin/getconf
checking the number of online processors... 2
checking if cp supports --reflink... yes
checking if we can hard link rather than copy from /notnfs/nighttester/icedtea7-target-testing... yes
checking whether to disable the execution of the JTReg tests... no
checking whether to disable the execution of the HotSpot JTReg tests... no
checking whether to disable the execution of the langtools JTReg tests... no
checking whether to disable the execution of the JDK JTReg tests... no
checking for xvfb-run... xvfb-run -a -e xvfb-errors
checking whether to include PulseAudio support... no
checking whether to build documentation... yes
checking whether to include SystemTap tracing support... yes
checking for system library directory...
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable the NSS-based security provider... disabled by default (edit java.security to enable)
checking for NSS... no
configure: WARNING: Could not find NSS; using as its location.
checking for distribution package version... none
checking build identification... Built on Fedora release 16 (Verne) (Sun Mar 4 03:02:34 EST 2012)
checking how many parallel build jobs to execute... 3
checking whether to build a bootstrap version first... yes
checking for a JDK home directory... /usr/lib/jvm/java-openjdk
checking if a java binary was specified... no
checking if /usr/lib/jvm/java-openjdk/bin/java is a valid executable file... yes
checking for javac... /usr/lib/jvm/java-openjdk/bin/javac
checking for ecj... /usr/bin/ecj
checking if we are using ecj as javac... no
checking if a javah executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/javah is a valid executable file... yes
checking if a jar executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/jar is a valid executable file... yes
checking whether jar supports @ argument... yes
checking whether jar supports stdin file arguments... no
checking whether jar supports -J options at the end... yes
checking if an rmic executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/rmic is a valid executable file... yes
checking if a native2ascii binary was specified... no
checking if /usr/lib/jvm/java-openjdk/bin/native2ascii is a valid executable file... yes
checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar
checking for xsltproc... /usr/bin/xsltproc
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 39408... no
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 40188... no
checking if /usr/lib/jvm/java-openjdk/bin/javah supports -X options... yes
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 45526... no
checking if java.io.PrintStream is missing the 1.5 constructors (PR40616)... no
checking if java.util.Scanner is missing... no
checking if java.util.Scanner exhibits Classpath bug 40630... no
checking if javax.annotation.Resource is missing... no
checking if javax.xml.stream.events.Attribute.getDTDType() wrongly returns a QName... no
checking if sun.awt.SunToolkit is missing... no
checking whether to enable Java compiler warnings... no
checking if javac lacks support for the diamond operator... no
checking if the VM lacks support for 1.7 bytecode... no
checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar
checking for an OpenJDK source zip... /notnfs/nighttester/drops/icedtea7/openjdk.tar.gz
checking for a HotSpot source zip... /notnfs/nighttester/drops/icedtea7/hotspot.tar.gz
checking for a CORBA source zip... /notnfs/nighttester/drops/icedtea7/corba.tar.gz
checking for a JAXP source zip... /notnfs/nighttester/drops/icedtea7/jaxp.tar.gz
checking for a JAXWS source zip... /notnfs/nighttester/drops/icedtea7/jaxws.tar.gz
checking for a JDK source zip... /notnfs/nighttester/drops/icedtea7/jdk.tar.gz
checking for a langtools source zip... /notnfs/nighttester/drops/icedtea7/langtools.tar.gz
checking for an alternate jar command... 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... /notnfs/nighttester/drops/cacao-0.99.4.tar.gz
checking whether to use JamVM as VM... no
checking for a JamVM 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 for additional virtual machines to build... none
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 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... no
checking X11/X.h usability... yes
checking X11/X.h presence... yes
checking for X11/X.h... yes
checking whether to use the system zlib install... yes
checking for ZLIB... yes
checking whether to use the system jpeg install... yes
checking for main in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking whether to use the system libpng install... yes
checking for PNG... yes
checking whether to use the system giflib install... yes
checking for main in -lgif... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking whether to use the system LCMS install... yes
checking for LCMS2... yes
checking whether to use the system Gtk+ install... yes
checking for GTK... yes
checking whether to use the system GIO install... yes
checking for GIO... yes
checking whether to use the system fontconfig install... yes
checking for FONTCONFIG... yes
checking for cupsServer in -lcups... yes
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 whether to build against the required syscalls... yes
checking for openat64... yes
checking for fstatat64... yes
checking for fgetxattr... yes
checking for fsetxattr... yes
checking for fremovexattr... yes
checking for flistxattr... yes
checking for unlinkat... yes
checking for renameat... yes
checking for futimesat... yes
checking for fdopendir... yes
checking for epoll_create... yes
checking for epoll_ctl... yes
checking for epoll_wait... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
configure: error: Could not find required system headers; install the appropriate files from glibc-headers, libc6-dev and/or libattr-devel, libattr1-dev or use --disable-compile-against-syscalls if necessary.
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sun Mar 4 02:30:32 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sun, 4 Mar 2012 05:30:32 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #199
In-Reply-To: <1715481669.131330770595422.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1715481669.131330770595422.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <196170238.171330857033100.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106258 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-04 04:48:14
End 2012-03-04 05:30:30
00:06:19 corba
00:06:29 hotspot
00:00:20 jaxp
00:01:02 jaxws
00:27:26 jdk
00:00:39 langtools
00:42:16 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Sun Mar 4 04:02:43 EST 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sun Mar 4 21:04:20 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Mon, 5 Mar 2012 00:04:20 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #929
In-Reply-To: <1467164262.141330837466941.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1467164262.141330837466941.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1293175658.181330923860427.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2821 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sun Mar 4 22:03:52 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Mon, 5 Mar 2012 01:03:52 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #446
In-Reply-To: <1776177419.151330841043190.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1776177419.151330841043190.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1201478836.191330927432235.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 467 lines...]
0K .......... .......... .......... .......... .......... 0% 107K 50s
50K .......... .......... .......... .......... .......... 1% 202K 38s
100K .......... .......... .......... .......... .......... 2% 494K 29s
150K .......... .......... .......... .......... .......... 3% 510K 24s
200K .......... .......... .......... .......... .......... 4% 533K 21s
250K .......... .......... .......... .......... .......... 5% 592K 19s
300K .......... .......... .......... .......... .......... 6% 723K 17s
350K .......... .......... .......... .......... .......... 7% 857K 15s
400K .......... .......... .......... .......... .......... 8% 592K 14s
450K .......... .......... .......... .......... .......... 9% 772K 13s
500K .......... .......... .......... .......... .......... 10% 808K 13s
550K .......... .......... .......... .......... .......... 11% 1.01M 12s
600K .......... .......... .......... .......... .......... 12% 740K 11s
650K .......... .......... .......... .......... .......... 13% 693K 11s
700K .......... .......... .......... .......... .......... 13% 847K 10s
750K .......... .......... .......... .......... .......... 14% 1.11M 10s
800K .......... .......... .......... .......... .......... 15% 1.06M 9s
850K .......... .......... .......... .......... .......... 16% 923K 9s
900K .......... .......... .......... .......... .......... 17% 672K 9s
950K .......... .......... .......... .......... .......... 18% 699K 9s
1000K .......... .......... .......... .......... .......... 19% 1.01M 8s
1050K .......... .......... .......... .......... .......... 20% 1.02M 8s
1100K .......... .......... .......... .......... .......... 21% 1.09M 8s
1150K .......... .......... .......... .......... .......... 22% 1.03M 8s
1200K .......... .......... .......... .......... .......... 23% 850K 7s
1250K .......... .......... .......... .......... .......... 24% 884K 7s
1300K .......... .......... .......... .......... .......... 25% 631K 7s
1350K .......... .......... .......... .......... .......... 26% 807K 7s
1400K .......... .......... .......... .......... .......... 26% 1010K 7s
1450K .......... .......... .......... .......... .......... 27% 1.09M 6s
1500K .......... .......... .......... .......... .......... 28% 1.12M 6s
1550K .......... .......... .......... .......... .......... 29% 907K 6s
1600K .......... .......... .......... .......... .......... 30% 888K 6s
1650K .......... .......... .......... .......... .......... 31% 893K 6s
1700K .......... .......... .......... .......... .......... 32% 798K 6s
1750K .......... .......... .......... .......... .......... 33% 709K 6s
1800K .......... .......... .......... .......... .......... 34% 87.0K 7s
1850K .......... .......... .......... .......... .......... 35% 1.51M 6s
1900K .......... .......... .......... .......... .......... 36% 1.29M 6s
1950K .......... .......... .......... .......... .......... 37% 1.44M 6s
2000K .......... .......... .......... .......... .......... 38% 1.27M 6s
2050K .......... .......... .......... .......... .......... 39% 8.01M 6s
2100K .......... .......... .......... .......... .......... 39% 1.12M 5s
2150K .......... .......... .......... .......... .......... 40% 288M 5s
2200K .......... .......... .......... .......... .......... 41% 708K 5s
2250K .......... .......... .......... .......... .......... 42% 288M 5s
2300K .......... .......... .......... .......... .......... 43% 647K 5s
2350K .......... .......... .......... .......... .......... 44% 2.28M 5s
2400K .......... .......... .......... .......... .......... 45% 29.4M 5s
2450K .......... .......... .......... .......... .......... 46% 270M 4s
2500K .......... .......... .......... .......... .......... 47% 1.04M 4s
2550K .......... .......... .......... .......... .......... 48% 302M 4s
2600K .......... .......... .......... .......... .......... 49% 249K 4s
2650K .......... .......... .......... .......... .......... 50% 45.1M 4s
2700K .......... .......... .......... .......... .......... 51% 42.6M 4s
2750K .......... .......... .......... .......... .......... 52% 5.86M 4s
2800K .......... .......... .......... .......... .......... 52% 906K 4s
2850K .......... .......... .......... .......... .......... 53% 1.23M 4s
2900K .......... .......... .......... .......... .......... 54% 662K 3s
2950K .......... .......... .......... .......... .......... 55% 213M 3s
3000K .......... .......... .......... .......... .......... 56% 338M 3s
3050K .......... .......... .......... .......... .......... 57% 1.51M 3s
3100K .......... .......... .......... .......... .......... 58% 227K 3s
3150K .......... .......... .......... .......... .......... 59% 309M 3s
3200K .......... .......... .......... .......... .......... 60% 340M 3s
3250K .......... .......... .......... .......... .......... 61% 2.44M 3s
3300K .......... .......... .......... .......... .......... 62% 722K 3s
3350K .......... .......... .......... .......... .......... 63% 647K 3s
3400K .......... .......... .......... .......... .......... 64% 750K 3s
3450K .......... .......... .......... .......... .......... 65% 628K 3s
3500K .......... .......... .......... .......... .......... 65% 780K 3s
3550K .......... .......... .......... .......... .......... 66% 770K 2s
3600K .......... .......... .......... .......... .......... 67% 794K 2s
3650K .......... .......... .......... .......... .......... 68% 794K 2s
3700K .......... .......... .......... .......... .......... 69% 801K 2s
3750K .......... .......... .......... .......... .......... 70% 757K 2s
3800K .......... .......... .......... .......... .......... 71% 824K 2s
3850K .......... .......... .......... .......... .......... 72% 792K 2s
3900K .......... .......... .......... .......... .......... 73% 807K 2s
3950K .......... .......... .......... .......... .......... 74% 787K 2s
4000K .......... .......... .......... .......... .......... 75% 799K 2s
4050K .......... .......... .......... .......... .......... 76% 764K 2s
4100K .......... .......... .......... .......... .......... 77% 802K 2s
4150K .......... .......... .......... .......... .......... 78% 784K 2s
4200K .......... .......... .......... .......... .......... 78% 785K 2s
4250K .......... .......... .......... .......... .......... 79% 759K 1s
4300K .......... .......... .......... .......... .......... 80% 780K 1s
4350K .......... .......... .......... .......... .......... 81% 782K 1s
4400K .......... .......... .......... .......... .......... 82% 746K 1s
4450K .......... .......... .......... .......... .......... 83% 807K 1s
4500K .......... .......... .......... .......... .......... 84% 744K 1s
4550K .......... .......... .......... .......... .......... 85% 785K 1s
4600K .......... .......... .......... .......... .......... 86% 456K 1s
4650K .......... .......... .......... .......... .......... 87% 1.83M 1s
4700K .......... .......... .......... .......... .......... 88% 781K 1s
4750K .......... .......... .......... .......... .......... 89% 662K 1s
4800K .......... .......... .......... .......... .......... 90% 650K 1s
4850K .......... .......... .......... .......... .......... 91% 698K 1s
4900K .......... .......... .......... .......... .......... 91% 598K 1s
4950K .......... .......... .......... .......... .......... 92% 743K 1s
5000K .......... .......... .......... .......... .......... 93% 562K 0s
5050K .......... .......... .......... .......... .......... 94% 695K 0s
5100K .......... .......... .......... .......... .......... 95% 664K 0s
5150K .......... .......... .......... .......... .......... 96% 761K 0s
5200K .......... .......... .......... .......... .......... 97% 710K 0s
5250K .......... .......... .......... .......... .......... 98% 755K 0s
5300K .......... .......... .......... .......... .......... 99% 503K 0s
5350K .......... .......... .......... ... 100% 832K=7.3s
2012-03-05 01:03:28 (733 KB/s) - ?drops/jdk6-jaxws2_1_6-2011_06_13.zip? saved [5512710/5512710]
drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK
mkdir -p stamps
touch stamps/download-jaxws-drop.stamp
mkdir -p drops
ln -sf /notnfs/nighttester/drops/jaf6-hg.zip drops/jdk6-jaf-b20.zip
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk6-jaf-b20.zip ] ; \
then \
mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \
fi ; \
/usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaf drop zip"; false; \
fi; \
fi ;
drops/jdk6-jaf-b20.zip: OK
mkdir -p stamps
touch stamps/download-jaf-drop.stamp
mkdir -p stamps
touch stamps/download-drops.stamp
mkdir -p stamps
touch stamps/download-cacao.stamp
mkdir -p stamps
touch stamps/download-jamvm.stamp
mkdir -p stamps
touch stamps/hgforest.stamp
mkdir -p stamps
touch stamps/download-openjdk.stamp
mkdir -p stamps
touch stamps/download-hotspot.stamp
touch stamps/download.stamp
if ! test -d openjdk ; then \
cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \
fi
mkdir -p stamps
touch stamps/extract-openjdk.stamp
mkdir -p stamps
touch stamps/extract-cacao.stamp
mkdir -p stamps
touch stamps/extract-jamvm.stamp
mkdir -p stamps
touch stamps/extract.stamp
mkdir -p stamps
touch stamps/replace-hotspot.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
cp -rv -l $target $link; \
chmod -R ug+rwX $link; \
done
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools' -> `openjdk/hotspot/tools'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools/mkbc.c' -> `openjdk/hotspot/tools/mkbc.c'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/asm_helper.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def'
mkdir -p stamps
touch stamps/ports.stamp
if [ ! -e /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ]; then \
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/generated /notnfs/nighttester/icedtea6-hg-target-testing/generated.build && \
chmod -R ug+rwX /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ; \
fi
mkdir -p stamps
touch stamps/generated.stamp
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.9.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.10.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.11.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.12.properties
mkdir -p stamps
touch stamps/fonts.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-fsg.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-fsg.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-fsg.stamp.tmp stamps/patch-fsg.stamp ; \
if ! test x${all_patches_ok} = "xyes"; then \
echo ERROR patch ${all_patches_ok} FAILED! ; \
echo WARNING make clean-patch before retrying a fix ; \
exit 2; \
fi ;
mkdir -p stamps ; \
rm -f stamps/patch.stamp.tmp ; \
touch stamps/patch.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/security/20120214/7082299.patch patches/security/20120214/7088367.patch patches/security/20120214/7110683.patch patches/security/20120214/7110687.patch patches/security/20120214/7110700.patch patches/security/20120214/7110704.patch patches/security/20120214/7118283.patch patches/security/20120214/7126960.patch patches/openjdk/6610244-modal-fatal-error-windows.patch patches/stdc-limit-macros.patch patches/openjdk/4993545-nativeinlightfixer.patch patches/openjdk/6637796-set_bounds.patch patches/openjdk/6607660-treelock.patch patches/openjdk/6607170-request_focus.patch patches/openjdk/4685768-focus.patch patches/openjdk/6616323-component_array.patch patches/openjdk/6682046-shape_calculation.patch patches/openjdk/6797195-hw_lw_mixing.patch patches/openjdk/6725214-direct3d-01.patch patches/openjdk/6748082-isDisplayLocal.patch patches/openjdk/6633275-shaped_translucent_windows.patch patches/security/20120214/7112642.patch patches/openjdk/6769607-modal-hangs.patch patches/openjdk/6791612-opengl-jni-fix.patch patches/openjdk/6755274-glgetstring-crash.patch patches/openjdk/6984543-onscreen_rendering_resize_test.patch patches/openjdk/6693253-security_warning.patch patches/openjdk/6444769-windowwithwarningtest.patch patches/notice-safepoints.patch patches/parisc-opt.patch patches/lucene-crash.patch patches/version.patch patches/version-hotspot.patch patches/text-relocations.patch patches/openjdk/7043921-java_rmi_cgi.patch patches/use-system-tzdata.patch patches/headers.patch patches/gcc-suffix.patch patches/memory-limits.patch patches/libraries.patch patches/jvmtiEnv.patch patches/lcms.patch patches/print_lsb_release.patch patches/uname.patch patches/freetypeversion.patch patches/nomotif-6706121.patch patches/nomotif.patch patches/nomotif-mtoolkit.patch patches/alpha-fixes.patch patches/alt-jar.patch patches/jdk-use-ssize_t.patch patches/use-idx_t.patch patches/params-cast-size_t.patch patches/clean-crypto.patch patches/arch.patch patches/lc_ctype.patch patches/xjc.patch patches/linker-libs-order.patch patches/testenv.patch patches/samejvm-safe.patch patches/pr261.patch patches/sparc-buildfixes.patch patches/sparc64-linux.patch patches/sparc-ptracefix.patch patches/sparc-trapsfix.patch patches/jtreg-6592792.patch patches/s390-noinline.patch patches/jtreg-dnd.patch patches/jtreg-jrunscript.patch patches/network-unreachable.patch patches/dnd-filelists.patch patches/disable-cc-incompatible-sanity-checks.patch patches/explicit-target-arch.patch patches/openjdk/7019808-stack_noexec.patch patches/parisc.patch patches/sh4-support.patch patches/policy-evaluation.patch patches/update-bootclasspath.patch patches/openjdk/6959123-libpng_14.patch patches/applet_hole.patch patches/jtreg-httpTest.patch patches/arm.patch patches/debug-dir.patch patches/override-redirect-metacity.patch patches/openjdk/6967533-pre_epoch.patch patches/fonts-rhel.patch patches/fonts-gentoo.patch patches/ipv4-mapped-ipv6-addresses.patch patches/jtreg-OpenGLContextInit.patch patches/openjdk/6510892-httpserver_test.patch patches/openjdk/6638712-wildcard_types.patch patches/openjdk/6650759-missing_inference.patch patches/numa_on_early_glibc.patch patches/jtreg-international-fonts.patch patches/f14-fonts.patch patches/jtreg-T6638712-fix.patch patches/jtreg-T6650759m-fix.patch patches/openjdk/7003777-bad-html-entity-parse.patch patches/jtreg-6929067-fix.patch patches/rendering-engine-tests.patch patches/openjdk/6800846-printing-quality.patch patches/rh661505-jpeg.patch patches/6703377-freetypescaler.patch patches/ia64-fix.patch patches/openjdk/6642612-filechooser_button_sizes.patch patches/jtreg-international-fonts-styles.patch patches/openjdk/6736649-text_bearings.patch patches/openjdk/6797139-jbutton_truncation.patch patches/openjdk/6883341-text_bearing_exception.patch patches/jtreg-png-reader.patch patches/openjdk/4724552-CubicCurve2D.patch patches/openjdk/4493128-CubicCurve2D.patch patches/openjdk/4645692-CubicCurve2D.solveCubic.patch patches/no-static-linking.patch patches/openjdk/7041156-gcc_export_dynamic.patch patches/g344659-sparc_fix.patch patches/openjdk/6728834-blurred-lcd-aa-text.patch patches/openjdk/6749060-bad-lcd-aa-non-opaque-dest.patch patches/openjdk/6708580-exa_slow.patch patches/openjdk/6896068-sg2d.patch patches/openjdk/7021314-no_javaws_man_page.patch patches/pr586-include_all_srcs.patch patches/jtreg-LastErrorString.patch patches/openjdk/6663040-com.sun.awt.patch patches/openjdk/6775317-non-AA-simple-shape-performance.patch patches/pr600-arm-jvm.cfg.patch patches/openjdk/6887494-NPE-in-pisces.patch patches/openjdk/6967436-6967433-floating-pt-conversion.patch patches/openjdk/6976265-stroke-control.patch patches/openjdk/6967434-bad-round-joins.patch patches/openjdk/6766342-AA-simple-shape-performance.patch patches/openjdk/7016856-pisces-performance.patch patches/openjdk/6934977-MappedByteBuffer.load.patch patches/jtreg-hotspot-bug-6196102.patch patches/jtreg-double-to-string.patch patches/openjdk/7023591-AAShapePipe.patch patches/openjdk/7027667-AAShapePipeRegTest.patch patches/openjdk/7019861-AA-regression-fix.patch patches/g356743-libpng-1.5.patch patches/revert-6885123.patch patches/openjdk/7032388-work_without_cmov_instruction.patch patches/openjdk/7031385-gcc-register-allocation-fix.patch patches/openjdk/6986968-crash_on_xim_restart.patch patches/openjdk/7036754-stroker-nan.patch patches/openjdk/pgram-pipe-regression.patch patches/openjdk/7034464-hugepage.patch patches/openjdk/7037939-hugepage.patch patches/openjdk/7043564-hugepage.patch patches/openjdk/mutter.patch patches/fonts-rhel-version.patch patches/openjdk/7036148-npe-null-jmenu-name.patch patches/jtreg-ChangeDir.patch patches/jtreg-TempBuffer.patch patches/jtreg-EncodedMultiByteChar.patch patches/jtreg-FileLoaderTest.patch patches/jtreg-FileMap.patch patches/jtreg-ChannelsWrite.patch patches/jtreg-bug7036148-test.patch patches/jtreg-ReadWriteProfileTest.patch patches/openjdk/6818312-com.sun.awt.SecurityWarning.getSize.patch patches/jtreg-MappedByteBuffer-Basic.patch patches/openjdk/7008106-WindowOpacity.patch patches/openjdk/6956668-misbehavior_of_XOR_operator_with_int.patch patches/openjdk/6699843-IllegalArgumentException_drawString.patch patches/openjdk/6918065-Crash_in_Java2D_blit_loop.patch patches/openjdk/6623219-Font_canDisplayUpTo_does_not_work.patch patches/support_linux_3.patch patches/openjdk/6783910-java_awt_Color_brighter_darker_fix.patch patches/openjdk/6785424-SecurityException_locating_physical_fonts.patch patches/openjdk/7047069-Array_can_dynamically_change_size.patch patches/openjdk/6796786-invalid_FP_identity_transform.patch patches/openjdk/7042070-Typo_in_Test6796786.patch patches/openjdk/6679308-Poor_text_rendering_on_translucent_image.patch patches/openjdk/6842838-64-bit_failure_in_handling_invalid_manifest.patch patches/openjdk/6882768-test_for_6842838_is_broken.patch patches/pr639-broken_shark_build.patch patches/powerpc-stacksize.patch patches/jtreg-remove-test-6987555.patch patches/jtreg-remove-test-6991596.patch patches/openjdk/7036220-shark_llvm_29_headers.patch patches/openjdk/7029152-String_intrinsics_miss_optimization.patch patches/openjdk/6711682-JCheckBox_in_JTable_does_not_respond_to_click.patch patches/openjdk/6758179-D3D_AlphaComposite_is_applied_incorrectly.patch patches/jtreg-ConstructDeflaterInput-fix.patch patches/openjdk/6613904-GroupLayout_createParallelGroup_null_arg.patch patches/openjdk/7049339-anyblit-broken.patch patches/jtreg-hotspot-Test7020373-fix.patch patches/openjdk/4917091-javac_rejects_array_over_128_in_length.patch patches/openjdk/6390045-error_cannot_access_java_lang_void.patch patches/openjdk/6752638-preferLocaleFonts_throws_NPE.patch patches/openjdk/5047314-Collator_compare_runs_indefinitely.patch patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch patches/openjdk/6934356-Vector_writeObject_serialization_DL.patch patches/openjdk/7036582-Improve_test_coverage_of_BigDecimal.patch patches/pr690-shark-jit-hs20.patch patches/pr696-zero-fast_aldc-hs20.patch patches/openjdk/6806261-BigDecimal_longValueExact_throws_NPE.patch patches/openjdk/6371401-BigInteger.shift_throws_StackOverflowError.patch patches/openjdk/6826104-npe_on_app_and_toolkit_modal_dialog_click.patch patches/openjdk/5082756-ImageIO_plugins_metadata_boolean_attributes.patch patches/openjdk/6296893-BMP_Writer_handles_TopDown_prop_incorrectly.patch patches/openjdk/7103224-glibc_name_collision.patch patches/arm-debug.patch patches/arm-hsdis.patch patches/openjdk/7103610-_NET_WM_PID_and_WM_CLIENT_MACHINE_are_not_set.patch patches/openjdk/6706974-krb5_test_infrastructure.patch patches/openjdk/6764553-IdResolver_is_not_thread_safe.patch patches/openjdk/6761072-new_krb5_tests_fail_on_multiple_platforms.patch patches/openjdk/7140882-dont-return-booleans-from-methods-returning-pointers.patch patches/openjdk/remove-mimpure-option-to-gcc.patch patches/rhino.patch patches/openjdk/6307603-xrender-01.patch patches/openjdk/6961633-xrender-02.patch patches/openjdk/7018387-xrender_gc_leak.patch patches/systemtap.patch patches/systemtap-gcc-4.5.patch patches/systemtap-alloc-size-workaround.patch patches/nss-not-enabled-config.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
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/security/20120214/7082299.patch
11 out of 11 hunks FAILED -- saving rejects to file openjdk/jdk/src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java.rej
ERROR patch patches/security/20120214/7082299.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Mon Mar 5 00:02:42 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Mon, 5 Mar 2012 03:02:42 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #888
In-Reply-To: <1038709505.161330848162989.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1038709505.161330848162989.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1724033260.201330934562897.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
Started by timer
Building in workspace
[workspace] $ /bin/sh -xe /tmp/hudson3841758299967962157.sh
+ cd /notnfs/nighttester/icedtea7-target-testing/
+ /notnfs/nighttester/nightly-tester-scripts/icedtea7-target-testing
+ OPENJDK7_TARBALL=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz
+ HOTSPOT_TARBALL=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz
+ JAXP_TARBALL=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz
+ JAXWS_TARBALL=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz
+ CORBA_TARBALL=/notnfs/nighttester/drops/icedtea7/corba.tar.gz
+ LANGTOOLS_TARBALL=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz
+ JDK_TARBALL=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz
+ CACAO_TARBALL=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz
+ JAXP7_TARBALL=/notnfs/nighttester/drops/jaxp7.zip
+ JAF7_TARBALL=/notnfs/nighttester/drops/jaf7.zip
+ JAXWS7_TARBALL=/notnfs/nighttester/drops/jaxws7.zip
+ PARALLEL=--with-parallel-jobs=3
+ TARBALLS='--with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.gz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp7.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf7.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws7.zip'
+ SYSTEMTAP=--enable-systemtap
+ COMMON_CONFIG_OPTS='--with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.gz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp7.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf7.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws7.zip --enable-systemtap'
+ make distclean
make: *** No rule to make target `distclean'. Stop.
+ hg pull
pulling from http://icedtea.classpath.org/hg/icedtea7
searching for changes
no changes found
+ hg update
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
+ ./autogen.sh
aclocal.m4:16: warning: this file was generated for autoconf 2.66.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
aclocal.m4:16: warning: this file was generated for autoconf 2.66.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
+ ./configure --with-parallel-jobs=3 --with-openjdk-src-zip=/notnfs/nighttester/drops/icedtea7/openjdk.tar.gz --with-cacao-src-zip=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz --with-hotspot-src-zip=/notnfs/nighttester/drops/icedtea7/hotspot.tar.gz --with-langtools-src-zip=/notnfs/nighttester/drops/icedtea7/langtools.tar.gz --with-jdk-src-zip=/notnfs/nighttester/drops/icedtea7/jdk.tar.gz --with-corba-src-zip=/notnfs/nighttester/drops/icedtea7/corba.tar.gz --with-jaxp-src-zip=/notnfs/nighttester/drops/icedtea7/jaxp.tar.gz --with-jaxws-src-zip=/notnfs/nighttester/drops/icedtea7/jaxws.tar.gz --with-jaxp-drop-zip=/notnfs/nighttester/drops/jaxp7.zip --with-jaf-drop-zip=/notnfs/nighttester/drops/jaf7.zip --with-jaxws-drop-zip=/notnfs/nighttester/drops/jaxws7.zip --enable-systemtap
configure: WARNING: unrecognized options: --with-jaxp-drop-zip, --with-jaf-drop-zip, --with-jaxws-drop-zip
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking for make... /usr/bin/make
checking for gzip... /bin/gzip
checking for ant... /usr/bin/ant
checking for find... /bin/find
checking for patch... /usr/bin/patch
checking for tar... /bin/tar
checking for chmod... /bin/chmod
checking for sha256sum... /usr/bin/sha256sum
checking for wget... /usr/bin/wget
checking for zip... /usr/bin/zip
checking for unzip... /usr/bin/unzip
checking for cpio... /bin/cpio
checking for file... /usr/bin/file
checking for fastjar... fastjar
checking for ldd... ldd
checking for gawk... /bin/gawk
checking for hg... /usr/bin/hg
checking for an OpenJDK source directory... /notnfs/nighttester/icedtea7-target-testing/openjdk
checking for IcedTea Mercurial revision ID... r5f0d96a60071
checking for JDK Mercurial revision ID... none
checking for HotSpot Mercurial revision ID... none
checking for lsb_release... /usr/bin/lsb_release
checking whether to compile ecj natively... no
checking which HotSpot build to use... default
checking for linux32... /usr/bin/linux32
checking version of GCC... 4.6.2 (major version 4, minor version 6)
checking for getconf... /usr/bin/getconf
checking the number of online processors... 2
checking if cp supports --reflink... yes
checking if we can hard link rather than copy from /notnfs/nighttester/icedtea7-target-testing... yes
checking whether to disable the execution of the JTReg tests... no
checking whether to disable the execution of the HotSpot JTReg tests... no
checking whether to disable the execution of the langtools JTReg tests... no
checking whether to disable the execution of the JDK JTReg tests... no
checking for xvfb-run... xvfb-run -a -e xvfb-errors
checking whether to include PulseAudio support... no
checking whether to build documentation... yes
checking whether to include SystemTap tracing support... yes
checking for system library directory...
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable the NSS-based security provider... disabled by default (edit java.security to enable)
checking for NSS... no
configure: WARNING: Could not find NSS; using as its location.
checking for distribution package version... none
checking build identification... Built on Fedora release 16 (Verne) (Mon Mar 5 03:02:34 EST 2012)
checking how many parallel build jobs to execute... 3
checking whether to build a bootstrap version first... yes
checking for a JDK home directory... /usr/lib/jvm/java-openjdk
checking if a java binary was specified... no
checking if /usr/lib/jvm/java-openjdk/bin/java is a valid executable file... yes
checking for javac... /usr/lib/jvm/java-openjdk/bin/javac
checking for ecj... /usr/bin/ecj
checking if we are using ecj as javac... no
checking if a javah executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/javah is a valid executable file... yes
checking if a jar executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/jar is a valid executable file... yes
checking whether jar supports @ argument... yes
checking whether jar supports stdin file arguments... no
checking whether jar supports -J options at the end... yes
checking if an rmic executable is specified... no
checking if /usr/lib/jvm/java-openjdk/bin/rmic is a valid executable file... yes
checking if a native2ascii binary was specified... no
checking if /usr/lib/jvm/java-openjdk/bin/native2ascii is a valid executable file... yes
checking for an ecj JAR file... /usr/share/java/eclipse-ecj.jar
checking for xsltproc... /usr/bin/xsltproc
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 39408... no
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 40188... no
checking if /usr/lib/jvm/java-openjdk/bin/javah supports -X options... yes
checking if /usr/lib/jvm/java-openjdk/bin/javah exhibits Classpath bug 45526... no
checking if java.io.PrintStream is missing the 1.5 constructors (PR40616)... no
checking if java.util.Scanner is missing... no
checking if java.util.Scanner exhibits Classpath bug 40630... no
checking if javax.annotation.Resource is missing... no
checking if javax.xml.stream.events.Attribute.getDTDType() wrongly returns a QName... no
checking if sun.awt.SunToolkit is missing... no
checking whether to enable Java compiler warnings... no
checking if javac lacks support for the diamond operator... no
checking if the VM lacks support for 1.7 bytecode... no
checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar
checking for an OpenJDK source zip... /notnfs/nighttester/drops/icedtea7/openjdk.tar.gz
checking for a HotSpot source zip... /notnfs/nighttester/drops/icedtea7/hotspot.tar.gz
checking for a CORBA source zip... /notnfs/nighttester/drops/icedtea7/corba.tar.gz
checking for a JAXP source zip... /notnfs/nighttester/drops/icedtea7/jaxp.tar.gz
checking for a JAXWS source zip... /notnfs/nighttester/drops/icedtea7/jaxws.tar.gz
checking for a JDK source zip... /notnfs/nighttester/drops/icedtea7/jdk.tar.gz
checking for a langtools source zip... /notnfs/nighttester/drops/icedtea7/langtools.tar.gz
checking for an alternate jar command... 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... /notnfs/nighttester/drops/cacao-0.99.4.tar.gz
checking whether to use JamVM as VM... no
checking for a JamVM 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 for additional virtual machines to build... none
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 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... no
checking X11/X.h usability... yes
checking X11/X.h presence... yes
checking for X11/X.h... yes
checking whether to use the system zlib install... yes
checking for ZLIB... yes
checking whether to use the system jpeg install... yes
checking for main in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking whether to use the system libpng install... yes
checking for PNG... yes
checking whether to use the system giflib install... yes
checking for main in -lgif... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking whether to use the system LCMS install... yes
checking for LCMS2... yes
checking whether to use the system Gtk+ install... yes
checking for GTK... yes
checking whether to use the system GIO install... yes
checking for GIO... yes
checking whether to use the system fontconfig install... yes
checking for FONTCONFIG... yes
checking for cupsServer in -lcups... yes
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 whether to build against the required syscalls... yes
checking for openat64... yes
checking for fstatat64... yes
checking for fgetxattr... yes
checking for fsetxattr... yes
checking for fremovexattr... yes
checking for flistxattr... yes
checking for unlinkat... yes
checking for renameat... yes
checking for futimesat... yes
checking for fdopendir... yes
checking for epoll_create... yes
checking for epoll_ctl... yes
checking for epoll_wait... yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
configure: error: Could not find required system headers; install the appropriate files from glibc-headers, libc6-dev and/or libattr-devel, libattr1-dev or use --disable-compile-against-syscalls if necessary.
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Mon Mar 5 02:30:20 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Mon, 5 Mar 2012 05:30:20 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #200
In-Reply-To: <196170238.171330857033100.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <196170238.171330857033100.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1025631525.211330943421208.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-05 04:48:07
End 2012-03-05 05:30:18
00:06:22 corba
00:06:22 hotspot
00:00:21 jaxp
00:01:02 jaxws
00:27:23 jdk
00:00:40 langtools
00:42:11 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Mon Mar 5 04:02:44 EST 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Mon Mar 5 21:04:17 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Tue, 6 Mar 2012 00:04:17 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #930
In-Reply-To: <1293175658.181330923860427.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1293175658.181330923860427.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1611186624.221331010257775.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2821 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Mon Mar 5 22:04:03 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Tue, 6 Mar 2012 01:04:03 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #447
In-Reply-To: <1201478836.191330927432235.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1201478836.191330927432235.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1555859218.231331013843232.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 467 lines...]
0K .......... .......... .......... .......... .......... 0% 109K 49s
50K .......... .......... .......... .......... .......... 1% 201K 37s
100K .......... .......... .......... .......... .......... 2% 495K 28s
150K .......... .......... .......... .......... .......... 3% 497K 24s
200K .......... .......... .......... .......... .......... 4% 535K 21s
250K .......... .......... .......... .......... .......... 5% 556K 19s
300K .......... .......... .......... .......... .......... 6% 654K 17s
350K .......... .......... .......... .......... .......... 7% 771K 15s
400K .......... .......... .......... .......... .......... 8% 815K 14s
450K .......... .......... .......... .......... .......... 9% 602K 13s
500K .......... .......... .......... .......... .......... 10% 978K 13s
550K .......... .......... .......... .......... .......... 11% 982K 12s
600K .......... .......... .......... .......... .......... 12% 762K 11s
650K .......... .......... .......... .......... .......... 13% 731K 11s
700K .......... .......... .......... .......... .......... 13% 980K 10s
750K .......... .......... .......... .......... .......... 14% 1.03M 10s
800K .......... .......... .......... .......... .......... 15% 982K 9s
850K .......... .......... .......... .......... .......... 16% 903K 9s
900K .......... .......... .......... .......... .......... 17% 919K 9s
950K .......... .......... .......... .......... .......... 18% 771K 8s
1000K .......... .......... .......... .......... .......... 19% 978K 8s
1050K .......... .......... .......... .......... .......... 20% 1.02M 8s
1100K .......... .......... .......... .......... .......... 21% 1.03M 8s
1150K .......... .......... .......... .......... .......... 22% 1.03M 7s
1200K .......... .......... .......... .......... .......... 23% 1.03M 7s
1250K .......... .......... .......... .......... .......... 24% 892K 7s
1300K .......... .......... .......... .......... .......... 25% 867K 7s
1350K .......... .......... .......... .......... .......... 26% 865K 7s
1400K .......... .......... .......... .......... .......... 26% 1.00M 7s
1450K .......... .......... .......... .......... .......... 27% 963K 6s
1500K .......... .......... .......... .......... .......... 28% 1.03M 6s
1550K .......... .......... .......... .......... .......... 29% 1.11M 6s
1600K .......... .......... .......... .......... .......... 30% 944K 6s
1650K .......... .......... .......... .......... .......... 31% 903K 6s
1700K .......... .......... .......... .......... .......... 32% 868K 6s
1750K .......... .......... .......... .......... .......... 33% 91.5K 6s
1800K .......... .......... .......... .......... .......... 34% 254M 6s
1850K .......... .......... .......... .......... .......... 35% 852K 6s
1900K .......... .......... .......... .......... .......... 36% 2.98M 6s
1950K .......... .......... .......... .......... .......... 37% 1.16M 6s
2000K .......... .......... .......... .......... .......... 38% 1.39M 6s
2050K .......... .......... .......... .......... .......... 39% 1.49M 5s
2100K .......... .......... .......... .......... .......... 39% 262M 5s
2150K .......... .......... .......... .......... .......... 40% 4.45M 5s
2200K .......... .......... .......... .......... .......... 41% 10.5M 5s
2250K .......... .......... .......... .......... .......... 42% 5.31M 5s
2300K .......... .......... .......... .......... .......... 43% 2.59M 4s
2350K .......... .......... .......... .......... .......... 44% 5.88M 4s
2400K .......... .......... .......... .......... .......... 45% 525K 4s
2450K .......... .......... .......... .......... .......... 46% 61.6K 5s
2500K .......... .......... .......... .......... .......... 47% 87.9K 6s
2550K .......... .......... .......... .......... .......... 48% 98.6K 6s
2600K .......... .......... .......... .......... .......... 49% 114K 6s
2650K .......... .......... .......... .......... .......... 50% 115K 6s
2700K .......... .......... .......... .......... .......... 51% 149K 6s
2750K .......... .......... .......... .......... .......... 52% 137K 7s
2800K .......... .......... .......... .......... .......... 52% 197K 6s
2850K .......... .......... .......... .......... .......... 53% 213K 6s
2900K .......... .......... .......... .......... .......... 54% 229K 6s
2950K .......... .......... .......... .......... .......... 55% 250K 6s
3000K .......... .......... .......... .......... .......... 56% 295K 6s
3050K .......... .......... .......... .......... .......... 57% 331K 6s
3100K .......... .......... .......... .......... .......... 58% 323K 6s
3150K .......... .......... .......... .......... .......... 59% 378K 6s
3200K .......... .......... .......... .......... .......... 60% 394K 6s
3250K .......... .......... .......... .......... .......... 61% 408K 6s
3300K .......... .......... .......... .......... .......... 62% 450K 5s
3350K .......... .......... .......... .......... .......... 63% 401K 5s
3400K .......... .......... .......... .......... .......... 64% 478K 5s
3450K .......... .......... .......... .......... .......... 65% 497K 5s
3500K .......... .......... .......... .......... .......... 65% 498K 5s
3550K .......... .......... .......... .......... .......... 66% 495K 5s
3600K .......... .......... .......... .......... .......... 67% 195K 5s
3650K .......... .......... .......... .......... .......... 68% 262M 4s
3700K .......... .......... .......... .......... .......... 69% 422K 4s
3750K .......... .......... .......... .......... .......... 70% 268M 4s
3800K .......... .......... .......... .......... .......... 71% 877K 4s
3850K .......... .......... .......... .......... .......... 72% 476K 4s
3900K .......... .......... .......... .......... .......... 73% 624K 4s
3950K .......... .......... .......... .......... .......... 74% 589K 4s
4000K .......... .......... .......... .......... .......... 75% 538K 3s
4050K .......... .......... .......... .......... .......... 76% 556K 3s
4100K .......... .......... .......... .......... .......... 77% 590K 3s
4150K .......... .......... .......... .......... .......... 78% 581K 3s
4200K .......... .......... .......... .......... .......... 78% 604K 3s
4250K .......... .......... .......... .......... .......... 79% 557K 3s
4300K .......... .......... .......... .......... .......... 80% 556K 3s
4350K .......... .......... .......... .......... .......... 81% 581K 2s
4400K .......... .......... .......... .......... .......... 82% 573K 2s
4450K .......... .......... .......... .......... .......... 83% 580K 2s
4500K .......... .......... .......... .......... .......... 84% 605K 2s
4550K .......... .......... .......... .......... .......... 85% 610K 2s
4600K .......... .......... .......... .......... .......... 86% 605K 2s
4650K .......... .......... .......... .......... .......... 87% 592K 2s
4700K .......... .......... .......... .......... .......... 88% 589K 2s
4750K .......... .......... .......... .......... .......... 89% 558K 1s
4800K .......... .......... .......... .......... .......... 90% 608K 1s
4850K .......... .......... .......... .......... .......... 91% 593K 1s
4900K .......... .......... .......... .......... .......... 91% 589K 1s
4950K .......... .......... .......... .......... .......... 92% 614K 1s
5000K .......... .......... .......... .......... .......... 93% 632K 1s
5050K .......... .......... .......... .......... .......... 94% 606K 1s
5100K .......... .......... .......... .......... .......... 95% 581K 1s
5150K .......... .......... .......... .......... .......... 96% 584K 0s
5200K .......... .......... .......... .......... .......... 97% 598K 0s
5250K .......... .......... .......... .......... .......... 98% 590K 0s
5300K .......... .......... .......... .......... .......... 99% 598K 0s
5350K .......... .......... .......... ... 100% 615K=13s
2012-03-06 01:03:33 (430 KB/s) - ?drops/jdk6-jaxws2_1_6-2011_06_13.zip? saved [5512710/5512710]
drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK
mkdir -p stamps
touch stamps/download-jaxws-drop.stamp
mkdir -p drops
ln -sf /notnfs/nighttester/drops/jaf6-hg.zip drops/jdk6-jaf-b20.zip
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk6-jaf-b20.zip ] ; \
then \
mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \
fi ; \
/usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaf drop zip"; false; \
fi; \
fi ;
drops/jdk6-jaf-b20.zip: OK
mkdir -p stamps
touch stamps/download-jaf-drop.stamp
mkdir -p stamps
touch stamps/download-drops.stamp
mkdir -p stamps
touch stamps/download-cacao.stamp
mkdir -p stamps
touch stamps/download-jamvm.stamp
mkdir -p stamps
touch stamps/hgforest.stamp
mkdir -p stamps
touch stamps/download-openjdk.stamp
mkdir -p stamps
touch stamps/download-hotspot.stamp
touch stamps/download.stamp
if ! test -d openjdk ; then \
cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \
fi
mkdir -p stamps
touch stamps/extract-openjdk.stamp
mkdir -p stamps
touch stamps/extract-cacao.stamp
mkdir -p stamps
touch stamps/extract-jamvm.stamp
mkdir -p stamps
touch stamps/extract.stamp
mkdir -p stamps
touch stamps/replace-hotspot.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
cp -rv -l $target $link; \
chmod -R ug+rwX $link; \
done
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools' -> `openjdk/hotspot/tools'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools/mkbc.c' -> `openjdk/hotspot/tools/mkbc.c'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/asm_helper.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def'
mkdir -p stamps
touch stamps/ports.stamp
if [ ! -e /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ]; then \
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/generated /notnfs/nighttester/icedtea6-hg-target-testing/generated.build && \
chmod -R ug+rwX /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ; \
fi
mkdir -p stamps
touch stamps/generated.stamp
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.9.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.10.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.11.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.12.properties
mkdir -p stamps
touch stamps/fonts.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-fsg.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-fsg.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-fsg.stamp.tmp stamps/patch-fsg.stamp ; \
if ! test x${all_patches_ok} = "xyes"; then \
echo ERROR patch ${all_patches_ok} FAILED! ; \
echo WARNING make clean-patch before retrying a fix ; \
exit 2; \
fi ;
mkdir -p stamps ; \
rm -f stamps/patch.stamp.tmp ; \
touch stamps/patch.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/security/20120214/7082299.patch patches/security/20120214/7088367.patch patches/security/20120214/7110683.patch patches/security/20120214/7110687.patch patches/security/20120214/7110700.patch patches/security/20120214/7110704.patch patches/security/20120214/7118283.patch patches/security/20120214/7126960.patch patches/openjdk/6610244-modal-fatal-error-windows.patch patches/stdc-limit-macros.patch patches/openjdk/4993545-nativeinlightfixer.patch patches/openjdk/6637796-set_bounds.patch patches/openjdk/6607660-treelock.patch patches/openjdk/6607170-request_focus.patch patches/openjdk/4685768-focus.patch patches/openjdk/6616323-component_array.patch patches/openjdk/6682046-shape_calculation.patch patches/openjdk/6797195-hw_lw_mixing.patch patches/openjdk/6725214-direct3d-01.patch patches/openjdk/6748082-isDisplayLocal.patch patches/openjdk/6633275-shaped_translucent_windows.patch patches/security/20120214/7112642.patch patches/openjdk/6769607-modal-hangs.patch patches/openjdk/6791612-opengl-jni-fix.patch patches/openjdk/6755274-glgetstring-crash.patch patches/openjdk/6984543-onscreen_rendering_resize_test.patch patches/openjdk/6693253-security_warning.patch patches/openjdk/6444769-windowwithwarningtest.patch patches/notice-safepoints.patch patches/parisc-opt.patch patches/lucene-crash.patch patches/version.patch patches/version-hotspot.patch patches/text-relocations.patch patches/openjdk/7043921-java_rmi_cgi.patch patches/use-system-tzdata.patch patches/headers.patch patches/gcc-suffix.patch patches/memory-limits.patch patches/libraries.patch patches/jvmtiEnv.patch patches/lcms.patch patches/print_lsb_release.patch patches/uname.patch patches/freetypeversion.patch patches/nomotif-6706121.patch patches/nomotif.patch patches/nomotif-mtoolkit.patch patches/alpha-fixes.patch patches/alt-jar.patch patches/jdk-use-ssize_t.patch patches/use-idx_t.patch patches/params-cast-size_t.patch patches/clean-crypto.patch patches/arch.patch patches/lc_ctype.patch patches/xjc.patch patches/linker-libs-order.patch patches/testenv.patch patches/samejvm-safe.patch patches/pr261.patch patches/sparc-buildfixes.patch patches/sparc64-linux.patch patches/sparc-ptracefix.patch patches/sparc-trapsfix.patch patches/jtreg-6592792.patch patches/s390-noinline.patch patches/jtreg-dnd.patch patches/jtreg-jrunscript.patch patches/network-unreachable.patch patches/dnd-filelists.patch patches/disable-cc-incompatible-sanity-checks.patch patches/explicit-target-arch.patch patches/openjdk/7019808-stack_noexec.patch patches/parisc.patch patches/sh4-support.patch patches/policy-evaluation.patch patches/update-bootclasspath.patch patches/openjdk/6959123-libpng_14.patch patches/applet_hole.patch patches/jtreg-httpTest.patch patches/arm.patch patches/debug-dir.patch patches/override-redirect-metacity.patch patches/openjdk/6967533-pre_epoch.patch patches/fonts-rhel.patch patches/fonts-gentoo.patch patches/ipv4-mapped-ipv6-addresses.patch patches/jtreg-OpenGLContextInit.patch patches/openjdk/6510892-httpserver_test.patch patches/openjdk/6638712-wildcard_types.patch patches/openjdk/6650759-missing_inference.patch patches/numa_on_early_glibc.patch patches/jtreg-international-fonts.patch patches/f14-fonts.patch patches/jtreg-T6638712-fix.patch patches/jtreg-T6650759m-fix.patch patches/openjdk/7003777-bad-html-entity-parse.patch patches/jtreg-6929067-fix.patch patches/rendering-engine-tests.patch patches/openjdk/6800846-printing-quality.patch patches/rh661505-jpeg.patch patches/6703377-freetypescaler.patch patches/ia64-fix.patch patches/openjdk/6642612-filechooser_button_sizes.patch patches/jtreg-international-fonts-styles.patch patches/openjdk/6736649-text_bearings.patch patches/openjdk/6797139-jbutton_truncation.patch patches/openjdk/6883341-text_bearing_exception.patch patches/jtreg-png-reader.patch patches/openjdk/4724552-CubicCurve2D.patch patches/openjdk/4493128-CubicCurve2D.patch patches/openjdk/4645692-CubicCurve2D.solveCubic.patch patches/no-static-linking.patch patches/openjdk/7041156-gcc_export_dynamic.patch patches/g344659-sparc_fix.patch patches/openjdk/6728834-blurred-lcd-aa-text.patch patches/openjdk/6749060-bad-lcd-aa-non-opaque-dest.patch patches/openjdk/6708580-exa_slow.patch patches/openjdk/6896068-sg2d.patch patches/openjdk/7021314-no_javaws_man_page.patch patches/pr586-include_all_srcs.patch patches/jtreg-LastErrorString.patch patches/openjdk/6663040-com.sun.awt.patch patches/openjdk/6775317-non-AA-simple-shape-performance.patch patches/pr600-arm-jvm.cfg.patch patches/openjdk/6887494-NPE-in-pisces.patch patches/openjdk/6967436-6967433-floating-pt-conversion.patch patches/openjdk/6976265-stroke-control.patch patches/openjdk/6967434-bad-round-joins.patch patches/openjdk/6766342-AA-simple-shape-performance.patch patches/openjdk/7016856-pisces-performance.patch patches/openjdk/6934977-MappedByteBuffer.load.patch patches/jtreg-hotspot-bug-6196102.patch patches/jtreg-double-to-string.patch patches/openjdk/7023591-AAShapePipe.patch patches/openjdk/7027667-AAShapePipeRegTest.patch patches/openjdk/7019861-AA-regression-fix.patch patches/g356743-libpng-1.5.patch patches/revert-6885123.patch patches/openjdk/7032388-work_without_cmov_instruction.patch patches/openjdk/7031385-gcc-register-allocation-fix.patch patches/openjdk/6986968-crash_on_xim_restart.patch patches/openjdk/7036754-stroker-nan.patch patches/openjdk/pgram-pipe-regression.patch patches/openjdk/7034464-hugepage.patch patches/openjdk/7037939-hugepage.patch patches/openjdk/7043564-hugepage.patch patches/openjdk/mutter.patch patches/fonts-rhel-version.patch patches/openjdk/7036148-npe-null-jmenu-name.patch patches/jtreg-ChangeDir.patch patches/jtreg-TempBuffer.patch patches/jtreg-EncodedMultiByteChar.patch patches/jtreg-FileLoaderTest.patch patches/jtreg-FileMap.patch patches/jtreg-ChannelsWrite.patch patches/jtreg-bug7036148-test.patch patches/jtreg-ReadWriteProfileTest.patch patches/openjdk/6818312-com.sun.awt.SecurityWarning.getSize.patch patches/jtreg-MappedByteBuffer-Basic.patch patches/openjdk/7008106-WindowOpacity.patch patches/openjdk/6956668-misbehavior_of_XOR_operator_with_int.patch patches/openjdk/6699843-IllegalArgumentException_drawString.patch patches/openjdk/6918065-Crash_in_Java2D_blit_loop.patch patches/openjdk/6623219-Font_canDisplayUpTo_does_not_work.patch patches/support_linux_3.patch patches/openjdk/6783910-java_awt_Color_brighter_darker_fix.patch patches/openjdk/6785424-SecurityException_locating_physical_fonts.patch patches/openjdk/7047069-Array_can_dynamically_change_size.patch patches/openjdk/6796786-invalid_FP_identity_transform.patch patches/openjdk/7042070-Typo_in_Test6796786.patch patches/openjdk/6679308-Poor_text_rendering_on_translucent_image.patch patches/openjdk/6842838-64-bit_failure_in_handling_invalid_manifest.patch patches/openjdk/6882768-test_for_6842838_is_broken.patch patches/pr639-broken_shark_build.patch patches/powerpc-stacksize.patch patches/jtreg-remove-test-6987555.patch patches/jtreg-remove-test-6991596.patch patches/openjdk/7036220-shark_llvm_29_headers.patch patches/openjdk/7029152-String_intrinsics_miss_optimization.patch patches/openjdk/6711682-JCheckBox_in_JTable_does_not_respond_to_click.patch patches/openjdk/6758179-D3D_AlphaComposite_is_applied_incorrectly.patch patches/jtreg-ConstructDeflaterInput-fix.patch patches/openjdk/6613904-GroupLayout_createParallelGroup_null_arg.patch patches/openjdk/7049339-anyblit-broken.patch patches/jtreg-hotspot-Test7020373-fix.patch patches/openjdk/4917091-javac_rejects_array_over_128_in_length.patch patches/openjdk/6390045-error_cannot_access_java_lang_void.patch patches/openjdk/6752638-preferLocaleFonts_throws_NPE.patch patches/openjdk/5047314-Collator_compare_runs_indefinitely.patch patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch patches/openjdk/6934356-Vector_writeObject_serialization_DL.patch patches/openjdk/7036582-Improve_test_coverage_of_BigDecimal.patch patches/pr690-shark-jit-hs20.patch patches/pr696-zero-fast_aldc-hs20.patch patches/openjdk/6806261-BigDecimal_longValueExact_throws_NPE.patch patches/openjdk/6371401-BigInteger.shift_throws_StackOverflowError.patch patches/openjdk/6826104-npe_on_app_and_toolkit_modal_dialog_click.patch patches/openjdk/5082756-ImageIO_plugins_metadata_boolean_attributes.patch patches/openjdk/6296893-BMP_Writer_handles_TopDown_prop_incorrectly.patch patches/openjdk/7103224-glibc_name_collision.patch patches/arm-debug.patch patches/arm-hsdis.patch patches/openjdk/7103610-_NET_WM_PID_and_WM_CLIENT_MACHINE_are_not_set.patch patches/openjdk/6706974-krb5_test_infrastructure.patch patches/openjdk/6764553-IdResolver_is_not_thread_safe.patch patches/openjdk/6761072-new_krb5_tests_fail_on_multiple_platforms.patch patches/openjdk/7140882-dont-return-booleans-from-methods-returning-pointers.patch patches/openjdk/remove-mimpure-option-to-gcc.patch patches/rhino.patch patches/openjdk/6307603-xrender-01.patch patches/openjdk/6961633-xrender-02.patch patches/openjdk/7018387-xrender_gc_leak.patch patches/systemtap.patch patches/systemtap-gcc-4.5.patch patches/systemtap-alloc-size-workaround.patch patches/nss-not-enabled-config.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
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/security/20120214/7082299.patch
11 out of 11 hunks FAILED -- saving rejects to file openjdk/jdk/src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java.rej
ERROR patch patches/security/20120214/7082299.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Tue Mar 6 03:55:35 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Tue, 6 Mar 2012 06:55:35 -0500 (EST)
Subject: Jenkins build is back to normal : IcedTea7TargetTesting #889
In-Reply-To: <1724033260.201330934562897.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1724033260.201330934562897.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1029478253.241331034935605.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
From ahughes at redhat.com Tue Mar 6 05:23:54 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Tue, 6 Mar 2012 08:23:54 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #201
In-Reply-To: <1025631525.211330943421208.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1025631525.211330943421208.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <752712024.251331040234625.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-06 07:41:36
End 2012-03-06 08:23:51
00:06:21 corba
00:06:27 hotspot
00:00:20 jaxp
00:01:01 jaxws
00:27:27 jdk
00:00:39 langtools
00:42:15 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Tue Mar 6 06:56:16 EST 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Tue Mar 6 21:04:37 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Wed, 7 Mar 2012 00:04:37 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #931
In-Reply-To: <1611186624.221331010257775.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1611186624.221331010257775.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1380127572.261331096677022.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2821 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Tue Mar 6 22:04:02 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Wed, 7 Mar 2012 01:04:02 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #448
In-Reply-To: <1555859218.231331013843232.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1555859218.231331013843232.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <643151549.271331100242657.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 467 lines...]
0K .......... .......... .......... .......... .......... 0% 91.8K 58s
50K .......... .......... .......... .......... .......... 1% 170K 44s
100K .......... .......... .......... .......... .......... 2% 492K 33s
150K .......... .......... .......... .......... .......... 3% 499K 27s
200K .......... .......... .......... .......... .......... 4% 512K 23s
250K .......... .......... .......... .......... .......... 5% 602K 21s
300K .......... .......... .......... .......... .......... 6% 556K 19s
350K .......... .......... .......... .......... .......... 7% 910K 17s
400K .......... .......... .......... .......... .......... 8% 862K 16s
450K .......... .......... .......... .......... .......... 9% 601K 15s
500K .......... .......... .......... .......... .......... 10% 921K 14s
550K .......... .......... .......... .......... .......... 11% 977K 13s
600K .......... .......... .......... .......... .......... 12% 769K 12s
650K .......... .......... .......... .......... .......... 13% 763K 12s
700K .......... .......... .......... .......... .......... 13% 865K 11s
750K .......... .......... .......... .......... .......... 14% 1.11M 11s
800K .......... .......... .......... .......... .......... 15% 983K 10s
850K .......... .......... .......... .......... .......... 16% 920K 10s
900K .......... .......... .......... .......... .......... 17% 985K 9s
950K .......... .......... .......... .......... .......... 18% 766K 9s
1000K .......... .......... .......... .......... .......... 19% 922K 9s
1050K .......... .......... .......... .......... .......... 20% 962K 8s
1100K .......... .......... .......... .......... .......... 21% 1.03M 8s
1150K .......... .......... .......... .......... .......... 22% 1.03M 8s
1200K .......... .......... .......... .......... .......... 23% 1.04M 8s
1250K .......... .......... .......... .......... .......... 24% 962K 7s
1300K .......... .......... .......... .......... .......... 25% 855K 7s
1350K .......... .......... .......... .......... .......... 26% 821K 7s
1400K .......... .......... .......... .......... .......... 26% 101K 8s
1450K .......... .......... .......... .......... .......... 27% 261M 8s
1500K .......... .......... .......... .......... .......... 28% 1.62M 7s
1550K .......... .......... .......... .......... .......... 29% 1.76M 7s
1600K .......... .......... .......... .......... .......... 30% 1.27M 7s
1650K .......... .......... .......... .......... .......... 31% 1.24M 7s
1700K .......... .......... .......... .......... .......... 32% 2.49M 7s
1750K .......... .......... .......... .......... .......... 33% 19.9M 6s
1800K .......... .......... .......... .......... .......... 34% 261M 6s
1850K .......... .......... .......... .......... .......... 35% 39.3M 6s
1900K .......... .......... .......... .......... .......... 36% 14.3M 6s
1950K .......... .......... .......... .......... .......... 37% 233M 5s
2000K .......... .......... .......... .......... .......... 38% 621K 5s
2050K .......... .......... .......... .......... .......... 39% 278K 5s
2100K .......... .......... .......... .......... .......... 39% 181K 6s
2150K .......... .......... .......... .......... .......... 40% 178K 6s
2200K .......... .......... .......... .......... .......... 41% 169K 6s
2250K .......... .......... .......... .......... .......... 42% 191K 6s
2300K .......... .......... .......... .......... .......... 43% 200K 6s
2350K .......... .......... .......... .......... .......... 44% 227K 6s
2400K .......... .......... .......... .......... .......... 45% 205K 6s
2450K .......... .......... .......... .......... .......... 46% 223K 6s
2500K .......... .......... .......... .......... .......... 47% 203K 6s
2550K .......... .......... .......... .......... .......... 48% 244K 6s
2600K .......... .......... .......... .......... .......... 49% 203K 6s
2650K .......... .......... .......... .......... .......... 50% 192K 6s
2700K .......... .......... .......... .......... .......... 51% 215K 6s
2750K .......... .......... .......... .......... .......... 52% 183K 6s
2800K .......... .......... .......... .......... .......... 52% 185K 6s
2850K .......... .......... .......... .......... .......... 53% 194K 6s
2900K .......... .......... .......... .......... .......... 54% 224K 6s
2950K .......... .......... .......... .......... .......... 55% 225K 6s
3000K .......... .......... .......... .......... .......... 56% 243K 6s
3050K .......... .......... .......... .......... .......... 57% 247K 6s
3100K .......... .......... .......... .......... .......... 58% 286K 6s
3150K .......... .......... .......... .......... .......... 59% 246K 6s
3200K .......... .......... .......... .......... .......... 60% 308K 6s
3250K .......... .......... .......... .......... .......... 61% 371K 6s
3300K .......... .......... .......... .......... .......... 62% 311K 6s
3350K .......... .......... .......... .......... .......... 63% 258K 5s
3400K .......... .......... .......... .......... .......... 64% 462K 5s
3450K .......... .......... .......... .......... .......... 65% 331K 5s
3500K .......... .......... .......... .......... .......... 65% 284K 5s
3550K .......... .......... .......... .......... .......... 66% 369K 5s
3600K .......... .......... .......... .......... .......... 67% 432K 5s
3650K .......... .......... .......... .......... .......... 68% 358K 5s
3700K .......... .......... .......... .......... .......... 69% 461K 4s
3750K .......... .......... .......... .......... .......... 70% 437K 4s
3800K .......... .......... .......... .......... .......... 71% 500K 4s
3850K .......... .......... .......... .......... .......... 72% 533K 4s
3900K .......... .......... .......... .......... .......... 73% 512K 4s
3950K .......... .......... .......... .......... .......... 74% 524K 4s
4000K .......... .......... .......... .......... .......... 75% 556K 4s
4050K .......... .......... .......... .......... .......... 76% 584K 3s
4100K .......... .......... .......... .......... .......... 77% 623K 3s
4150K .......... .......... .......... .......... .......... 78% 554K 3s
4200K .......... .......... .......... .......... .......... 78% 621K 3s
4250K .......... .......... .......... .......... .......... 79% 602K 3s
4300K .......... .......... .......... .......... .......... 80% 628K 3s
4350K .......... .......... .......... .......... .......... 81% 620K 3s
4400K .......... .......... .......... .......... .......... 82% 222K 2s
4450K .......... .......... .......... .......... .......... 83% 323M 2s
4500K .......... .......... .......... .......... .......... 84% 446K 2s
4550K .......... .......... .......... .......... .......... 85% 304M 2s
4600K .......... .......... .......... .......... .......... 86% 3.88M 2s
4650K .......... .......... .......... .......... .......... 87% 921K 2s
4700K .......... .......... .......... .......... .......... 88% 564K 2s
4750K .......... .......... .......... .......... .......... 89% 652K 1s
4800K .......... .......... .......... .......... .......... 90% 622K 1s
4850K .......... .......... .......... .......... .......... 91% 586K 1s
4900K .......... .......... .......... .......... .......... 91% 539K 1s
4950K .......... .......... .......... .......... .......... 92% 539K 1s
5000K .......... .......... .......... .......... .......... 93% 439K 1s
5050K .......... .......... .......... .......... .......... 94% 457K 1s
5100K .......... .......... .......... .......... .......... 95% 577K 1s
5150K .......... .......... .......... .......... .......... 96% 394K 0s
5200K .......... .......... .......... .......... .......... 97% 307K 0s
5250K .......... .......... .......... .......... .......... 98% 436K 0s
5300K .......... .......... .......... .......... .......... 99% 475K 0s
5350K .......... .......... .......... ... 100% 229K=13s
2012-03-07 01:03:35 (404 KB/s) - ?drops/jdk6-jaxws2_1_6-2011_06_13.zip? saved [5512710/5512710]
drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK
mkdir -p stamps
touch stamps/download-jaxws-drop.stamp
mkdir -p drops
ln -sf /notnfs/nighttester/drops/jaf6-hg.zip drops/jdk6-jaf-b20.zip
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk6-jaf-b20.zip ] ; \
then \
mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \
fi ; \
/usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaf drop zip"; false; \
fi; \
fi ;
drops/jdk6-jaf-b20.zip: OK
mkdir -p stamps
touch stamps/download-jaf-drop.stamp
mkdir -p stamps
touch stamps/download-drops.stamp
mkdir -p stamps
touch stamps/download-cacao.stamp
mkdir -p stamps
touch stamps/download-jamvm.stamp
mkdir -p stamps
touch stamps/hgforest.stamp
mkdir -p stamps
touch stamps/download-openjdk.stamp
mkdir -p stamps
touch stamps/download-hotspot.stamp
touch stamps/download.stamp
if ! test -d openjdk ; then \
cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \
fi
mkdir -p stamps
touch stamps/extract-openjdk.stamp
mkdir -p stamps
touch stamps/extract-cacao.stamp
mkdir -p stamps
touch stamps/extract-jamvm.stamp
mkdir -p stamps
touch stamps/extract.stamp
mkdir -p stamps
touch stamps/replace-hotspot.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
cp -rv -l $target $link; \
chmod -R ug+rwX $link; \
done
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools' -> `openjdk/hotspot/tools'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools/mkbc.c' -> `openjdk/hotspot/tools/mkbc.c'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/asm_helper.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def'
mkdir -p stamps
touch stamps/ports.stamp
if [ ! -e /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ]; then \
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/generated /notnfs/nighttester/icedtea6-hg-target-testing/generated.build && \
chmod -R ug+rwX /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ; \
fi
mkdir -p stamps
touch stamps/generated.stamp
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.9.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.10.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.11.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.12.properties
mkdir -p stamps
touch stamps/fonts.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-fsg.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-fsg.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-fsg.stamp.tmp stamps/patch-fsg.stamp ; \
if ! test x${all_patches_ok} = "xyes"; then \
echo ERROR patch ${all_patches_ok} FAILED! ; \
echo WARNING make clean-patch before retrying a fix ; \
exit 2; \
fi ;
mkdir -p stamps ; \
rm -f stamps/patch.stamp.tmp ; \
touch stamps/patch.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/security/20120214/7082299.patch patches/security/20120214/7088367.patch patches/security/20120214/7110683.patch patches/security/20120214/7110687.patch patches/security/20120214/7110700.patch patches/security/20120214/7110704.patch patches/security/20120214/7118283.patch patches/security/20120214/7126960.patch patches/openjdk/6610244-modal-fatal-error-windows.patch patches/stdc-limit-macros.patch patches/openjdk/4993545-nativeinlightfixer.patch patches/openjdk/6637796-set_bounds.patch patches/openjdk/6607660-treelock.patch patches/openjdk/6607170-request_focus.patch patches/openjdk/4685768-focus.patch patches/openjdk/6616323-component_array.patch patches/openjdk/6682046-shape_calculation.patch patches/openjdk/6797195-hw_lw_mixing.patch patches/openjdk/6725214-direct3d-01.patch patches/openjdk/6748082-isDisplayLocal.patch patches/openjdk/6633275-shaped_translucent_windows.patch patches/security/20120214/7112642.patch patches/openjdk/6769607-modal-hangs.patch patches/openjdk/6791612-opengl-jni-fix.patch patches/openjdk/6755274-glgetstring-crash.patch patches/openjdk/6984543-onscreen_rendering_resize_test.patch patches/openjdk/6693253-security_warning.patch patches/openjdk/6444769-windowwithwarningtest.patch patches/notice-safepoints.patch patches/parisc-opt.patch patches/lucene-crash.patch patches/version.patch patches/version-hotspot.patch patches/text-relocations.patch patches/openjdk/7043921-java_rmi_cgi.patch patches/use-system-tzdata.patch patches/headers.patch patches/gcc-suffix.patch patches/memory-limits.patch patches/libraries.patch patches/jvmtiEnv.patch patches/lcms.patch patches/print_lsb_release.patch patches/uname.patch patches/freetypeversion.patch patches/nomotif-6706121.patch patches/nomotif.patch patches/nomotif-mtoolkit.patch patches/alpha-fixes.patch patches/alt-jar.patch patches/jdk-use-ssize_t.patch patches/use-idx_t.patch patches/params-cast-size_t.patch patches/clean-crypto.patch patches/arch.patch patches/lc_ctype.patch patches/xjc.patch patches/linker-libs-order.patch patches/testenv.patch patches/samejvm-safe.patch patches/pr261.patch patches/sparc-buildfixes.patch patches/sparc64-linux.patch patches/sparc-ptracefix.patch patches/sparc-trapsfix.patch patches/jtreg-6592792.patch patches/s390-noinline.patch patches/jtreg-dnd.patch patches/jtreg-jrunscript.patch patches/network-unreachable.patch patches/dnd-filelists.patch patches/disable-cc-incompatible-sanity-checks.patch patches/explicit-target-arch.patch patches/openjdk/7019808-stack_noexec.patch patches/parisc.patch patches/sh4-support.patch patches/policy-evaluation.patch patches/update-bootclasspath.patch patches/openjdk/6959123-libpng_14.patch patches/applet_hole.patch patches/jtreg-httpTest.patch patches/arm.patch patches/debug-dir.patch patches/override-redirect-metacity.patch patches/openjdk/6967533-pre_epoch.patch patches/fonts-rhel.patch patches/fonts-gentoo.patch patches/ipv4-mapped-ipv6-addresses.patch patches/jtreg-OpenGLContextInit.patch patches/openjdk/6510892-httpserver_test.patch patches/openjdk/6638712-wildcard_types.patch patches/openjdk/6650759-missing_inference.patch patches/numa_on_early_glibc.patch patches/jtreg-international-fonts.patch patches/f14-fonts.patch patches/jtreg-T6638712-fix.patch patches/jtreg-T6650759m-fix.patch patches/openjdk/7003777-bad-html-entity-parse.patch patches/jtreg-6929067-fix.patch patches/rendering-engine-tests.patch patches/openjdk/6800846-printing-quality.patch patches/rh661505-jpeg.patch patches/6703377-freetypescaler.patch patches/ia64-fix.patch patches/openjdk/6642612-filechooser_button_sizes.patch patches/jtreg-international-fonts-styles.patch patches/openjdk/6736649-text_bearings.patch patches/openjdk/6797139-jbutton_truncation.patch patches/openjdk/6883341-text_bearing_exception.patch patches/jtreg-png-reader.patch patches/openjdk/4724552-CubicCurve2D.patch patches/openjdk/4493128-CubicCurve2D.patch patches/openjdk/4645692-CubicCurve2D.solveCubic.patch patches/no-static-linking.patch patches/openjdk/7041156-gcc_export_dynamic.patch patches/g344659-sparc_fix.patch patches/openjdk/6728834-blurred-lcd-aa-text.patch patches/openjdk/6749060-bad-lcd-aa-non-opaque-dest.patch patches/openjdk/6708580-exa_slow.patch patches/openjdk/6896068-sg2d.patch patches/openjdk/7021314-no_javaws_man_page.patch patches/pr586-include_all_srcs.patch patches/jtreg-LastErrorString.patch patches/openjdk/6663040-com.sun.awt.patch patches/openjdk/6775317-non-AA-simple-shape-performance.patch patches/pr600-arm-jvm.cfg.patch patches/openjdk/6887494-NPE-in-pisces.patch patches/openjdk/6967436-6967433-floating-pt-conversion.patch patches/openjdk/6976265-stroke-control.patch patches/openjdk/6967434-bad-round-joins.patch patches/openjdk/6766342-AA-simple-shape-performance.patch patches/openjdk/7016856-pisces-performance.patch patches/openjdk/6934977-MappedByteBuffer.load.patch patches/jtreg-hotspot-bug-6196102.patch patches/jtreg-double-to-string.patch patches/openjdk/7023591-AAShapePipe.patch patches/openjdk/7027667-AAShapePipeRegTest.patch patches/openjdk/7019861-AA-regression-fix.patch patches/g356743-libpng-1.5.patch patches/revert-6885123.patch patches/openjdk/7032388-work_without_cmov_instruction.patch patches/openjdk/7031385-gcc-register-allocation-fix.patch patches/openjdk/6986968-crash_on_xim_restart.patch patches/openjdk/7036754-stroker-nan.patch patches/openjdk/pgram-pipe-regression.patch patches/openjdk/7034464-hugepage.patch patches/openjdk/7037939-hugepage.patch patches/openjdk/7043564-hugepage.patch patches/openjdk/mutter.patch patches/fonts-rhel-version.patch patches/openjdk/7036148-npe-null-jmenu-name.patch patches/jtreg-ChangeDir.patch patches/jtreg-TempBuffer.patch patches/jtreg-EncodedMultiByteChar.patch patches/jtreg-FileLoaderTest.patch patches/jtreg-FileMap.patch patches/jtreg-ChannelsWrite.patch patches/jtreg-bug7036148-test.patch patches/jtreg-ReadWriteProfileTest.patch patches/openjdk/6818312-com.sun.awt.SecurityWarning.getSize.patch patches/jtreg-MappedByteBuffer-Basic.patch patches/openjdk/7008106-WindowOpacity.patch patches/openjdk/6956668-misbehavior_of_XOR_operator_with_int.patch patches/openjdk/6699843-IllegalArgumentException_drawString.patch patches/openjdk/6918065-Crash_in_Java2D_blit_loop.patch patches/openjdk/6623219-Font_canDisplayUpTo_does_not_work.patch patches/support_linux_3.patch patches/openjdk/6783910-java_awt_Color_brighter_darker_fix.patch patches/openjdk/6785424-SecurityException_locating_physical_fonts.patch patches/openjdk/7047069-Array_can_dynamically_change_size.patch patches/openjdk/6796786-invalid_FP_identity_transform.patch patches/openjdk/7042070-Typo_in_Test6796786.patch patches/openjdk/6679308-Poor_text_rendering_on_translucent_image.patch patches/openjdk/6842838-64-bit_failure_in_handling_invalid_manifest.patch patches/openjdk/6882768-test_for_6842838_is_broken.patch patches/pr639-broken_shark_build.patch patches/powerpc-stacksize.patch patches/jtreg-remove-test-6987555.patch patches/jtreg-remove-test-6991596.patch patches/openjdk/7036220-shark_llvm_29_headers.patch patches/openjdk/7029152-String_intrinsics_miss_optimization.patch patches/openjdk/6711682-JCheckBox_in_JTable_does_not_respond_to_click.patch patches/openjdk/6758179-D3D_AlphaComposite_is_applied_incorrectly.patch patches/jtreg-ConstructDeflaterInput-fix.patch patches/openjdk/6613904-GroupLayout_createParallelGroup_null_arg.patch patches/openjdk/7049339-anyblit-broken.patch patches/jtreg-hotspot-Test7020373-fix.patch patches/openjdk/4917091-javac_rejects_array_over_128_in_length.patch patches/openjdk/6390045-error_cannot_access_java_lang_void.patch patches/openjdk/6752638-preferLocaleFonts_throws_NPE.patch patches/openjdk/5047314-Collator_compare_runs_indefinitely.patch patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch patches/openjdk/6934356-Vector_writeObject_serialization_DL.patch patches/openjdk/7036582-Improve_test_coverage_of_BigDecimal.patch patches/pr690-shark-jit-hs20.patch patches/pr696-zero-fast_aldc-hs20.patch patches/openjdk/6806261-BigDecimal_longValueExact_throws_NPE.patch patches/openjdk/6371401-BigInteger.shift_throws_StackOverflowError.patch patches/openjdk/6826104-npe_on_app_and_toolkit_modal_dialog_click.patch patches/openjdk/5082756-ImageIO_plugins_metadata_boolean_attributes.patch patches/openjdk/6296893-BMP_Writer_handles_TopDown_prop_incorrectly.patch patches/openjdk/7103224-glibc_name_collision.patch patches/arm-debug.patch patches/arm-hsdis.patch patches/openjdk/7103610-_NET_WM_PID_and_WM_CLIENT_MACHINE_are_not_set.patch patches/openjdk/6706974-krb5_test_infrastructure.patch patches/openjdk/6764553-IdResolver_is_not_thread_safe.patch patches/openjdk/6761072-new_krb5_tests_fail_on_multiple_platforms.patch patches/openjdk/7140882-dont-return-booleans-from-methods-returning-pointers.patch patches/openjdk/remove-mimpure-option-to-gcc.patch patches/rhino.patch patches/openjdk/6307603-xrender-01.patch patches/openjdk/6961633-xrender-02.patch patches/openjdk/7018387-xrender_gc_leak.patch patches/systemtap.patch patches/systemtap-gcc-4.5.patch patches/systemtap-alloc-size-workaround.patch patches/nss-not-enabled-config.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
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/security/20120214/7082299.patch
11 out of 11 hunks FAILED -- saving rejects to file openjdk/jdk/src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java.rej
ERROR patch patches/security/20120214/7082299.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Wed Mar 7 05:23:43 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Wed, 7 Mar 2012 08:23:43 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #202
In-Reply-To: <752712024.251331040234625.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <752712024.251331040234625.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1038456699.281331126627039.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-07 07:41:39
End 2012-03-07 08:23:40
00:06:18 corba
00:06:26 hotspot
00:00:20 jaxp
00:01:03 jaxws
00:27:15 jdk
00:00:39 langtools
00:42:01 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Wed Mar 7 06:55:59 EST 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Wed Mar 7 21:04:30 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Thu, 8 Mar 2012 00:04:30 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #932
In-Reply-To: <1380127572.261331096677022.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1380127572.261331096677022.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <20603534.291331183070553.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2821 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Wed Mar 7 22:03:51 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Thu, 8 Mar 2012 01:03:51 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #449
In-Reply-To: <643151549.271331100242657.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <643151549.271331100242657.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <653252106.301331186631439.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 467 lines...]
0K .......... .......... .......... .......... .......... 0% 108K 49s
50K .......... .......... .......... .......... .......... 1% 183K 39s
100K .......... .......... .......... .......... .......... 2% 630K 28s
150K .......... .......... .......... .......... .......... 3% 448K 24s
200K .......... .......... .......... .......... .......... 4% 578K 21s
250K .......... .......... .......... .......... .......... 5% 464K 19s
300K .......... .......... .......... .......... .......... 6% 597K 17s
350K .......... .......... .......... .......... .......... 7% 816K 16s
400K .......... .......... .......... .......... .......... 8% 727K 15s
450K .......... .......... .......... .......... .......... 9% 553K 14s
500K .......... .......... .......... .......... .......... 10% 813K 13s
550K .......... .......... .......... .......... .......... 11% 900K 12s
600K .......... .......... .......... .......... .......... 12% 703K 12s
650K .......... .......... .......... .......... .......... 13% 773K 11s
700K .......... .......... .......... .......... .......... 13% 912K 11s
750K .......... .......... .......... .......... .......... 14% 983K 10s
800K .......... .......... .......... .......... .......... 15% 982K 10s
850K .......... .......... .......... .......... .......... 16% 1.03M 9s
900K .......... .......... .......... .......... .......... 17% 903K 9s
950K .......... .......... .......... .......... .......... 18% 814K 9s
1000K .......... .......... .......... .......... .......... 19% 915K 8s
1050K .......... .......... .......... .......... .......... 20% 896K 8s
1100K .......... .......... .......... .......... .......... 21% 1.01M 8s
1150K .......... .......... .......... .......... .......... 22% 1.03M 8s
1200K .......... .......... .......... .......... .......... 23% 1.03M 7s
1250K .......... .......... .......... .......... .......... 24% 901K 7s
1300K .......... .......... .......... .......... .......... 25% 764K 7s
1350K .......... .......... .......... .......... .......... 26% 689K 7s
1400K .......... .......... .......... .......... .......... 26% 861K 7s
1450K .......... .......... .......... .......... .......... 27% 1.03M 7s
1500K .......... .......... .......... .......... .......... 28% 1.06M 6s
1550K .......... .......... .......... .......... .......... 29% 1.09M 6s
1600K .......... .......... .......... .......... .......... 30% 1.10M 6s
1650K .......... .......... .......... .......... .......... 31% 877K 6s
1700K .......... .......... .......... .......... .......... 32% 970K 6s
1750K .......... .......... .......... .......... .......... 33% 810K 6s
1800K .......... .......... .......... .......... .......... 34% 744K 6s
1850K .......... .......... .......... .......... .......... 35% 77.2K 7s
1900K .......... .......... .......... .......... .......... 36% 6.98M 6s
1950K .......... .......... .......... .......... .......... 37% 12.1M 6s
2000K .......... .......... .......... .......... .......... 38% 124M 6s
2050K .......... .......... .......... .......... .......... 39% 30.5M 6s
2100K .......... .......... .......... .......... .......... 39% 44.8M 5s
2150K .......... .......... .......... .......... .......... 40% 31.7M 5s
2200K .......... .......... .......... .......... .......... 41% 10.1M 5s
2250K .......... .......... .......... .......... .......... 42% 281M 5s
2300K .......... .......... .......... .......... .......... 43% 3.17M 5s
2350K .......... .......... .......... .......... .......... 44% 2.41M 5s
2400K .......... .......... .......... .......... .......... 45% 1.19M 4s
2450K .......... .......... .......... .......... .......... 46% 759K 4s
2500K .......... .......... .......... .......... .......... 47% 338K 4s
2550K .......... .......... .......... .......... .......... 48% 834K 4s
2600K .......... .......... .......... .......... .......... 49% 510K 4s
2650K .......... .......... .......... .......... .......... 50% 850K 4s
2700K .......... .......... .......... .......... .......... 51% 894K 4s
2750K .......... .......... .......... .......... .......... 52% 821K 4s
2800K .......... .......... .......... .......... .......... 52% 963K 4s
2850K .......... .......... .......... .......... .......... 53% 977K 4s
2900K .......... .......... .......... .......... .......... 54% 865K 4s
2950K .......... .......... .......... .......... .......... 55% 985K 4s
3000K .......... .......... .......... .......... .......... 56% 963K 3s
3050K .......... .......... .......... .......... .......... 57% 1.05M 3s
3100K .......... .......... .......... .......... .......... 58% 1.01M 3s
3150K .......... .......... .......... .......... .......... 59% 903K 3s
3200K .......... .......... .......... .......... .......... 60% 948K 3s
3250K .......... .......... .......... .......... .......... 61% 955K 3s
3300K .......... .......... .......... .......... .......... 62% 1.03M 3s
3350K .......... .......... .......... .......... .......... 63% 1007K 3s
3400K .......... .......... .......... .......... .......... 64% 882K 3s
3450K .......... .......... .......... .......... .......... 65% 1004K 3s
3500K .......... .......... .......... .......... .......... 65% 956K 3s
3550K .......... .......... .......... .......... .......... 66% 1.01M 2s
3600K .......... .......... .......... .......... .......... 67% 1006K 2s
3650K .......... .......... .......... .......... .......... 68% 888K 2s
3700K .......... .......... .......... .......... .......... 69% 1.06M 2s
3750K .......... .......... .......... .......... .......... 70% 980K 2s
3800K .......... .......... .......... .......... .......... 71% 956K 2s
3850K .......... .......... .......... .......... .......... 72% 1007K 2s
3900K .......... .......... .......... .......... .......... 73% 987K 2s
3950K .......... .......... .......... .......... .......... 74% 964K 2s
4000K .......... .......... .......... .......... .......... 75% 962K 2s
4050K .......... .......... .......... .......... .......... 76% 904K 2s
4100K .......... .......... .......... .......... .......... 77% 1.06M 2s
4150K .......... .......... .......... .......... .......... 78% 989K 2s
4200K .......... .......... .......... .......... .......... 78% 917K 2s
4250K .......... .......... .......... .......... .......... 79% 1013K 1s
4300K .......... .......... .......... .......... .......... 80% 987K 1s
4350K .......... .......... .......... .......... .......... 81% 1.00M 1s
4400K .......... .......... .......... .......... .......... 82% 1001K 1s
4450K .......... .......... .......... .......... .......... 83% 325K 1s
4500K .......... .......... .......... .......... .......... 84% 316M 1s
4550K .......... .......... .......... .......... .......... 85% 55.7M 1s
4600K .......... .......... .......... .......... .......... 86% 962K 1s
4650K .......... .......... .......... .......... .......... 87% 1010K 1s
4700K .......... .......... .......... .......... .......... 88% 962K 1s
4750K .......... .......... .......... .......... .......... 89% 981K 1s
4800K .......... .......... .......... .......... .......... 90% 128K 1s
4850K .......... .......... .......... .......... .......... 91% 325M 1s
4900K .......... .......... .......... .......... .......... 91% 253K 1s
4950K .......... .......... .......... .......... .......... 92% 203M 1s
5000K .......... .......... .......... .......... .......... 93% 326M 0s
5050K .......... .......... .......... .......... .......... 94% 325M 0s
5100K .......... .......... .......... .......... .......... 95% 329M 0s
5150K .......... .......... .......... .......... .......... 96% 331M 0s
5200K .......... .......... .......... .......... .......... 97% 316M 0s
5250K .......... .......... .......... .......... .......... 98% 336M 0s
5300K .......... .......... .......... .......... .......... 99% 777K 0s
5350K .......... .......... .......... ... 100% 513K=7.0s
2012-03-08 01:03:28 (771 KB/s) - ?drops/jdk6-jaxws2_1_6-2011_06_13.zip? saved [5512710/5512710]
drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK
mkdir -p stamps
touch stamps/download-jaxws-drop.stamp
mkdir -p drops
ln -sf /notnfs/nighttester/drops/jaf6-hg.zip drops/jdk6-jaf-b20.zip
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk6-jaf-b20.zip ] ; \
then \
mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \
fi ; \
/usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaf drop zip"; false; \
fi; \
fi ;
drops/jdk6-jaf-b20.zip: OK
mkdir -p stamps
touch stamps/download-jaf-drop.stamp
mkdir -p stamps
touch stamps/download-drops.stamp
mkdir -p stamps
touch stamps/download-cacao.stamp
mkdir -p stamps
touch stamps/download-jamvm.stamp
mkdir -p stamps
touch stamps/hgforest.stamp
mkdir -p stamps
touch stamps/download-openjdk.stamp
mkdir -p stamps
touch stamps/download-hotspot.stamp
touch stamps/download.stamp
if ! test -d openjdk ; then \
cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \
fi
mkdir -p stamps
touch stamps/extract-openjdk.stamp
mkdir -p stamps
touch stamps/extract-cacao.stamp
mkdir -p stamps
touch stamps/extract-jamvm.stamp
mkdir -p stamps
touch stamps/extract.stamp
mkdir -p stamps
touch stamps/replace-hotspot.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
cp -rv -l $target $link; \
chmod -R ug+rwX $link; \
done
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools' -> `openjdk/hotspot/tools'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools/mkbc.c' -> `openjdk/hotspot/tools/mkbc.c'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/asm_helper.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def'
mkdir -p stamps
touch stamps/ports.stamp
if [ ! -e /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ]; then \
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/generated /notnfs/nighttester/icedtea6-hg-target-testing/generated.build && \
chmod -R ug+rwX /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ; \
fi
mkdir -p stamps
touch stamps/generated.stamp
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.9.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.10.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.11.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.12.properties
mkdir -p stamps
touch stamps/fonts.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-fsg.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-fsg.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-fsg.stamp.tmp stamps/patch-fsg.stamp ; \
if ! test x${all_patches_ok} = "xyes"; then \
echo ERROR patch ${all_patches_ok} FAILED! ; \
echo WARNING make clean-patch before retrying a fix ; \
exit 2; \
fi ;
mkdir -p stamps ; \
rm -f stamps/patch.stamp.tmp ; \
touch stamps/patch.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/security/20120214/7082299.patch patches/security/20120214/7088367.patch patches/security/20120214/7110683.patch patches/security/20120214/7110687.patch patches/security/20120214/7110700.patch patches/security/20120214/7110704.patch patches/security/20120214/7118283.patch patches/security/20120214/7126960.patch patches/openjdk/6610244-modal-fatal-error-windows.patch patches/stdc-limit-macros.patch patches/openjdk/4993545-nativeinlightfixer.patch patches/openjdk/6637796-set_bounds.patch patches/openjdk/6607660-treelock.patch patches/openjdk/6607170-request_focus.patch patches/openjdk/4685768-focus.patch patches/openjdk/6616323-component_array.patch patches/openjdk/6682046-shape_calculation.patch patches/openjdk/6797195-hw_lw_mixing.patch patches/openjdk/6725214-direct3d-01.patch patches/openjdk/6748082-isDisplayLocal.patch patches/openjdk/6633275-shaped_translucent_windows.patch patches/security/20120214/7112642.patch patches/openjdk/6769607-modal-hangs.patch patches/openjdk/6791612-opengl-jni-fix.patch patches/openjdk/6755274-glgetstring-crash.patch patches/openjdk/6984543-onscreen_rendering_resize_test.patch patches/openjdk/6693253-security_warning.patch patches/openjdk/6444769-windowwithwarningtest.patch patches/notice-safepoints.patch patches/parisc-opt.patch patches/lucene-crash.patch patches/version.patch patches/version-hotspot.patch patches/text-relocations.patch patches/openjdk/7043921-java_rmi_cgi.patch patches/use-system-tzdata.patch patches/headers.patch patches/gcc-suffix.patch patches/memory-limits.patch patches/libraries.patch patches/jvmtiEnv.patch patches/lcms.patch patches/print_lsb_release.patch patches/uname.patch patches/freetypeversion.patch patches/nomotif-6706121.patch patches/nomotif.patch patches/nomotif-mtoolkit.patch patches/alpha-fixes.patch patches/alt-jar.patch patches/jdk-use-ssize_t.patch patches/use-idx_t.patch patches/params-cast-size_t.patch patches/clean-crypto.patch patches/arch.patch patches/lc_ctype.patch patches/xjc.patch patches/linker-libs-order.patch patches/testenv.patch patches/samejvm-safe.patch patches/pr261.patch patches/sparc-buildfixes.patch patches/sparc64-linux.patch patches/sparc-ptracefix.patch patches/sparc-trapsfix.patch patches/jtreg-6592792.patch patches/s390-noinline.patch patches/jtreg-dnd.patch patches/jtreg-jrunscript.patch patches/network-unreachable.patch patches/dnd-filelists.patch patches/disable-cc-incompatible-sanity-checks.patch patches/explicit-target-arch.patch patches/openjdk/7019808-stack_noexec.patch patches/parisc.patch patches/sh4-support.patch patches/policy-evaluation.patch patches/update-bootclasspath.patch patches/openjdk/6959123-libpng_14.patch patches/applet_hole.patch patches/jtreg-httpTest.patch patches/arm.patch patches/debug-dir.patch patches/override-redirect-metacity.patch patches/openjdk/6967533-pre_epoch.patch patches/fonts-rhel.patch patches/fonts-gentoo.patch patches/ipv4-mapped-ipv6-addresses.patch patches/jtreg-OpenGLContextInit.patch patches/openjdk/6510892-httpserver_test.patch patches/openjdk/6638712-wildcard_types.patch patches/openjdk/6650759-missing_inference.patch patches/numa_on_early_glibc.patch patches/jtreg-international-fonts.patch patches/f14-fonts.patch patches/jtreg-T6638712-fix.patch patches/jtreg-T6650759m-fix.patch patches/openjdk/7003777-bad-html-entity-parse.patch patches/jtreg-6929067-fix.patch patches/rendering-engine-tests.patch patches/openjdk/6800846-printing-quality.patch patches/rh661505-jpeg.patch patches/6703377-freetypescaler.patch patches/ia64-fix.patch patches/openjdk/6642612-filechooser_button_sizes.patch patches/jtreg-international-fonts-styles.patch patches/openjdk/6736649-text_bearings.patch patches/openjdk/6797139-jbutton_truncation.patch patches/openjdk/6883341-text_bearing_exception.patch patches/jtreg-png-reader.patch patches/openjdk/4724552-CubicCurve2D.patch patches/openjdk/4493128-CubicCurve2D.patch patches/openjdk/4645692-CubicCurve2D.solveCubic.patch patches/no-static-linking.patch patches/openjdk/7041156-gcc_export_dynamic.patch patches/g344659-sparc_fix.patch patches/openjdk/6728834-blurred-lcd-aa-text.patch patches/openjdk/6749060-bad-lcd-aa-non-opaque-dest.patch patches/openjdk/6708580-exa_slow.patch patches/openjdk/6896068-sg2d.patch patches/openjdk/7021314-no_javaws_man_page.patch patches/pr586-include_all_srcs.patch patches/jtreg-LastErrorString.patch patches/openjdk/6663040-com.sun.awt.patch patches/openjdk/6775317-non-AA-simple-shape-performance.patch patches/pr600-arm-jvm.cfg.patch patches/openjdk/6887494-NPE-in-pisces.patch patches/openjdk/6967436-6967433-floating-pt-conversion.patch patches/openjdk/6976265-stroke-control.patch patches/openjdk/6967434-bad-round-joins.patch patches/openjdk/6766342-AA-simple-shape-performance.patch patches/openjdk/7016856-pisces-performance.patch patches/openjdk/6934977-MappedByteBuffer.load.patch patches/jtreg-hotspot-bug-6196102.patch patches/jtreg-double-to-string.patch patches/openjdk/7023591-AAShapePipe.patch patches/openjdk/7027667-AAShapePipeRegTest.patch patches/openjdk/7019861-AA-regression-fix.patch patches/g356743-libpng-1.5.patch patches/revert-6885123.patch patches/openjdk/7032388-work_without_cmov_instruction.patch patches/openjdk/7031385-gcc-register-allocation-fix.patch patches/openjdk/6986968-crash_on_xim_restart.patch patches/openjdk/7036754-stroker-nan.patch patches/openjdk/pgram-pipe-regression.patch patches/openjdk/7034464-hugepage.patch patches/openjdk/7037939-hugepage.patch patches/openjdk/7043564-hugepage.patch patches/openjdk/mutter.patch patches/fonts-rhel-version.patch patches/openjdk/7036148-npe-null-jmenu-name.patch patches/jtreg-ChangeDir.patch patches/jtreg-TempBuffer.patch patches/jtreg-EncodedMultiByteChar.patch patches/jtreg-FileLoaderTest.patch patches/jtreg-FileMap.patch patches/jtreg-ChannelsWrite.patch patches/jtreg-bug7036148-test.patch patches/jtreg-ReadWriteProfileTest.patch patches/openjdk/6818312-com.sun.awt.SecurityWarning.getSize.patch patches/jtreg-MappedByteBuffer-Basic.patch patches/openjdk/7008106-WindowOpacity.patch patches/openjdk/6956668-misbehavior_of_XOR_operator_with_int.patch patches/openjdk/6699843-IllegalArgumentException_drawString.patch patches/openjdk/6918065-Crash_in_Java2D_blit_loop.patch patches/openjdk/6623219-Font_canDisplayUpTo_does_not_work.patch patches/support_linux_3.patch patches/openjdk/6783910-java_awt_Color_brighter_darker_fix.patch patches/openjdk/6785424-SecurityException_locating_physical_fonts.patch patches/openjdk/7047069-Array_can_dynamically_change_size.patch patches/openjdk/6796786-invalid_FP_identity_transform.patch patches/openjdk/7042070-Typo_in_Test6796786.patch patches/openjdk/6679308-Poor_text_rendering_on_translucent_image.patch patches/openjdk/6842838-64-bit_failure_in_handling_invalid_manifest.patch patches/openjdk/6882768-test_for_6842838_is_broken.patch patches/pr639-broken_shark_build.patch patches/powerpc-stacksize.patch patches/jtreg-remove-test-6987555.patch patches/jtreg-remove-test-6991596.patch patches/openjdk/7036220-shark_llvm_29_headers.patch patches/openjdk/7029152-String_intrinsics_miss_optimization.patch patches/openjdk/6711682-JCheckBox_in_JTable_does_not_respond_to_click.patch patches/openjdk/6758179-D3D_AlphaComposite_is_applied_incorrectly.patch patches/jtreg-ConstructDeflaterInput-fix.patch patches/openjdk/6613904-GroupLayout_createParallelGroup_null_arg.patch patches/openjdk/7049339-anyblit-broken.patch patches/jtreg-hotspot-Test7020373-fix.patch patches/openjdk/4917091-javac_rejects_array_over_128_in_length.patch patches/openjdk/6390045-error_cannot_access_java_lang_void.patch patches/openjdk/6752638-preferLocaleFonts_throws_NPE.patch patches/openjdk/5047314-Collator_compare_runs_indefinitely.patch patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch patches/openjdk/6934356-Vector_writeObject_serialization_DL.patch patches/openjdk/7036582-Improve_test_coverage_of_BigDecimal.patch patches/pr690-shark-jit-hs20.patch patches/pr696-zero-fast_aldc-hs20.patch patches/openjdk/6806261-BigDecimal_longValueExact_throws_NPE.patch patches/openjdk/6371401-BigInteger.shift_throws_StackOverflowError.patch patches/openjdk/6826104-npe_on_app_and_toolkit_modal_dialog_click.patch patches/openjdk/5082756-ImageIO_plugins_metadata_boolean_attributes.patch patches/openjdk/6296893-BMP_Writer_handles_TopDown_prop_incorrectly.patch patches/openjdk/7103224-glibc_name_collision.patch patches/arm-debug.patch patches/arm-hsdis.patch patches/openjdk/7103610-_NET_WM_PID_and_WM_CLIENT_MACHINE_are_not_set.patch patches/openjdk/6706974-krb5_test_infrastructure.patch patches/openjdk/6764553-IdResolver_is_not_thread_safe.patch patches/openjdk/6761072-new_krb5_tests_fail_on_multiple_platforms.patch patches/openjdk/7140882-dont-return-booleans-from-methods-returning-pointers.patch patches/openjdk/remove-mimpure-option-to-gcc.patch patches/rhino.patch patches/openjdk/6307603-xrender-01.patch patches/openjdk/6961633-xrender-02.patch patches/openjdk/7018387-xrender_gc_leak.patch patches/systemtap.patch patches/systemtap-gcc-4.5.patch patches/systemtap-alloc-size-workaround.patch patches/nss-not-enabled-config.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
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/security/20120214/7082299.patch
11 out of 11 hunks FAILED -- saving rejects to file openjdk/jdk/src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java.rej
ERROR patch patches/security/20120214/7082299.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Thu Mar 8 05:22:54 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Thu, 8 Mar 2012 08:22:54 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #203
In-Reply-To: <1038456699.281331126627039.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1038456699.281331126627039.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1210836337.311331212975856.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-08 07:40:45
End 2012-03-08 08:22:51
00:06:16 corba
00:06:26 hotspot
00:00:21 jaxp
00:01:02 jaxws
00:27:21 jdk
00:00:40 langtools
00:42:06 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Thu Mar 8 06:55:15 EST 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Thu Mar 8 21:04:36 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Fri, 9 Mar 2012 00:04:36 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #933
In-Reply-To: <20603534.291331183070553.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <20603534.291331183070553.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <555121977.321331269476907.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2821 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Thu Mar 8 22:04:02 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Fri, 9 Mar 2012 01:04:02 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #450
In-Reply-To: <653252106.301331186631439.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <653252106.301331186631439.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <388559588.331331273042897.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 467 lines...]
0K .......... .......... .......... .......... .......... 0% 104K 51s
50K .......... .......... .......... .......... .......... 1% 213K 38s
100K .......... .......... .......... .......... .......... 2% 664K 28s
150K .......... .......... .......... .......... .......... 3% 596K 23s
200K .......... .......... .......... .......... .......... 4% 302K 21s
250K .......... .......... .......... .......... .......... 5% 489K 19s
300K .......... .......... .......... .......... .......... 6% 322K 19s
350K .......... .......... .......... .......... .......... 7% 419K 18s
400K .......... .......... .......... .......... .......... 8% 352K 17s
450K .......... .......... .......... .......... .......... 9% 410K 16s
500K .......... .......... .......... .......... .......... 10% 409K 16s
550K .......... .......... .......... .......... .......... 11% 394K 15s
600K .......... .......... .......... .......... .......... 12% 378K 15s
650K .......... .......... .......... .......... .......... 13% 394K 15s
700K .......... .......... .......... .......... .......... 13% 374K 14s
750K .......... .......... .......... .......... .......... 14% 381K 14s
800K .......... .......... .......... .......... .......... 15% 340K 14s
850K .......... .......... .......... .......... .......... 16% 403K 14s
900K .......... .......... .......... .......... .......... 17% 382K 13s
950K .......... .......... .......... .......... .......... 18% 420K 13s
1000K .......... .......... .......... .......... .......... 19% 376K 13s
1050K .......... .......... .......... .......... .......... 20% 353K 13s
1100K .......... .......... .......... .......... .......... 21% 356K 12s
1150K .......... .......... .......... .......... .......... 22% 452K 12s
1200K .......... .......... .......... .......... .......... 23% 339K 12s
1250K .......... .......... .......... .......... .......... 24% 428K 12s
1300K .......... .......... .......... .......... .......... 25% 375K 12s
1350K .......... .......... .......... .......... .......... 26% 435K 11s
1400K .......... .......... .......... .......... .......... 26% 333K 11s
1450K .......... .......... .......... .......... .......... 27% 390K 11s
1500K .......... .......... .......... .......... .......... 28% 452K 11s
1550K .......... .......... .......... .......... .......... 29% 378K 11s
1600K .......... .......... .......... .......... .......... 30% 358K 11s
1650K .......... .......... .......... .......... .......... 31% 364K 10s
1700K .......... .......... .......... .......... .......... 32% 420K 10s
1750K .......... .......... .......... .......... .......... 33% 440K 10s
1800K .......... .......... .......... .......... .......... 34% 356K 10s
1850K .......... .......... .......... .......... .......... 35% 430K 10s
1900K .......... .......... .......... .......... .......... 36% 425K 10s
1950K .......... .......... .......... .......... .......... 37% 399K 9s
2000K .......... .......... .......... .......... .......... 38% 347K 9s
2050K .......... .......... .......... .......... .......... 39% 414K 9s
2100K .......... .......... .......... .......... .......... 39% 411K 9s
2150K .......... .......... .......... .......... .......... 40% 413K 9s
2200K .......... .......... .......... .......... .......... 41% 336K 9s
2250K .......... .......... .......... .......... .......... 42% 409K 8s
2300K .......... .......... .......... .......... .......... 43% 407K 8s
2350K .......... .......... .......... .......... .......... 44% 410K 8s
2400K .......... .......... .......... .......... .......... 45% 340K 8s
2450K .......... .......... .......... .......... .......... 46% 389K 8s
2500K .......... .......... .......... .......... .......... 47% 395K 8s
2550K .......... .......... .......... .......... .......... 48% 404K 8s
2600K .......... .......... .......... .......... .......... 49% 351K 7s
2650K .......... .......... .......... .......... .......... 50% 410K 7s
2700K .......... .......... .......... .......... .......... 51% 397K 7s
2750K .......... .......... .......... .......... .......... 52% 388K 7s
2800K .......... .......... .......... .......... .......... 52% 393K 7s
2850K .......... .......... .......... .......... .......... 53% 387K 7s
2900K .......... .......... .......... .......... .......... 54% 435K 7s
2950K .......... .......... .......... .......... .......... 55% 442K 6s
3000K .......... .......... .......... .......... .......... 56% 364K 6s
3050K .......... .......... .......... .......... .......... 57% 386K 6s
3100K .......... .......... .......... .......... .......... 58% 410K 6s
3150K .......... .......... .......... .......... .......... 59% 325K 6s
3200K .......... .......... .......... .......... .......... 60% 301K 6s
3250K .......... .......... .......... .......... .......... 61% 313K 6s
3300K .......... .......... .......... .......... .......... 62% 365K 6s
3350K .......... .......... .......... .......... .......... 63% 276K 5s
3400K .......... .......... .......... .......... .......... 64% 310K 5s
3450K .......... .......... .......... .......... .......... 65% 408K 5s
3500K .......... .......... .......... .......... .......... 65% 328K 5s
3550K .......... .......... .......... .......... .......... 66% 404K 5s
3600K .......... .......... .......... .......... .......... 67% 379K 5s
3650K .......... .......... .......... .......... .......... 68% 399K 5s
3700K .......... .......... .......... .......... .......... 69% 359K 4s
3750K .......... .......... .......... .......... .......... 70% 391K 4s
3800K .......... .......... .......... .......... .......... 71% 359K 4s
3850K .......... .......... .......... .......... .......... 72% 385K 4s
3900K .......... .......... .......... .......... .......... 73% 512K 4s
3950K .......... .......... .......... .......... .......... 74% 336K 4s
4000K .......... .......... .......... .......... .......... 75% 336K 4s
4050K .......... .......... .......... .......... .......... 76% 455K 3s
4100K .......... .......... .......... .......... .......... 77% 349K 3s
4150K .......... .......... .......... .......... .......... 78% 391K 3s
4200K .......... .......... .......... .......... .......... 78% 364K 3s
4250K .......... .......... .......... .......... .......... 79% 405K 3s
4300K .......... .......... .......... .......... .......... 80% 438K 3s
4350K .......... .......... .......... .......... .......... 81% 369K 3s
4400K .......... .......... .......... .......... .......... 82% 325K 3s
4450K .......... .......... .......... .......... .......... 83% 394K 2s
4500K .......... .......... .......... .......... .......... 84% 373K 2s
4550K .......... .......... .......... .......... .......... 85% 390K 2s
4600K .......... .......... .......... .......... .......... 86% 342K 2s
4650K .......... .......... .......... .......... .......... 87% 383K 2s
4700K .......... .......... .......... .......... .......... 88% 402K 2s
4750K .......... .......... .......... .......... .......... 89% 396K 2s
4800K .......... .......... .......... .......... .......... 90% 380K 1s
4850K .......... .......... .......... .......... .......... 91% 400K 1s
4900K .......... .......... .......... .......... .......... 91% 344K 1s
4950K .......... .......... .......... .......... .......... 92% 404K 1s
5000K .......... .......... .......... .......... .......... 93% 297K 1s
5050K .......... .......... .......... .......... .......... 94% 276K 1s
5100K .......... .......... .......... .......... .......... 95% 406K 1s
5150K .......... .......... .......... .......... .......... 96% 392K 0s
5200K .......... .......... .......... .......... .......... 97% 320K 0s
5250K .......... .......... .......... .......... .......... 98% 388K 0s
5300K .......... .......... .......... .......... .......... 99% 383K 0s
5350K .......... .......... .......... ... 100% 347K=15s
2012-03-09 01:03:38 (368 KB/s) - ?drops/jdk6-jaxws2_1_6-2011_06_13.zip? saved [5512710/5512710]
drops/jdk6-jaxws2_1_6-2011_06_13.zip: OK
mkdir -p stamps
touch stamps/download-jaxws-drop.stamp
mkdir -p drops
ln -sf /notnfs/nighttester/drops/jaf6-hg.zip drops/jdk6-jaf-b20.zip
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then \
if [ -f drops/jdk6-jaf-b20.zip ] ; \
then \
mv drops/jdk6-jaf-b20.zip drops/jdk6-jaf-b20.zip.old ; \
fi ; \
/usr/bin/wget http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip -O drops/jdk6-jaf-b20.zip; \
if ! echo "78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012 drops/jdk6-jaf-b20.zip" \
| /usr/bin/sha256sum --check ; \
then echo "ERROR: Bad download of jaf drop zip"; false; \
fi; \
fi ;
drops/jdk6-jaf-b20.zip: OK
mkdir -p stamps
touch stamps/download-jaf-drop.stamp
mkdir -p stamps
touch stamps/download-drops.stamp
mkdir -p stamps
touch stamps/download-cacao.stamp
mkdir -p stamps
touch stamps/download-jamvm.stamp
mkdir -p stamps
touch stamps/hgforest.stamp
mkdir -p stamps
touch stamps/download-openjdk.stamp
mkdir -p stamps
touch stamps/download-hotspot.stamp
touch stamps/download.stamp
if ! test -d openjdk ; then \
cp -pPR -l /notnfs/nighttester/jdk6/ openjdk ; \
fi
mkdir -p stamps
touch stamps/extract-openjdk.stamp
mkdir -p stamps
touch stamps/extract-cacao.stamp
mkdir -p stamps
touch stamps/extract-jamvm.stamp
mkdir -p stamps
touch stamps/extract.stamp
mkdir -p stamps
touch stamps/replace-hotspot.stamp
for target in /notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools \
/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/*cpu/* ; do \
link=$(dirname $target | sed 's/^.*arm_port/openjdk/'); \
cp -rv -l $target $link; \
chmod -R ug+rwX $link; \
done
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools' -> `openjdk/hotspot/tools'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/tools/mkbc.c' -> `openjdk/hotspot/tools/mkbc.c'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/asm_helper.cpp'
`/notnfs/nighttester/icedtea6-hg-target-testing/arm_port/hotspot/src/cpu/zero/vm/bytecodes_arm.def' -> `openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def'
mkdir -p stamps
touch stamps/ports.stamp
if [ ! -e /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ]; then \
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/generated /notnfs/nighttester/icedtea6-hg-target-testing/generated.build && \
chmod -R ug+rwX /notnfs/nighttester/icedtea6-hg-target-testing/generated.build ; \
fi
mkdir -p stamps
touch stamps/generated.stamp
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.9.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.10.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.11.properties
cp openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.properties openjdk/jdk/src/solaris/classes/sun/awt/fontconfigs/linux.fontconfig.Fedora.12.properties
mkdir -p stamps
touch stamps/fonts.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-fsg.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-fsg.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-fsg.stamp.tmp stamps/patch-fsg.stamp ; \
if ! test x${all_patches_ok} = "xyes"; then \
echo ERROR patch ${all_patches_ok} FAILED! ; \
echo WARNING make clean-patch before retrying a fix ; \
exit 2; \
fi ;
mkdir -p stamps ; \
rm -f stamps/patch.stamp.tmp ; \
touch stamps/patch.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/security/20120214/7082299.patch patches/security/20120214/7088367.patch patches/security/20120214/7110683.patch patches/security/20120214/7110687.patch patches/security/20120214/7110700.patch patches/security/20120214/7110704.patch patches/security/20120214/7118283.patch patches/security/20120214/7126960.patch patches/openjdk/6610244-modal-fatal-error-windows.patch patches/stdc-limit-macros.patch patches/openjdk/4993545-nativeinlightfixer.patch patches/openjdk/6637796-set_bounds.patch patches/openjdk/6607660-treelock.patch patches/openjdk/6607170-request_focus.patch patches/openjdk/4685768-focus.patch patches/openjdk/6616323-component_array.patch patches/openjdk/6682046-shape_calculation.patch patches/openjdk/6797195-hw_lw_mixing.patch patches/openjdk/6725214-direct3d-01.patch patches/openjdk/6748082-isDisplayLocal.patch patches/openjdk/6633275-shaped_translucent_windows.patch patches/security/20120214/7112642.patch patches/openjdk/6769607-modal-hangs.patch patches/openjdk/6791612-opengl-jni-fix.patch patches/openjdk/6755274-glgetstring-crash.patch patches/openjdk/6984543-onscreen_rendering_resize_test.patch patches/openjdk/6693253-security_warning.patch patches/openjdk/6444769-windowwithwarningtest.patch patches/notice-safepoints.patch patches/parisc-opt.patch patches/lucene-crash.patch patches/version.patch patches/version-hotspot.patch patches/text-relocations.patch patches/openjdk/7043921-java_rmi_cgi.patch patches/use-system-tzdata.patch patches/headers.patch patches/gcc-suffix.patch patches/memory-limits.patch patches/libraries.patch patches/jvmtiEnv.patch patches/lcms.patch patches/print_lsb_release.patch patches/uname.patch patches/freetypeversion.patch patches/nomotif-6706121.patch patches/nomotif.patch patches/nomotif-mtoolkit.patch patches/alpha-fixes.patch patches/alt-jar.patch patches/jdk-use-ssize_t.patch patches/use-idx_t.patch patches/params-cast-size_t.patch patches/clean-crypto.patch patches/arch.patch patches/lc_ctype.patch patches/xjc.patch patches/linker-libs-order.patch patches/testenv.patch patches/samejvm-safe.patch patches/pr261.patch patches/sparc-buildfixes.patch patches/sparc64-linux.patch patches/sparc-ptracefix.patch patches/sparc-trapsfix.patch patches/jtreg-6592792.patch patches/s390-noinline.patch patches/jtreg-dnd.patch patches/jtreg-jrunscript.patch patches/network-unreachable.patch patches/dnd-filelists.patch patches/disable-cc-incompatible-sanity-checks.patch patches/explicit-target-arch.patch patches/openjdk/7019808-stack_noexec.patch patches/parisc.patch patches/sh4-support.patch patches/policy-evaluation.patch patches/update-bootclasspath.patch patches/openjdk/6959123-libpng_14.patch patches/applet_hole.patch patches/jtreg-httpTest.patch patches/arm.patch patches/debug-dir.patch patches/override-redirect-metacity.patch patches/openjdk/6967533-pre_epoch.patch patches/fonts-rhel.patch patches/fonts-gentoo.patch patches/ipv4-mapped-ipv6-addresses.patch patches/jtreg-OpenGLContextInit.patch patches/openjdk/6510892-httpserver_test.patch patches/openjdk/6638712-wildcard_types.patch patches/openjdk/6650759-missing_inference.patch patches/numa_on_early_glibc.patch patches/jtreg-international-fonts.patch patches/f14-fonts.patch patches/jtreg-T6638712-fix.patch patches/jtreg-T6650759m-fix.patch patches/openjdk/7003777-bad-html-entity-parse.patch patches/jtreg-6929067-fix.patch patches/rendering-engine-tests.patch patches/openjdk/6800846-printing-quality.patch patches/rh661505-jpeg.patch patches/6703377-freetypescaler.patch patches/ia64-fix.patch patches/openjdk/6642612-filechooser_button_sizes.patch patches/jtreg-international-fonts-styles.patch patches/openjdk/6736649-text_bearings.patch patches/openjdk/6797139-jbutton_truncation.patch patches/openjdk/6883341-text_bearing_exception.patch patches/jtreg-png-reader.patch patches/openjdk/4724552-CubicCurve2D.patch patches/openjdk/4493128-CubicCurve2D.patch patches/openjdk/4645692-CubicCurve2D.solveCubic.patch patches/no-static-linking.patch patches/openjdk/7041156-gcc_export_dynamic.patch patches/g344659-sparc_fix.patch patches/openjdk/6728834-blurred-lcd-aa-text.patch patches/openjdk/6749060-bad-lcd-aa-non-opaque-dest.patch patches/openjdk/6708580-exa_slow.patch patches/openjdk/6896068-sg2d.patch patches/openjdk/7021314-no_javaws_man_page.patch patches/pr586-include_all_srcs.patch patches/jtreg-LastErrorString.patch patches/openjdk/6663040-com.sun.awt.patch patches/openjdk/6775317-non-AA-simple-shape-performance.patch patches/pr600-arm-jvm.cfg.patch patches/openjdk/6887494-NPE-in-pisces.patch patches/openjdk/6967436-6967433-floating-pt-conversion.patch patches/openjdk/6976265-stroke-control.patch patches/openjdk/6967434-bad-round-joins.patch patches/openjdk/6766342-AA-simple-shape-performance.patch patches/openjdk/7016856-pisces-performance.patch patches/openjdk/6934977-MappedByteBuffer.load.patch patches/jtreg-hotspot-bug-6196102.patch patches/jtreg-double-to-string.patch patches/openjdk/7023591-AAShapePipe.patch patches/openjdk/7027667-AAShapePipeRegTest.patch patches/openjdk/7019861-AA-regression-fix.patch patches/g356743-libpng-1.5.patch patches/revert-6885123.patch patches/openjdk/7032388-work_without_cmov_instruction.patch patches/openjdk/7031385-gcc-register-allocation-fix.patch patches/openjdk/6986968-crash_on_xim_restart.patch patches/openjdk/7036754-stroker-nan.patch patches/openjdk/pgram-pipe-regression.patch patches/openjdk/7034464-hugepage.patch patches/openjdk/7037939-hugepage.patch patches/openjdk/7043564-hugepage.patch patches/openjdk/mutter.patch patches/fonts-rhel-version.patch patches/openjdk/7036148-npe-null-jmenu-name.patch patches/jtreg-ChangeDir.patch patches/jtreg-TempBuffer.patch patches/jtreg-EncodedMultiByteChar.patch patches/jtreg-FileLoaderTest.patch patches/jtreg-FileMap.patch patches/jtreg-ChannelsWrite.patch patches/jtreg-bug7036148-test.patch patches/jtreg-ReadWriteProfileTest.patch patches/openjdk/6818312-com.sun.awt.SecurityWarning.getSize.patch patches/jtreg-MappedByteBuffer-Basic.patch patches/openjdk/7008106-WindowOpacity.patch patches/openjdk/6956668-misbehavior_of_XOR_operator_with_int.patch patches/openjdk/6699843-IllegalArgumentException_drawString.patch patches/openjdk/6918065-Crash_in_Java2D_blit_loop.patch patches/openjdk/6623219-Font_canDisplayUpTo_does_not_work.patch patches/support_linux_3.patch patches/openjdk/6783910-java_awt_Color_brighter_darker_fix.patch patches/openjdk/6785424-SecurityException_locating_physical_fonts.patch patches/openjdk/7047069-Array_can_dynamically_change_size.patch patches/openjdk/6796786-invalid_FP_identity_transform.patch patches/openjdk/7042070-Typo_in_Test6796786.patch patches/openjdk/6679308-Poor_text_rendering_on_translucent_image.patch patches/openjdk/6842838-64-bit_failure_in_handling_invalid_manifest.patch patches/openjdk/6882768-test_for_6842838_is_broken.patch patches/pr639-broken_shark_build.patch patches/powerpc-stacksize.patch patches/jtreg-remove-test-6987555.patch patches/jtreg-remove-test-6991596.patch patches/openjdk/7036220-shark_llvm_29_headers.patch patches/openjdk/7029152-String_intrinsics_miss_optimization.patch patches/openjdk/6711682-JCheckBox_in_JTable_does_not_respond_to_click.patch patches/openjdk/6758179-D3D_AlphaComposite_is_applied_incorrectly.patch patches/jtreg-ConstructDeflaterInput-fix.patch patches/openjdk/6613904-GroupLayout_createParallelGroup_null_arg.patch patches/openjdk/7049339-anyblit-broken.patch patches/jtreg-hotspot-Test7020373-fix.patch patches/openjdk/4917091-javac_rejects_array_over_128_in_length.patch patches/openjdk/6390045-error_cannot_access_java_lang_void.patch patches/openjdk/6752638-preferLocaleFonts_throws_NPE.patch patches/openjdk/5047314-Collator_compare_runs_indefinitely.patch patches/openjdk/6669869-Beans_isDesignTime_should_be_per-AppContext.patch patches/openjdk/6934356-Vector_writeObject_serialization_DL.patch patches/openjdk/7036582-Improve_test_coverage_of_BigDecimal.patch patches/pr690-shark-jit-hs20.patch patches/pr696-zero-fast_aldc-hs20.patch patches/openjdk/6806261-BigDecimal_longValueExact_throws_NPE.patch patches/openjdk/6371401-BigInteger.shift_throws_StackOverflowError.patch patches/openjdk/6826104-npe_on_app_and_toolkit_modal_dialog_click.patch patches/openjdk/5082756-ImageIO_plugins_metadata_boolean_attributes.patch patches/openjdk/6296893-BMP_Writer_handles_TopDown_prop_incorrectly.patch patches/openjdk/7103224-glibc_name_collision.patch patches/arm-debug.patch patches/arm-hsdis.patch patches/openjdk/7103610-_NET_WM_PID_and_WM_CLIENT_MACHINE_are_not_set.patch patches/openjdk/6706974-krb5_test_infrastructure.patch patches/openjdk/6764553-IdResolver_is_not_thread_safe.patch patches/openjdk/6761072-new_krb5_tests_fail_on_multiple_platforms.patch patches/openjdk/7140882-dont-return-booleans-from-methods-returning-pointers.patch patches/openjdk/remove-mimpure-option-to-gcc.patch patches/rhino.patch patches/openjdk/6307603-xrender-01.patch patches/openjdk/6961633-xrender-02.patch patches/openjdk/7018387-xrender_gc_leak.patch patches/systemtap.patch patches/systemtap-gcc-4.5.patch patches/systemtap-alloc-size-workaround.patch patches/nss-not-enabled-config.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
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/security/20120214/7082299.patch
11 out of 11 hunks FAILED -- saving rejects to file openjdk/jdk/src/share/classes/java/util/concurrent/atomic/AtomicReferenceArray.java.rej
ERROR patch patches/security/20120214/7082299.patch FAILED!
WARNING make clean-patch before retrying a fix
make: *** [stamps/patch.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Fri Mar 9 05:24:17 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Fri, 9 Mar 2012 08:24:17 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #204
In-Reply-To: <1210836337.311331212975856.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1210836337.311331212975856.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1565030851.341331299457711.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-09 07:42:14
End 2012-03-09 08:24:14
00:06:15 corba
00:06:25 hotspot
00:00:22 jaxp
00:01:01 jaxws
00:27:18 jdk
00:00:39 langtools
00:42:00 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Fri Mar 9 06:57:02 EST 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Fri Mar 9 21:04:38 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sat, 10 Mar 2012 00:04:38 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #934
In-Reply-To: <555121977.321331269476907.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <555121977.321331269476907.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <122102404.351331355878960.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2821 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Fri Mar 9 22:04:44 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sat, 10 Mar 2012 01:04:44 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #451
In-Reply-To: <388559588.331331273042897.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <388559588.331331273042897.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <602639661.361331359484351.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2785 lines...]
Hunk #1 succeeded at 882 (offset 171 lines).
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.12pre+rd73113d5c0ba+" ; \
if test "xno" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "JDK_REVID=r7e03e302bd8a" >>openjdk/jdk/make/common/shared/Defs.gmk ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
patching file openjdk-ecj/jaxws/build.xml
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javac /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javap /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-hg-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-hg-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sat Mar 10 05:24:53 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sat, 10 Mar 2012 08:24:53 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #205
In-Reply-To: <1565030851.341331299457711.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1565030851.341331299457711.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1518392525.371331385893682.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-10 07:42:45
End 2012-03-10 08:24:50
00:06:21 corba
00:06:30 hotspot
00:00:19 jaxp
00:01:04 jaxws
00:27:12 jdk
00:00:39 langtools
00:42:05 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Sat Mar 10 06:57:04 EST 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sat Mar 10 21:04:40 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sun, 11 Mar 2012 00:04:40 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #935
In-Reply-To: <122102404.351331355878960.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <122102404.351331355878960.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1095764955.381331442280949.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2821 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sat Mar 10 22:04:39 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sun, 11 Mar 2012 01:04:39 -0500 (EST)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #452
In-Reply-To: <602639661.361331359484351.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <602639661.361331359484351.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <627155060.391331445879883.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2781 lines...]
Hunk #1 succeeded at 882 (offset 171 lines).
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.12pre+rd73113d5c0ba+" ; \
if test "xno" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "JDK_REVID=r7e03e302bd8a" >>openjdk/jdk/make/common/shared/Defs.gmk ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
patching file openjdk-ecj/jaxws/build.xml
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javac /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javap /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-hg-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-hg-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sun Mar 11 05:22:34 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sun, 11 Mar 2012 08:22:34 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #206
In-Reply-To: <1518392525.371331385893682.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1518392525.371331385893682.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <329245919.401331468555552.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106258 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-11 07:40:27
End 2012-03-11 08:22:30
00:06:18 corba
00:06:24 hotspot
00:00:22 jaxp
00:01:02 jaxws
00:27:17 jdk
00:00:40 langtools
00:42:03 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Sun Mar 11 06:54:39 EDT 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sun Mar 11 21:04:43 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Mon, 12 Mar 2012 00:04:43 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #936
In-Reply-To: <1095764955.381331442280949.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1095764955.381331442280949.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2094739605.411331525083681.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2821 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sun Mar 11 22:04:45 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Mon, 12 Mar 2012 01:04:45 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #453
In-Reply-To: <627155060.391331445879883.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <627155060.391331445879883.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <934123503.421331528685102.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2781 lines...]
Hunk #1 succeeded at 882 (offset 171 lines).
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.12pre+rd73113d5c0ba+" ; \
if test "xno" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "JDK_REVID=r7e03e302bd8a" >>openjdk/jdk/make/common/shared/Defs.gmk ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
patching file openjdk-ecj/jaxws/build.xml
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javac /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javap /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-hg-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-hg-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Mon Mar 12 05:23:23 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Mon, 12 Mar 2012 08:23:23 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #207
In-Reply-To: <329245919.401331468555552.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <329245919.401331468555552.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <936655453.431331555005734.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-12 07:41:18
End 2012-03-12 08:23:18
00:06:18 corba
00:06:30 hotspot
00:00:21 jaxp
00:01:02 jaxws
00:27:12 jdk
00:00:37 langtools
00:42:00 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Mon Mar 12 06:55:52 EDT 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Mon Mar 12 21:05:00 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Tue, 13 Mar 2012 00:05:00 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #937
In-Reply-To: <2094739605.411331525083681.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2094739605.411331525083681.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1622787082.441331611500016.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2821 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Mon Mar 12 22:04:52 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Tue, 13 Mar 2012 01:04:52 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #454
In-Reply-To: <934123503.421331528685102.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <934123503.421331528685102.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2091646915.451331615092388.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2785 lines...]
Hunk #1 succeeded at 882 (offset 171 lines).
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.12pre+rd73113d5c0ba+" ; \
if test "xno" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "JDK_REVID=r69fbcc78346e" >>openjdk/jdk/make/common/shared/Defs.gmk ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
patching file openjdk-ecj/jaxws/build.xml
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javac /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javap /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-hg-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-hg-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Tue Mar 13 05:29:07 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Tue, 13 Mar 2012 08:29:07 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #208
In-Reply-To: <936655453.431331555005734.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <936655453.431331555005734.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1176858516.461331641748951.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-13 07:46:47
End 2012-03-13 08:29:03
00:06:16 corba
00:06:29 hotspot
00:00:20 jaxp
00:01:02 jaxws
00:27:29 jdk
00:00:40 langtools
00:42:16 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Tue Mar 13 06:58:59 EDT 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Tue Mar 13 21:04:37 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Wed, 14 Mar 2012 00:04:37 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #938
In-Reply-To: <1622787082.441331611500016.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1622787082.441331611500016.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1617590378.471331697877690.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2821 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Tue Mar 13 22:04:44 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Wed, 14 Mar 2012 01:04:44 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #455
In-Reply-To: <2091646915.451331615092388.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2091646915.451331615092388.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1636645823.481331701484083.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2781 lines...]
Hunk #1 succeeded at 882 (offset 171 lines).
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.12pre+rd73113d5c0ba+" ; \
if test "xno" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "JDK_REVID=r69fbcc78346e" >>openjdk/jdk/make/common/shared/Defs.gmk ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
patching file openjdk-ecj/jaxws/build.xml
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javac /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javap /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-hg-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-hg-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Wed Mar 14 05:23:35 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Wed, 14 Mar 2012 08:23:35 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #209
In-Reply-To: <1176858516.461331641748951.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1176858516.461331641748951.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <72992454.491331727815916.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-14 07:41:39
End 2012-03-14 08:23:32
00:06:17 corba
00:06:23 hotspot
00:00:21 jaxp
00:01:02 jaxws
00:27:10 jdk
00:00:40 langtools
00:41:53 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Wed Mar 14 06:56:02 EDT 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Wed Mar 14 21:04:56 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Thu, 15 Mar 2012 00:04:56 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #939
In-Reply-To: <1617590378.471331697877690.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1617590378.471331697877690.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <319980233.501331784296707.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2825 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Wed Mar 14 22:04:39 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Thu, 15 Mar 2012 01:04:39 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #456
In-Reply-To: <1636645823.481331701484083.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1636645823.481331701484083.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <417928026.511331787879576.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2781 lines...]
Hunk #1 succeeded at 882 (offset 171 lines).
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.12pre+rd73113d5c0ba+" ; \
if test "xno" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "JDK_REVID=r69fbcc78346e" >>openjdk/jdk/make/common/shared/Defs.gmk ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
patching file openjdk-ecj/jaxws/build.xml
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javac /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javap /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-hg-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-hg-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Thu Mar 15 05:25:02 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Thu, 15 Mar 2012 08:25:02 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #210
In-Reply-To: <72992454.491331727815916.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <72992454.491331727815916.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <250573890.521331814303084.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-15 07:43:03
End 2012-03-15 08:24:58
00:06:14 corba
00:06:24 hotspot
00:00:20 jaxp
00:01:02 jaxws
00:27:15 jdk
00:00:40 langtools
00:41:55 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Thu Mar 15 06:57:49 EDT 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Thu Mar 15 21:04:56 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Fri, 16 Mar 2012 00:04:56 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #940
In-Reply-To: <319980233.501331784296707.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <319980233.501331784296707.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <628842837.531331870696803.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2821 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Thu Mar 15 22:04:33 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Fri, 16 Mar 2012 01:04:33 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #457
In-Reply-To: <417928026.511331787879576.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <417928026.511331787879576.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1351829161.541331874273911.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2781 lines...]
Hunk #1 succeeded at 882 (offset 171 lines).
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.12pre+rd73113d5c0ba+" ; \
if test "xno" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "JDK_REVID=r69fbcc78346e" >>openjdk/jdk/make/common/shared/Defs.gmk ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
patching file openjdk-ecj/jaxws/build.xml
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javac /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javap /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-hg-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-hg-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Fri Mar 16 05:25:59 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Fri, 16 Mar 2012 08:25:59 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #211
In-Reply-To: <250573890.521331814303084.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <250573890.521331814303084.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1943287485.551331900760007.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-16 07:43:34
End 2012-03-16 08:25:56
00:06:22 corba
00:06:26 hotspot
00:00:21 jaxp
00:01:02 jaxws
00:27:32 jdk
00:00:39 langtools
00:42:22 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Fri Mar 16 06:57:42 EDT 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Fri Mar 16 21:04:57 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sat, 17 Mar 2012 00:04:57 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #941
In-Reply-To: <628842837.531331870696803.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <628842837.531331870696803.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <12532407.561331957097665.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2828 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Fri Mar 16 22:04:47 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sat, 17 Mar 2012 01:04:47 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #458
In-Reply-To: <1351829161.541331874273911.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1351829161.541331874273911.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2059800994.571331960687873.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2781 lines...]
Hunk #1 succeeded at 882 (offset 171 lines).
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.12pre+rd73113d5c0ba+" ; \
if test "xno" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "JDK_REVID=r69fbcc78346e" >>openjdk/jdk/make/common/shared/Defs.gmk ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
patching file openjdk-ecj/jaxws/build.xml
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javac /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javap /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-hg-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-hg-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sat Mar 17 05:24:35 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sat, 17 Mar 2012 08:24:35 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #212
In-Reply-To: <1943287485.551331900760007.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1943287485.551331900760007.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1942364427.581331987076804.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-17 07:42:33
End 2012-03-17 08:24:31
00:06:15 corba
00:06:22 hotspot
00:00:20 jaxp
00:01:02 jaxws
00:27:19 jdk
00:00:39 langtools
00:41:58 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Sat Mar 17 06:57:01 EDT 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sat Mar 17 21:05:07 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sun, 18 Mar 2012 00:05:07 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #942
In-Reply-To: <12532407.561331957097665.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <12532407.561331957097665.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <799923671.591332043507078.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2824 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sat Mar 17 22:04:44 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sun, 18 Mar 2012 01:04:44 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #459
In-Reply-To: <2059800994.571331960687873.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2059800994.571331960687873.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <697622238.601332047084879.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2781 lines...]
Hunk #1 succeeded at 882 (offset 171 lines).
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.12pre+rd73113d5c0ba+" ; \
if test "xno" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "JDK_REVID=r69fbcc78346e" >>openjdk/jdk/make/common/shared/Defs.gmk ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
patching file openjdk-ecj/jaxws/build.xml
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javac /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javap /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-hg-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-hg-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sun Mar 18 05:23:48 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sun, 18 Mar 2012 08:23:48 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #213
In-Reply-To: <1942364427.581331987076804.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1942364427.581331987076804.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1590895085.611332073431984.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-18 07:41:43
End 2012-03-18 08:23:44
00:06:15 corba
00:06:25 hotspot
00:00:23 jaxp
00:01:02 jaxws
00:27:16 jdk
00:00:40 langtools
00:42:01 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Sun Mar 18 06:56:25 EDT 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sun Mar 18 21:04:56 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Mon, 19 Mar 2012 00:04:56 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #943
In-Reply-To: <799923671.591332043507078.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <799923671.591332043507078.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <206268965.621332129896399.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2824 lines...]
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sun Mar 18 22:04:42 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Mon, 19 Mar 2012 01:04:42 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #460
In-Reply-To: <697622238.601332047084879.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <697622238.601332047084879.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2064270224.631332133482766.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 2781 lines...]
Hunk #1 succeeded at 882 (offset 171 lines).
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.12pre+rd73113d5c0ba+" ; \
if test "xno" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "JDK_REVID=r69fbcc78346e" >>openjdk/jdk/make/common/shared/Defs.gmk ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-hg-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
+ make patch-ecj
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/no-test_gamma.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-hg-target-testing/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-hg-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-hg-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
patching file openjdk-ecj/jaxws/build.xml
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
+ make native-ecj
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
+ make bootstrap-directory-ecj
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-openjdk/bin/java /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-openjdk/bin/javah /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-openjdk/bin/rmic /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-openjdk/bin/jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/lib/jvm/java-openjdk/bin/native2ascii /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javac /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/javap /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-openjdk/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-openjdk/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-openjdk/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-openjdk/include/$i /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
+ make bootstrap-directory-symlink-ecj
rm -f /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
+ make icedtea-ecj
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-hg-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-hg-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-hg-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-openjdk/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
----------
1. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1957)
return impl.getPrivateKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
2. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1959)
return impl.getSubjectAlternativeNameExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
3. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1961)
return impl.getNameConstraintsExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
4. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1963)
return impl.getCertificatePoliciesExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
5. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1965)
return impl.getExtendedKeyUsageExtension();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
6. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1979)
return new PrivateKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from PrivateKeyUsageExtension to Extension
----------
7. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1984)
return new SubjectAlternativeNameExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from SubjectAlternativeNameExtension to Extension
----------
8. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1986)
return new NameConstraintsExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from NameConstraintsExtension to Extension
----------
9. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1988)
return new CertificatePoliciesExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from CertificatePoliciesExtension to Extension
----------
10. ERROR in /notnfs/nighttester/icedtea6-hg-target-testing/openjdk-ecj/jdk/src/share/classes/java/security/cert/X509CertSelector.java (at line 1990)
return new ExtendedKeyUsageExtension(FALSE, encoded);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from ExtendedKeyUsageExtension to Extension
----------
10 problems (10 errors)make: *** [stamps/rt-class-files.stamp] Error 255
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Mon Mar 19 05:26:01 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Mon, 19 Mar 2012 08:26:01 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea8TargetTesting #214
In-Reply-To: <1590895085.611332073431984.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1590895085.611332073431984.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1053335230.641332159961645.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 106257 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-19 07:43:50
End 2012-03-19 08:25:57
00:06:16 corba
00:06:24 hotspot
00:00:20 jaxp
00:01:02 jaxws
00:27:26 jdk
00:00:39 langtools
00:42:07 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Mon Mar 19 06:58:29 EDT 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+rc8be9d3b6322" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Mon Mar 19 19:19:50 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Mon, 19 Mar 2012 22:19:50 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #944
In-Reply-To: <206268965.621332129896399.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <206268965.621332129896399.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2143693369.651332209990162.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 6023 lines...]
Timing: 00008 seconds or 8s for make-com-sun-corba-se
<<
References: <2143693369.651332209990162.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <912415198.661332216388278.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 6023 lines...]
Timing: 00008 seconds or 8s for make-com-sun-corba-se
<<
References: <2064270224.631332133482766.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1761473734.671332220057169.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 6100 lines...]
Timing: 00010 seconds or 10s for make-com-sun-corba-se
<<
References: <1053335230.641332159961645.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1049249639.681332225184564.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 87330 lines...]
-- Build times ----------
Target all_product_build
Start 2012-03-20 02:22:07
End 2012-03-20 02:33:00
00:00:17 corba
00:05:33 hotspot
00:00:14 jaxp
00:00:17 jaxws
00:04:09 jdk
00:00:23 langtools
00:10:53 TOTAL
-------------------------
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk-boot'
Bootstrapped IcedTea is served: /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot
mkdir -p stamps
touch stamps/icedtea-boot.stamp
mkdir -p stamps
touch stamps/icedtea-stage1.stamp
rm -rf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
ln -s /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/j2sdk-image/ /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea
if ! test -d /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; then \
ln -sf /notnfs/nighttester/icedtea8-target-testing/openjdk.build-boot/include /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea/include; \
fi
mkdir -p stamps
touch stamps/bootstrap-directory-stage2.stamp
mkdir -p bootstrap
rm -f /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea8-target-testing/bootstrap/icedtea /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0; \
if ! /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -version ; \
then \
echo "/notnfs/nighttester/icedtea8-target-testing/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 21.0-b14, mixed mode)
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-stage2.stamp
/usr/bin/make \
ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b00" JDK_UPDATE_VERSION="00" JRE_RELEASE_VERSION="1.7.0_00-b00" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_RT="/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="" 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" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Tue Mar 20 02:02:40 EDT 2012)" DERIVATIVE_ID="IcedTea8 3.0b1pre+re909b2c85913" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_DROPS_DIR="/notnfs/nighttester/icedtea8-target-testing/drops" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea8-target-testing/openjdk.build" VERBOSE="" STATIC_CXX="false" RHINO_JAR="/notnfs/nighttester/icedtea8-target-testing/rhino/rhino.jar" USE_SYSTEM_LCMS="true" LCMS_LIBS="-llcms2 " LCMS_CFLAGS="" \
-C openjdk/ \
make[1]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
( cd ./jdk/make && \
/usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist ALT_CORBA_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist ALT_JAXP_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make'
Build Machine Information:
build machine = toadeater.yyz.redhat.com
Build Directory Structure:
CWD = /notnfs/nighttester/icedtea8-target-testing/openjdk
TOPDIR = .
LANGTOOLS_TOPDIR = ./langtools
JAXP_TOPDIR = ./jaxp
JAXWS_TOPDIR = ./jaxws
CORBA_TOPDIR = ./corba
HOTSPOT_TOPDIR = ./hotspot
JDK_TOPDIR = ./jdk
Build Directives:
BUILD_LANGTOOLS = true
BUILD_JAXP = true
BUILD_JAXWS = true
BUILD_CORBA = true
BUILD_HOTSPOT = true
BUILD_JDK = true
DEBUG_CLASSFILES = true
DEBUG_BINARIES = true
Hotspot Settings:
HOTSPOT_BUILD_JOBS = 3
HOTSPOT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/outputdir
HOTSPOT_EXPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
Bootstrap Settings:
BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_BOOTDIR = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
BOOT_VER = 1.7.0 [requires at least 1.6]
OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ALT_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
ABS_OUTPUTDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build
Build Tool Settings:
SLASH_JAVA = /NOT-SET
ALT_SLASH_JAVA =
VARIANT = OPT
JDK_DEVTOOLS_DIR = /NOT-SET/devtools
ALT_JDK_DEVTOOLS_DIR =
ANT_HOME =
UNIXCOMMAND_PATH = /bin/
ALT_UNIXCOMMAND_PATH =
COMPILER_PATH = /usr/bin/
ALT_COMPILER_PATH =
DEVTOOLS_PATH = /usr/bin/
ALT_DEVTOOLS_PATH =
UNIXCCS_PATH = /usr/ccs/bin/
ALT_UNIXCCS_PATH =
USRBIN_PATH = /usr/bin/
ALT_USRBIN_PATH =
COMPILER_NAME = GCC4
COMPILER_VERSION = GCC4
CC_VER = 4.6.2 [requires at least 3.2]
ZIP_VER = 3.0 [requires at least 2.2]
UNZIP_VER = 6.00 [requires at least 5.12]
ANT_VER = 1.8.2 [requires at least 1.7.1]
TEMPDIR = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/tmp
Build Directives:
OPENJDK = true
USE_HOTSPOT_INTERPRETER_MODE =
PEDANTIC =
DEV_ONLY =
NO_DOCS =
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 =
SHOW_ALL_WARNINGS =
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/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m
BOOT_JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true
BOOT_JAR_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jar
BOOT_JARSIGNER_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/jarsigner
JAVAC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding ascii -Xbootclasspath:/notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVAH_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javah -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
JAVADOC_CMD = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0/bin/javadoc -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -bootclasspath /notnfs/nighttester/icedtea8-target-testing/openjdk.build/classes
Build Platform Settings:
USER = nighttester
PLATFORM = linux
ARCH = amd64
LIBARCH = amd64
ARCH_FAMILY = amd64
ARCH_DATA_MODEL = 64
ARCHPROP = amd64
ALSA_VERSION = 1.0.25
OS_VERSION = 3.2.7-1.fc16.x86_64 [requires at least 2.6]
OS_VARIANT_NAME = Fedora
OS_VARIANT_VERSION = 16
MB_OF_MEMORY = 3818
GNU Make Settings:
MAKE = /usr/bin/make
MAKE_VER = 3.82 [requires at least 3.81]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.8.0_00
MILESTONE = fcs
RELEASE = 1.8.0_00-icedtea
FULL_VERSION = 1.8.0_00-icedtea-b00
BUILD_NUMBER = b00
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.8.0_00/promoted/latest/binaries
ALT_BUILD_JDK_IMPORT_PATH =
JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_JDK_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
LANGTOOLS_DIST =
ALT_LANGTOOLS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxp/dist
JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea8-target-testing/openjdk.build/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 =
Previous JDK Settings:
PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
ALT_PREVIOUS_RELEASE_PATH =
PREVIOUS_JDK_VERSION = 1.7.0
ALT_PREVIOUS_JDK_VERSION =
PREVIOUS_JDK_FILE =
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE =
ALT_PREVIOUS_JRE_FILE =
PREVIOUS_RELEASE_IMAGE = /notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0
ALT_PREVIOUS_RELEASE_IMAGE =
Sanity check passed.
/usr/bin/make \
SKIP_FASTDEBUG_BUILD=true \
SKIP_DEBUG_BUILD=true \
\
generic_build_repo_series
make[2]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) all #####
########################################################################
(cd ./langtools/make && \
/usr/bin/make JDK_TOPDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea8-target-testing/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b00 JDK_BUILD_NUMBER=b00 FULL_VERSION=1.8.0_00-icedtea-b00 PREVIOUS_JDK_VERSION=1.7.0 JDK_VERSION=1.8.0_00 JDK_MKTG_VERSION=8u0 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=8 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=7 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=00 COOKED_BUILD_NUMBER=0 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools ALT_BOOTDIR=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 all)
make[3]: Entering directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log ; \
JAVA_HOME=/notnfs/nighttester/icedtea8-target-testing/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
make[3]: *** [/notnfs/nighttester/icedtea8-target-testing/openjdk.build/langtools/build/ant-diagnostics.log] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk/langtools/make'
make[2]: *** [langtools-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea8-target-testing/openjdk'
make: *** [stamps/icedtea.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Tue Mar 20 06:29:43 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Tue, 20 Mar 2012 09:29:43 -0400 (EDT)
Subject: Jenkins build is back to normal : IcedTea8TargetTesting #216
In-Reply-To: <1049249639.681332225184564.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1049249639.681332225184564.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1759804912.691332250183523.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
From ahughes at redhat.com Tue Mar 20 08:36:30 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Tue, 20 Mar 2012 11:36:30 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #946
In-Reply-To: <912415198.661332216388278.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <912415198.661332216388278.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1179613701.701332257792085.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 314576 lines...]
Hunk #2 succeeded at 1991 (offset 64 lines).
patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp
Hunk #1 succeeded at 2582 (offset 122 lines).
patching file openjdk/hotspot/src/share/vm/utilities/dtrace.hpp
Checking patches/systemtap-gcc-4.5.patch
Applying patches/systemtap-gcc-4.5.patch
patching file openjdk/hotspot/src/share/vm/prims/jni.cpp
Hunk #1 succeeded at 2786 (offset 63 lines).
Checking patches/systemtap-alloc-size-workaround.patch
Applying patches/systemtap-alloc-size-workaround.patch
patching file openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp
Hunk #1 succeeded at 882 (offset 171 lines).
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.12pre+rf4bcb05229c9+" ; \
if test "xyes" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
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 /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-gcj/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-gcj/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-gcj/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-gcj/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-gcj/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-gcj/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-gcj/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/cp40188-opengl.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Hunk #1 succeeded at 523 with fuzz 2.
Hunk #2 succeeded at 541 with fuzz 1 (offset 1 line).
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/cp40188-opengl.patch
Applying patches/ecj/cp40188-opengl.patch
patching file openjdk-ecj/jdk/make/common/Rules.gmk
Hunk #1 succeeded at 301 with fuzz 2 (offset -2 lines).
patching file openjdk-ecj/jdk/make/sun/awt/FILES_export_unix.gmk
Hunk #1 succeeded at 190 (offset 1 line).
patching file openjdk-ecj/jdk/src/share/native/sun/java2d/opengl/OGLContext.h
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-gcj/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
Annotation processing got disabled, since it requires a 1.6 compliant JVM
mkdir -p stamps
touch stamps/rt-class-files.stamp
mkdir -p stamps
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/jar uf /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar -C lib/rt com -C lib/rt java \
-C lib/rt javax -C lib/rt sun
touch stamps/rt.stamp
cd cacao/cacao && \
./autogen.sh && \
./configure \
--host= \
--build= \
--target= \
--prefix=/notnfs/nighttester/icedtea6-target-testing/cacao/install \
--with-java-runtime-library=openjdk \
--with-java-runtime-library-prefix=/notnfs/nighttester/icedtea6-target-testing/openjdk \
--with-java-runtime-library-classes=/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar \
--enable-jre-layout ; \
/usr/bin/make install
No proper libtoolize was found.
You must have libtool 1.5 or later installed.
make[1]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/cacao/cacao-cff92704c4e0'
make[1]: *** No rule to make target `install'. Stop.
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/cacao/cacao-cff92704c4e0'
make: *** [stamps/cacao.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Tue Mar 20 23:02:44 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Wed, 21 Mar 2012 02:02:44 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6TargetTesting #947
In-Reply-To: <1179613701.701332257792085.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1179613701.701332257792085.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1254378480.751332309765704.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 314572 lines...]
Hunk #2 succeeded at 1991 (offset 64 lines).
patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp
Hunk #1 succeeded at 2582 (offset 122 lines).
patching file openjdk/hotspot/src/share/vm/utilities/dtrace.hpp
Checking patches/systemtap-gcc-4.5.patch
Applying patches/systemtap-gcc-4.5.patch
patching file openjdk/hotspot/src/share/vm/prims/jni.cpp
Hunk #1 succeeded at 2786 (offset 63 lines).
Checking patches/systemtap-alloc-size-workaround.patch
Applying patches/systemtap-alloc-size-workaround.patch
patching file openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp
Hunk #1 succeeded at 882 (offset 171 lines).
Checking patches/nss-not-enabled-config.patch
Applying patches/nss-not-enabled-config.patch
patching file openjdk/jdk/src/share/lib/security/java.security
icedtea_version="1.12pre+rf4bcb05229c9+" ; \
if test "xyes" = "xyes" || \
test "xno" = "xyes"; then \
echo "JDK_DERIVATIVE_NAME=${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
echo "PRODUCT_NAME=IcedTea6" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
else \
echo "JDK_DERIVATIVE_NAME=IcedTea6 ${icedtea_version}" \
>>openjdk/jdk/make/common/shared/Defs.gmk ; \
fi ;
echo "DISTRO_NAME=Fedora" >>openjdk/jdk/make/common/shared/Defs.gmk ;
cp -a /notnfs/nighttester/icedtea6-target-testing/overlays overlays.build
chmod -R ug+rwX overlays.build
cp -a overlays.build/openjdk/* openjdk/
cp -a overlays.build/jpeg/openjdk/* openjdk/
rm -rf overlays.build
touch stamps/overlay.stamp
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 /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin stamps/
ln -sf /usr/lib/jvm/java-gcj/bin/java /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/java
ln -sf /usr/lib/jvm/java-gcj/bin/javah /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javah
ln -sf /usr/lib/jvm/java-gcj/bin/rmic /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/rmic
ln -sf /usr/lib/jvm/java-gcj/bin/jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/jar
ln -sf /usr/bin/native2ascii /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/native2ascii
ln -sf /notnfs/nighttester/icedtea6-target-testing/javac /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javac
ln -sf /notnfs/nighttester/icedtea6-target-testing/javap /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/bin/javap
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib && \
cp /usr/lib/jvm/java-gcj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar && \
ln -sf /usr/lib/jvm/java-gcj/jre/lib/amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/ && \
if ! test -d /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
then \
ln -sf ./amd64 \
/notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/amd64; \
fi;
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include && \
for i in /usr/lib/jvm/java-gcj/include/*; do \
test -r $i | continue; \
i=`basename $i`; \
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
ln -s /usr/lib/jvm/java-gcj/include/$i /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/include/$i; \
done
mkdir -p /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib && \
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/jre/lib/rt.jar /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj/lib/tools.jar
mkdir -p stamps
touch stamps/bootstrap-directory-ecj.stamp
rm -f /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
ln -sf /notnfs/nighttester/icedtea6-target-testing/bootstrap/ecj /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0
mkdir -p stamps
touch stamps/bootstrap-directory-symlink-ecj.stamp
if ! test -d openjdk-ecj ; then \
cp -pPRl openjdk openjdk-ecj ; \
fi
mkdir -p stamps
touch stamps/extract-ecj.stamp
mkdir -p stamps; \
rm -f stamps/patch-ecj.stamp.tmp ; \
touch stamps/patch-ecj.stamp.tmp ; \
all_patches_ok=yes; \
for p in patches/ecj/icedtea.patch patches/ecj/hotspot.patch patches/ecj/javafiles.patch patches/ecj/spp.patch patches/ecj/jopt.patch patches/ecj/jaxp-dependency.patch patches/ecj/bootver.patch patches/ecj/getannotation-cast.patch patches/ecj/override.patch patches/ecj/xsltproc.patch patches/ecj/needs-6.patch patches/ecj/cp40188-opengl.patch patches/ecj/no-test_gamma.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/$p ; \
then \
echo Applying $p ; \
/usr/bin/patch -l -p0 < /notnfs/nighttester/icedtea6-target-testing/$p ; \
if ! grep "^\* $(basename $p)" /notnfs/nighttester/icedtea6-target-testing/HACKING \
>> stamps/patch-ecj.stamp.tmp ; \
then \
echo "* $(basename $p): UNDOCUMENTED" \
>> stamps/patch-ecj.stamp.tmp ; \
fi ; \
else \
test x${all_patches_ok} = "xyes" && all_patches_ok=$p ; \
fi ; \
done ; \
mv stamps/patch-ecj.stamp.tmp stamps/patch-ecj.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/ecj/icedtea.patch
Applying patches/ecj/icedtea.patch
patching file openjdk-ecj/corba/make/com/sun/corba/se/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/org/Makefile
patching file openjdk-ecj/corba/make/com/sun/corba/se/sources/Makefile
patching file openjdk-ecj/corba/make/common/Defs.gmk
Hunk #2 succeeded at 125 (offset -11 lines).
Hunk #3 succeeded at 225 (offset -11 lines).
patching file openjdk-ecj/corba/make/common/Defs-linux.gmk
Hunk #1 succeeded at 271 (offset -1 lines).
patching file openjdk-ecj/corba/make/common/Rules.gmk
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
Hunk #1 succeeded at 120 (offset 3 lines).
patching file openjdk-ecj/corba/make/org/omg/sources/Makefile
patching file openjdk-ecj/corba/make/sun/rmi/corbalogsources/Makefile
patching file openjdk-ecj/jaxp/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 131 (offset 9 lines).
patching file openjdk-ecj/jdk/make/common/BuildToolJar.gmk
patching file openjdk-ecj/jdk/make/common/Release.gmk
Hunk #1 succeeded at 649 (offset 2 lines).
Hunk #2 succeeded at 721 (offset 2 lines).
Hunk #3 succeeded at 967 (offset 2 lines).
Hunk #4 succeeded at 1035 (offset -8 lines).
patching file openjdk-ecj/jdk/make/common/Rules.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/java/nio/Makefile
patching file openjdk-ecj/jdk/make/java/text/Makefile
patching file openjdk-ecj/jdk/make/Makefile
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
Hunk #1 succeeded at 438 (offset 6 lines).
patching file openjdk-ecj/jdk/make/sun/javazic/Makefile
patching file openjdk-ecj/jdk/make/sun/text/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Hunk #1 succeeded at 301 (offset 23 lines).
Hunk #2 succeeded at 311 (offset 23 lines).
patching file openjdk-ecj/jdk/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Double.java
patching file openjdk-ecj/jdk/src/share/classes/java/lang/Float.java
patching file openjdk-ecj/langtools/make/build.properties
patching file openjdk-ecj/langtools/make/build.xml
Hunk #1 succeeded at 523 with fuzz 2.
Hunk #2 succeeded at 541 with fuzz 1 (offset 1 line).
Checking patches/ecj/hotspot.patch
Applying patches/ecj/hotspot.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/sa.make
Hunk #1 succeeded at 97 (offset 17 lines).
Checking patches/ecj/javafiles.patch
Applying patches/ecj/javafiles.patch
patching file openjdk-ecj/jdk/make/java/java/FILES_java.gmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_presentation_rmi.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_protocol.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_spi_monitoring.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
patching file openjdk-ecj/corba/make/com/sun/corba/minclude/com_sun_corba_se_impl_orbutil.jmk
Checking patches/ecj/spp.patch
Applying patches/ecj/spp.patch
patching file openjdk-ecj/jdk/make/tools/src/build/tools/spp/Spp.java
Checking patches/ecj/jopt.patch
Applying patches/ecj/jopt.patch
patching file openjdk-ecj/corba/make/common/shared/Defs-java.gmk
patching file openjdk-ecj/jdk/make/common/shared/Defs-java.gmk
Checking patches/ecj/jaxp-dependency.patch
Applying patches/ecj/jaxp-dependency.patch
patching file openjdk-ecj/jaxws/build.properties
patching file openjdk-ecj/jaxws/build.xml
Hunk #1 succeeded at 124 with fuzz 1 (offset 9 lines).
Checking patches/ecj/bootver.patch
Applying patches/ecj/bootver.patch
patching file openjdk-ecj/jdk/make/common/shared/Platform.gmk
Hunk #1 succeeded at 87 with fuzz 1 (offset -1 lines).
Checking patches/ecj/getannotation-cast.patch
Applying patches/ecj/getannotation-cast.patch
patching file openjdk/jdk/src/share/classes/com/sun/jmx/mbeanserver/OpenConverter.java
patching file openjdk/jdk/src/share/classes/java/beans/MetaData.java
Hunk #1 succeeded at 1604 (offset -24 lines).
Checking patches/ecj/override.patch
Applying patches/ecj/override.patch
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthLookAndFeel.java
patching file openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java
patching file openjdk-ecj/jdk/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java
patching file openjdk-ecj/jdk/src/share/classes/sun/security/provider/certpath/OCSPResponse.java
patching file openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java
Checking patches/ecj/xsltproc.patch
Applying patches/ecj/xsltproc.patch
patching file openjdk-ecj/hotspot/make/linux/makefiles/jvmti.make
Checking patches/ecj/needs-6.patch
Applying patches/ecj/needs-6.patch
patching file openjdk-ecj/jdk/make/sun/awt/Makefile
patching file openjdk-ecj/jdk/make/sun/xawt/Makefile
Checking patches/ecj/cp40188-opengl.patch
Applying patches/ecj/cp40188-opengl.patch
patching file openjdk-ecj/jdk/make/common/Rules.gmk
Hunk #1 succeeded at 301 with fuzz 2 (offset -2 lines).
patching file openjdk-ecj/jdk/make/sun/awt/FILES_export_unix.gmk
Hunk #1 succeeded at 190 (offset 1 line).
patching file openjdk-ecj/jdk/src/share/native/sun/java2d/opengl/OGLContext.h
Checking patches/ecj/no-test_gamma.patch
Applying patches/ecj/no-test_gamma.patch
patching file openjdk-ecj/hotspot/make/linux/Makefile
for dir in openjdk-ecj/jdk/src/share/classes/com/sun/jdi openjdk-ecj/jdk/src/share/classes/com/sun/net/httpserver openjdk-ecj/jdk/src/share/classes/com/sun/tools/jdi openjdk-ecj/jdk/src/share/classes/java/io openjdk-ecj/jdk/src/share/classes/java/security/cert openjdk-ecj/jdk/src/share/classes/java/util openjdk-ecj/jdk/src/share/classes/java/rmi openjdk-ecj/jdk/src/share/classes/sun/awt/ openjdk-ecj/jdk/src/share/classes/sun/nio/cs openjdk-ecj/jdk/src/share/classes/sun/rmi/rmic openjdk-ecj/jdk/src/share/classes/sun/tools/java openjdk-ecj/jdk/src/share/classes/javax/net/ssl openjdk-ecj/jdk/src/share/classes/javax/script openjdk-ecj/jdk/src/share/classes/javax/security/auth/kerberos openjdk-ecj/jdk/src/share/classes/javax/security/sasl openjdk-ecj/langtools/src/share/classes/com/sun/mirror openjdk-ecj/langtools/src/share/classes/com/sun/tools/apt ; \
do \
/bin/find /notnfs/nighttester/icedtea6-target-testing/$dir -name '*.java' >> rt-source-files.txt; \
done
for files in openjdk-ecj/jdk/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java openjdk-ecj/jdk/src/share/classes/javax/management/StandardMBean.java openjdk-ecj/jdk/src/share/classes/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java ; \
do \
echo $files >> rt-source-files.txt ; \
done
mkdir -p lib/rt
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8 -source 6 -target 6 -d lib/rt \
-sourcepath /notnfs/nighttester/icedtea6-target-testing/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes -bootclasspath \'\' \
-classpath /usr/lib/jvm/java-gcj/jre/lib/rt.jar \
@rt-source-files.txt ;
incorrect classpath: ''
Annotation processing got disabled, since it requires a 1.6 compliant JVM
mkdir -p stamps
touch stamps/rt-class-files.stamp
mkdir -p stamps
/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin/jar uf /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar -C lib/rt com -C lib/rt java \
-C lib/rt javax -C lib/rt sun
touch stamps/rt.stamp
cd cacao/cacao && \
./autogen.sh && \
./configure \
--host= \
--build= \
--target= \
--prefix=/notnfs/nighttester/icedtea6-target-testing/cacao/install \
--with-java-runtime-library=openjdk \
--with-java-runtime-library-prefix=/notnfs/nighttester/icedtea6-target-testing/openjdk \
--with-java-runtime-library-classes=/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar \
--enable-jre-layout ; \
/usr/bin/make install
No proper libtoolize was found.
You must have libtool 1.5 or later installed.
make[1]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/cacao/cacao-cff92704c4e0'
make[1]: *** No rule to make target `install'. Stop.
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/cacao/cacao-cff92704c4e0'
make: *** [stamps/cacao.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Tue Mar 20 23:07:58 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Wed, 21 Mar 2012 02:07:58 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea6hgTargetTesting #462
In-Reply-To: <1761473734.671332220057169.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1761473734.671332220057169.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2089424491.761332310078685.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 6100 lines...]
Timing: 00009 seconds or 9s for make-com-sun-corba-se
<<
References: <1254378480.751332309765704.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <2092052704.771332344792167.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
From ahughes at redhat.com Thu Mar 22 01:59:31 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Thu, 22 Mar 2012 04:59:31 -0400 (EDT)
Subject: Jenkins build is back to normal : IcedTea6hgTargetTesting #463
In-Reply-To: <2089424491.761332310078685.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <2089424491.761332310078685.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <29911852.781332406771100.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
From ahughes at redhat.com Fri Mar 23 03:13:55 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Fri, 23 Mar 2012 06:13:55 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #906
Message-ID: <315991751.791332497636287.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 152519 lines...]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.7.0_04
MILESTONE = fcs
RELEASE = 1.7.0_04-icedtea
FULL_VERSION = 1.7.0_04-icedtea-b147
BUILD_NUMBER = b147
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.7.0_04/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.build-boot/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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 =
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.
/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 /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) 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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -Djdk.version=1.7.0_04 -Dfull.version='1.7.0_04-icedtea-b147' -Drelease=1.7.0_04 -Dbuild.number=b147 -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.build-boot/langtools/build -Ddist.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist build
Buildfile: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make/build.xml
-def-pcompile:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
[javac] Compiling 2 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-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.build-boot/langtools/build/bootstrap/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[pcompile] Generating 7 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 295 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javac.jar
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-javadoc:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 72 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javadoc.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-doclets:
[pcompile] Generating 6 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 142 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 6 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/doclets.jar
build-bootstrap-javah:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 16 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javah.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-tools:
-def-genstubs:
[javac] Compiling 1 source file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-create-import-jdk-stubs:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
[genstubs] Generating 81 stub files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
build-all-classes:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[pcompile] Generating 23 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[copy] Copying 3 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[javac] Compiling 707 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
build:
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar
[zip] Building zip: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/src.zip
BUILD SUCCESSFUL
Total time: 37 seconds
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make'
########################################################################
##### Leaving langtools for target(s) all #####
########################################################################
##### Build time 00:00:40 langtools for target(s) all #####
########################################################################
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba
########################################################################
########################################################################
##### Entering corba for target(s) all #####
########################################################################
(cd ./corba/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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba ALT_BOOTDIR=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist all)
make[3]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
/bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../tools/src ../../tools/src/build/tools/stripproperties/StripProperties.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses build/tools/stripproperties \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.idl.toJavaPortable.Compile" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/idl/toJavaPortable \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.logutil.MC" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/logutil/MC.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/logutil \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list ] ; then \
/bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/bin/echo -e /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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
fi
../../../src/share/classes/javax/transaction/xa/XAException.java
../../../src/share/classes/javax/transaction/xa/Xid.java
../../../src/share/classes/javax/transaction/xa/XAResource.java
../../../src/share/classes/javax/transaction/InvalidTransactionException.java
../../../src/share/classes/javax/transaction/TransactionRequiredException.java
../../../src/share/classes/javax/transaction/TransactionRolledbackException.java
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -sourcepath /notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list
/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/java/net/NetworkInterface.java:58: error: cannot find symbol
defaultInterface = DefaultInterface.getDefault();
^
symbol: variable DefaultInterface
location: class NetworkInterface
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make[5]: *** [.compile.classlist] Error 1
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
make[4]: *** [build] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[3]: *** [build] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[2]: *** [corba-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
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sat Mar 24 03:11:29 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sat, 24 Mar 2012 06:11:29 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #907
In-Reply-To: <315991751.791332497636287.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <315991751.791332497636287.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1485756420.841332583890034.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 152541 lines...]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.7.0_04
MILESTONE = fcs
RELEASE = 1.7.0_04-icedtea
FULL_VERSION = 1.7.0_04-icedtea-b147
BUILD_NUMBER = b147
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.7.0_04/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.build-boot/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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 =
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.
/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 /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) 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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -Djdk.version=1.7.0_04 -Dfull.version='1.7.0_04-icedtea-b147' -Drelease=1.7.0_04 -Dbuild.number=b147 -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.build-boot/langtools/build -Ddist.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist build
Buildfile: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make/build.xml
-def-pcompile:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
[javac] Compiling 2 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-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.build-boot/langtools/build/bootstrap/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[pcompile] Generating 7 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 295 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javac.jar
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-javadoc:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 72 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javadoc.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-doclets:
[pcompile] Generating 6 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 142 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 6 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/doclets.jar
build-bootstrap-javah:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 16 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javah.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-tools:
-def-genstubs:
[javac] Compiling 1 source file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-create-import-jdk-stubs:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
[genstubs] Generating 81 stub files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
build-all-classes:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[pcompile] Generating 23 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[copy] Copying 3 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[javac] Compiling 707 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
build:
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar
[zip] Building zip: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/src.zip
BUILD SUCCESSFUL
Total time: 36 seconds
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make'
########################################################################
##### Leaving langtools for target(s) all #####
########################################################################
##### Build time 00:00:39 langtools for target(s) all #####
########################################################################
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba
########################################################################
########################################################################
##### Entering corba for target(s) all #####
########################################################################
(cd ./corba/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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba ALT_BOOTDIR=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist all)
make[3]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
/bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../tools/src ../../tools/src/build/tools/stripproperties/StripProperties.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses build/tools/stripproperties \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.idl.toJavaPortable.Compile" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/idl/toJavaPortable \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.logutil.MC" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/logutil/MC.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/logutil \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list ] ; then \
/bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/bin/echo -e /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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
fi
../../../src/share/classes/javax/transaction/xa/XAException.java
../../../src/share/classes/javax/transaction/xa/Xid.java
../../../src/share/classes/javax/transaction/xa/XAResource.java
../../../src/share/classes/javax/transaction/InvalidTransactionException.java
../../../src/share/classes/javax/transaction/TransactionRequiredException.java
../../../src/share/classes/javax/transaction/TransactionRolledbackException.java
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -sourcepath /notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list
/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/java/net/NetworkInterface.java:58: error: cannot find symbol
defaultInterface = DefaultInterface.getDefault();
^
symbol: variable DefaultInterface
location: class NetworkInterface
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make[5]: *** [.compile.classlist] Error 1
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
make[4]: *** [build] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[3]: *** [build] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[2]: *** [corba-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
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Sun Mar 25 03:11:56 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sun, 25 Mar 2012 06:11:56 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #908
In-Reply-To: <1485756420.841332583890034.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1485756420.841332583890034.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1621051569.851332670321830.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 152537 lines...]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.7.0_04
MILESTONE = fcs
RELEASE = 1.7.0_04-icedtea
FULL_VERSION = 1.7.0_04-icedtea-b147
BUILD_NUMBER = b147
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.7.0_04/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.build-boot/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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 =
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.
/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 /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) 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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -Djdk.version=1.7.0_04 -Dfull.version='1.7.0_04-icedtea-b147' -Drelease=1.7.0_04 -Dbuild.number=b147 -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.build-boot/langtools/build -Ddist.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist build
Buildfile: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make/build.xml
-def-pcompile:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
[javac] Compiling 2 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-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.build-boot/langtools/build/bootstrap/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[pcompile] Generating 7 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 295 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javac.jar
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-javadoc:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 72 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javadoc.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-doclets:
[pcompile] Generating 6 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 142 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 6 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/doclets.jar
build-bootstrap-javah:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 16 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javah.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-tools:
-def-genstubs:
[javac] Compiling 1 source file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-create-import-jdk-stubs:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
[genstubs] Generating 81 stub files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
build-all-classes:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[pcompile] Generating 23 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[copy] Copying 3 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[javac] Compiling 707 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
build:
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar
[zip] Building zip: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/src.zip
BUILD SUCCESSFUL
Total time: 37 seconds
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make'
########################################################################
##### Leaving langtools for target(s) all #####
########################################################################
##### Build time 00:00:39 langtools for target(s) all #####
########################################################################
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba
########################################################################
########################################################################
##### Entering corba for target(s) all #####
########################################################################
(cd ./corba/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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba ALT_BOOTDIR=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist all)
make[3]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
/bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../tools/src ../../tools/src/build/tools/stripproperties/StripProperties.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses build/tools/stripproperties \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.idl.toJavaPortable.Compile" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/idl/toJavaPortable \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.logutil.MC" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/logutil/MC.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/logutil \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list ] ; then \
/bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/bin/echo -e /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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
fi
../../../src/share/classes/javax/transaction/xa/XAException.java
../../../src/share/classes/javax/transaction/xa/Xid.java
../../../src/share/classes/javax/transaction/xa/XAResource.java
../../../src/share/classes/javax/transaction/InvalidTransactionException.java
../../../src/share/classes/javax/transaction/TransactionRequiredException.java
../../../src/share/classes/javax/transaction/TransactionRolledbackException.java
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -sourcepath /notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list
/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/java/net/NetworkInterface.java:58: error: cannot find symbol
defaultInterface = DefaultInterface.getDefault();
^
symbol: variable DefaultInterface
location: class NetworkInterface
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make[5]: *** [.compile.classlist] Error 1
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
make[4]: *** [build] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[3]: *** [build] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[2]: *** [corba-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
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Mon Mar 26 03:14:52 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Mon, 26 Mar 2012 06:14:52 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #909
In-Reply-To: <1621051569.851332670321830.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1621051569.851332670321830.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1844338392.861332756893346.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 152537 lines...]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.7.0_04
MILESTONE = fcs
RELEASE = 1.7.0_04-icedtea
FULL_VERSION = 1.7.0_04-icedtea-b147
BUILD_NUMBER = b147
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.7.0_04/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.build-boot/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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 =
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.
/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 /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) 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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -Djdk.version=1.7.0_04 -Dfull.version='1.7.0_04-icedtea-b147' -Drelease=1.7.0_04 -Dbuild.number=b147 -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.build-boot/langtools/build -Ddist.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist build
Buildfile: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make/build.xml
-def-pcompile:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
[javac] Compiling 2 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-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.build-boot/langtools/build/bootstrap/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[pcompile] Generating 7 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 295 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javac.jar
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-javadoc:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 72 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javadoc.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-doclets:
[pcompile] Generating 6 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 142 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 6 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/doclets.jar
build-bootstrap-javah:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 16 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javah.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-tools:
-def-genstubs:
[javac] Compiling 1 source file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-create-import-jdk-stubs:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
[genstubs] Generating 81 stub files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
build-all-classes:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[pcompile] Generating 23 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[copy] Copying 3 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[javac] Compiling 707 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
build:
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar
[zip] Building zip: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/src.zip
BUILD SUCCESSFUL
Total time: 38 seconds
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make'
########################################################################
##### Leaving langtools for target(s) all #####
########################################################################
##### Build time 00:00:40 langtools for target(s) all #####
########################################################################
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba
########################################################################
########################################################################
##### Entering corba for target(s) all #####
########################################################################
(cd ./corba/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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba ALT_BOOTDIR=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist all)
make[3]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
/bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../tools/src ../../tools/src/build/tools/stripproperties/StripProperties.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses build/tools/stripproperties \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.idl.toJavaPortable.Compile" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/idl/toJavaPortable \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.logutil.MC" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/logutil/MC.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/logutil \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list ] ; then \
/bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/bin/echo -e /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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
fi
../../../src/share/classes/javax/transaction/xa/XAException.java
../../../src/share/classes/javax/transaction/xa/Xid.java
../../../src/share/classes/javax/transaction/xa/XAResource.java
../../../src/share/classes/javax/transaction/InvalidTransactionException.java
../../../src/share/classes/javax/transaction/TransactionRequiredException.java
../../../src/share/classes/javax/transaction/TransactionRolledbackException.java
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -sourcepath /notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list
/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/java/net/NetworkInterface.java:58: error: cannot find symbol
defaultInterface = DefaultInterface.getDefault();
^
symbol: variable DefaultInterface
location: class NetworkInterface
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make[5]: *** [.compile.classlist] Error 1
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
make[4]: *** [build] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[3]: *** [build] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[2]: *** [corba-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
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Tue Mar 27 03:09:12 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Tue, 27 Mar 2012 06:09:12 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #910
In-Reply-To: <1844338392.861332756893346.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1844338392.861332756893346.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <236179559.871332842952892.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 152565 lines...]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.7.0_04
MILESTONE = fcs
RELEASE = 1.7.0_04-icedtea
FULL_VERSION = 1.7.0_04-icedtea-b147
BUILD_NUMBER = b147
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.7.0_04/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.build-boot/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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 =
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.
/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 /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) 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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -Djdk.version=1.7.0_04 -Dfull.version='1.7.0_04-icedtea-b147' -Drelease=1.7.0_04 -Dbuild.number=b147 -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.build-boot/langtools/build -Ddist.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist build
Buildfile: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make/build.xml
-def-pcompile:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
[javac] Compiling 2 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-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.build-boot/langtools/build/bootstrap/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[pcompile] Generating 7 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 295 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javac.jar
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-javadoc:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 72 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javadoc.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-doclets:
[pcompile] Generating 6 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 142 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 6 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/doclets.jar
build-bootstrap-javah:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 16 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javah.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-tools:
-def-genstubs:
[javac] Compiling 1 source file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-create-import-jdk-stubs:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
[genstubs] Generating 81 stub files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
build-all-classes:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[pcompile] Generating 23 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[copy] Copying 3 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[javac] Compiling 707 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
build:
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar
[zip] Building zip: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/src.zip
BUILD SUCCESSFUL
Total time: 37 seconds
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make'
########################################################################
##### Leaving langtools for target(s) all #####
########################################################################
##### Build time 00:00:39 langtools for target(s) all #####
########################################################################
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba
########################################################################
########################################################################
##### Entering corba for target(s) all #####
########################################################################
(cd ./corba/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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba ALT_BOOTDIR=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist all)
make[3]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
/bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../tools/src ../../tools/src/build/tools/stripproperties/StripProperties.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses build/tools/stripproperties \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.idl.toJavaPortable.Compile" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/idl/toJavaPortable \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.logutil.MC" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/logutil/MC.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/logutil \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list ] ; then \
/bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/bin/echo -e /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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
fi
../../../src/share/classes/javax/transaction/xa/XAException.java
../../../src/share/classes/javax/transaction/xa/Xid.java
../../../src/share/classes/javax/transaction/xa/XAResource.java
../../../src/share/classes/javax/transaction/InvalidTransactionException.java
../../../src/share/classes/javax/transaction/TransactionRequiredException.java
../../../src/share/classes/javax/transaction/TransactionRolledbackException.java
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -sourcepath /notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list
/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/java/net/NetworkInterface.java:58: error: cannot find symbol
defaultInterface = DefaultInterface.getDefault();
^
symbol: variable DefaultInterface
location: class NetworkInterface
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make[5]: *** [.compile.classlist] Error 1
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
make[4]: *** [build] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[3]: *** [build] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[2]: *** [corba-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
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Wed Mar 28 03:11:19 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Wed, 28 Mar 2012 06:11:19 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #911
In-Reply-To: <236179559.871332842952892.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <236179559.871332842952892.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <656403462.881332929479995.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 152571 lines...]
MAKECMDGOALS = sanity
MAKEFLAGS = w
SHELL = /bin/sh
Target Build Versions:
JDK_VERSION = 1.7.0_04
MILESTONE = fcs
RELEASE = 1.7.0_04-icedtea
FULL_VERSION = 1.7.0_04-icedtea-b147
BUILD_NUMBER = b147
External File/Binary Locations:
USRJDKINSTANCES_PATH = /opt/java
BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.7.0_04/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.build-boot/langtools/dist
CORBA_DIST =
ALT_CORBA_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/dist
JAXP_DIST =
ALT_JAXP_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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 =
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.
/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 /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) 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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -Djdk.version=1.7.0_04 -Dfull.version='1.7.0_04-icedtea-b147' -Drelease=1.7.0_04 -Dbuild.number=b147 -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.build-boot/langtools/build -Ddist.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist build
Buildfile: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make/build.xml
-def-pcompile:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
[javac] Compiling 2 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-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.build-boot/langtools/build/bootstrap/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[pcompile] Generating 7 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 295 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javac.jar
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-javadoc:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 72 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javadoc.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-doclets:
[pcompile] Generating 6 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 142 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 6 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/doclets.jar
build-bootstrap-javah:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 16 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javah.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-tools:
-def-genstubs:
[javac] Compiling 1 source file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-create-import-jdk-stubs:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
[genstubs] Generating 81 stub files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
build-all-classes:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[pcompile] Generating 23 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[copy] Copying 3 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[javac] Compiling 707 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
build:
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar
[zip] Building zip: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/src.zip
BUILD SUCCESSFUL
Total time: 38 seconds
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make'
########################################################################
##### Leaving langtools for target(s) all #####
########################################################################
##### Build time 00:00:40 langtools for target(s) all #####
########################################################################
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba
########################################################################
########################################################################
##### Entering corba for target(s) all #####
########################################################################
(cd ./corba/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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba ALT_BOOTDIR=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist all)
make[3]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
/bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../tools/src ../../tools/src/build/tools/stripproperties/StripProperties.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses build/tools/stripproperties \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.idl.toJavaPortable.Compile" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/idl/toJavaPortable \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.logutil.MC" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/logutil/MC.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/logutil \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list ] ; then \
/bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/bin/echo -e /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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
fi
../../../src/share/classes/javax/transaction/xa/XAException.java
../../../src/share/classes/javax/transaction/xa/Xid.java
../../../src/share/classes/javax/transaction/xa/XAResource.java
../../../src/share/classes/javax/transaction/InvalidTransactionException.java
../../../src/share/classes/javax/transaction/TransactionRequiredException.java
../../../src/share/classes/javax/transaction/TransactionRolledbackException.java
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -sourcepath /notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list
/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/java/net/NetworkInterface.java:58: error: cannot find symbol
defaultInterface = DefaultInterface.getDefault();
^
symbol: variable DefaultInterface
location: class NetworkInterface
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make[5]: *** [.compile.classlist] Error 1
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
make[4]: *** [build] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[3]: *** [build] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[2]: *** [corba-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
Build step 'Execute shell' marked build as failure
From ahughes at redhat.com Thu Mar 29 05:41:25 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Thu, 29 Mar 2012 08:41:25 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #912
In-Reply-To: <656403462.881332929479995.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <656403462.881332929479995.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1348712641.0.1333024886803.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 145469 lines...]
ALT_JAXP_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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 =
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.
/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 /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) 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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -Djdk.version=1.7.0_04 -Dfull.version='1.7.0_04-icedtea-b147' -Drelease=1.7.0_04 -Dbuild.number=b147 -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.build-boot/langtools/build -Ddist.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist build
Buildfile: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make/build.xml
-def-pcompile:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
[javac] Compiling 2 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-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.build-boot/langtools/build/bootstrap/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[pcompile] Generating 7 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 295 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javac.jar
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-javadoc:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 72 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javadoc.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-doclets:
[pcompile] Generating 6 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 142 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 6 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/doclets.jar
build-bootstrap-javah:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 16 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javah.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-tools:
-def-genstubs:
[javac] Compiling 1 source file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-create-import-jdk-stubs:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
[genstubs] Generating 81 stub files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
build-all-classes:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[pcompile] Generating 23 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[copy] Copying 3 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[javac] Compiling 707 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
build:
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar
[zip] Building zip: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/src.zip
BUILD SUCCESSFUL
Total time: 37 seconds
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make'
########################################################################
##### Leaving langtools for target(s) all #####
########################################################################
##### Build time 00:00:39 langtools for target(s) all #####
########################################################################
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba
########################################################################
########################################################################
##### Entering corba for target(s) all #####
########################################################################
(cd ./corba/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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba ALT_BOOTDIR=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist all)
make[3]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
/bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../tools/src ../../tools/src/build/tools/stripproperties/StripProperties.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses build/tools/stripproperties \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.idl.toJavaPortable.Compile" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/idl/toJavaPortable \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.logutil.MC" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/logutil/MC.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/logutil \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list ] ; then \
/bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/bin/echo -e /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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
fi
../../../src/share/classes/javax/transaction/xa/XAException.java
../../../src/share/classes/javax/transaction/xa/Xid.java
../../../src/share/classes/javax/transaction/xa/XAResource.java
../../../src/share/classes/javax/transaction/InvalidTransactionException.java
../../../src/share/classes/javax/transaction/TransactionRequiredException.java
../../../src/share/classes/javax/transaction/TransactionRolledbackException.java
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -sourcepath /notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list
/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/java/net/NetworkInterface.java:58: error: cannot find symbol
defaultInterface = DefaultInterface.getDefault();
^
symbol: variable DefaultInterface
location: class NetworkInterface
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make[5]: *** [.compile.classlist] Error 1
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
make[4]: *** [build] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[3]: *** [build] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[2]: *** [corba-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
Build step 'Execute shell' marked build as failure
Unable to send to address: testresults at icedtea.classpath.org.
ERROR: Domain ends with dot
javax.mail.internet.AddressException: Domain ends with dot in string ``testresults at icedtea.classpath.org.''
at javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:1277)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:1091)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:633)
at javax.mail.internet.InternetAddress.(InternetAddress.java:111)
at hudson.tasks.MailSender.createEmptyMail(MailSender.java:345)
at hudson.tasks.MailSender.createFailureMail(MailSender.java:223)
at hudson.tasks.MailSender.getMail(MailSender.java:150)
at hudson.tasks.MailSender.execute(MailSender.java:98)
at hudson.tasks.Mailer.perform(Mailer.java:111)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:703)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:678)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:656)
at hudson.model.Build$RunnerImpl.post2(Build.java:162)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:625)
at hudson.model.Run.run(Run.java:1435)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:238)
From ahughes at redhat.com Fri Mar 30 02:53:20 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Fri, 30 Mar 2012 05:53:20 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #913
In-Reply-To: <1348712641.0.1333024886803.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1348712641.0.1333024886803.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <1066048392.7.1333101202035.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 145469 lines...]
ALT_JAXP_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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 =
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.
/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 /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) 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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -Djdk.version=1.7.0_04 -Dfull.version='1.7.0_04-icedtea-b147' -Drelease=1.7.0_04 -Dbuild.number=b147 -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.build-boot/langtools/build -Ddist.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist build
Buildfile: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make/build.xml
-def-pcompile:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
[javac] Compiling 2 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-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.build-boot/langtools/build/bootstrap/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[pcompile] Generating 7 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 295 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javac.jar
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-javadoc:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 72 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javadoc.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-doclets:
[pcompile] Generating 6 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 142 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 6 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/doclets.jar
build-bootstrap-javah:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 16 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javah.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-tools:
-def-genstubs:
[javac] Compiling 1 source file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-create-import-jdk-stubs:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
[genstubs] Generating 81 stub files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
build-all-classes:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[pcompile] Generating 23 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[copy] Copying 3 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[javac] Compiling 707 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
build:
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar
[zip] Building zip: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/src.zip
BUILD SUCCESSFUL
Total time: 38 seconds
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make'
########################################################################
##### Leaving langtools for target(s) all #####
########################################################################
##### Build time 00:00:40 langtools for target(s) all #####
########################################################################
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba
########################################################################
########################################################################
##### Entering corba for target(s) all #####
########################################################################
(cd ./corba/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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba ALT_BOOTDIR=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist all)
make[3]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
/bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../tools/src ../../tools/src/build/tools/stripproperties/StripProperties.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses build/tools/stripproperties \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.idl.toJavaPortable.Compile" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/idl/toJavaPortable \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.logutil.MC" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/logutil/MC.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/logutil \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list ] ; then \
/bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/bin/echo -e /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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
fi
../../../src/share/classes/javax/transaction/xa/XAException.java
../../../src/share/classes/javax/transaction/xa/Xid.java
../../../src/share/classes/javax/transaction/xa/XAResource.java
../../../src/share/classes/javax/transaction/InvalidTransactionException.java
../../../src/share/classes/javax/transaction/TransactionRequiredException.java
../../../src/share/classes/javax/transaction/TransactionRolledbackException.java
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -sourcepath /notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list
/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/java/net/NetworkInterface.java:58: error: cannot find symbol
defaultInterface = DefaultInterface.getDefault();
^
symbol: variable DefaultInterface
location: class NetworkInterface
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make[5]: *** [.compile.classlist] Error 1
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
make[4]: *** [build] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[3]: *** [build] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[2]: *** [corba-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
Build step 'Execute shell' marked build as failure
Unable to send to address: testresults at icedtea.classpath.org.
ERROR: Domain ends with dot
javax.mail.internet.AddressException: Domain ends with dot in string ``testresults at icedtea.classpath.org.''
at javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:1277)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:1091)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:633)
at javax.mail.internet.InternetAddress.(InternetAddress.java:111)
at hudson.tasks.MailSender.createEmptyMail(MailSender.java:345)
at hudson.tasks.MailSender.createFailureMail(MailSender.java:223)
at hudson.tasks.MailSender.getMail(MailSender.java:150)
at hudson.tasks.MailSender.execute(MailSender.java:98)
at hudson.tasks.Mailer.perform(Mailer.java:111)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:703)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:678)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:656)
at hudson.model.Build$RunnerImpl.post2(Build.java:162)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:625)
at hudson.model.Run.run(Run.java:1435)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:238)
From ahughes at redhat.com Sat Mar 31 02:49:12 2012
From: ahughes at redhat.com (Hudson Admin)
Date: Sat, 31 Mar 2012 05:49:12 -0400 (EDT)
Subject: Build failed in Jenkins: IcedTea7TargetTesting #914
In-Reply-To: <1066048392.7.1333101202035.JavaMail.nighttester@toadeater.yyz.redhat.com>
References: <1066048392.7.1333101202035.JavaMail.nighttester@toadeater.yyz.redhat.com>
Message-ID: <732045237.8.1333187354751.JavaMail.nighttester@toadeater.yyz.redhat.com>
See
------------------------------------------
[...truncated 145469 lines...]
ALT_JAXP_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxp/dist
JAXWS_DIST =
ALT_JAXWS_DIST = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/jaxws/dist
HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
ALT_HOTSPOT_DOCS_IMPORT_PATH =
HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
ALT_HOTSPOT_IMPORT_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/hotspot/import
HOTSPOT_SERVER_PATH = /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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 =
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.
/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 /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/j2sdk-image
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools
########################################################################
########################################################################
##### Entering langtools for target(s) 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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -diagnostics > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -version >> /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/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.build-boot/langtools/build/ant-tmp' /usr/bin/ant -Djdk.version=1.7.0_04 -Dfull.version='1.7.0_04-icedtea-b147' -Drelease=1.7.0_04 -Dbuild.number=b147 -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.build-boot/langtools/build -Ddist.dir=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist build
Buildfile: /notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make/build.xml
-def-pcompile:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
[javac] Compiling 2 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-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.build-boot/langtools/build/bootstrap/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[pcompile] Generating 7 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 295 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javac.jar
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-javadoc:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 72 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javadoc.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-doclets:
[pcompile] Generating 6 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 142 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[copy] Copying 6 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/doclets.jar
build-bootstrap-javah:
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[pcompile] Generating 1 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/gensrc
[javac] Compiling 16 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/classes
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/lib/javah.jar
[copy] Copying 1 file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/bootstrap/bin
build-bootstrap-tools:
-def-genstubs:
[javac] Compiling 1 source file to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/toolclasses
-create-import-jdk-stubs:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
[genstubs] Generating 81 stub files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/genstubs
build-all-classes:
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[pcompile] Generating 23 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[copy] Copying 3 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[pcompile] Generating 3 resource files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/gensrc
[javac] Compiling 707 source files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/build/classes
build:
[copy] Copying 7 files to /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/bootstrap
[mkdir] Created dir: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib
[jar] Building jar: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar
[zip] Building zip: /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/src.zip
BUILD SUCCESSFUL
Total time: 38 seconds
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/langtools/make'
########################################################################
##### Leaving langtools for target(s) all #####
########################################################################
##### Build time 00:00:40 langtools for target(s) all #####
########################################################################
/bin/mkdir -p /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba
########################################################################
########################################################################
##### Entering corba for target(s) all #####
########################################################################
(cd ./corba/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=b147 JDK_BUILD_NUMBER=b147 FULL_VERSION=1.7.0_04-icedtea-b147 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_04 JDK_MKTG_VERSION=7u4 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=40 COOKED_BUILD_NUMBER=147 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba ALT_BOOTDIR=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist all)
make[3]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
/bin/echo -e "Main-Class: build.tools.stripproperties.StripProperties" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../tools/src ../../tools/src/build/tools/stripproperties/StripProperties.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/stripproperties_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses build/tools/stripproperties \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/stripproperties.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/strip_properties'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.idl.toJavaPortable.Compile" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/idlj_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/idl/toJavaPortable \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/idlj.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/idlj'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
/bin/echo -e "Main-Class: com.sun.tools.corba.se.logutil.MC" > /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses \
-sourcepath ../../../src/share/classes ../../../src/share/classes/com/sun/tools/corba/se/logutil/MC.java
/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/jar cfm /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses/MC_manifest.mf \
-C /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btclasses com/sun/tools/corba/se/logutil \
-J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m || rm -f /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/btjars/MC.jar
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools/logutil'
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/tools'
make[4]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[5]: Entering directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
if [ -s /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list ] ; then \
/bin/cat /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/bin/echo -e /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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes \
-classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar \
-sourcepath "/notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes" -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list; \
fi
../../../src/share/classes/javax/transaction/xa/XAException.java
../../../src/share/classes/javax/transaction/xa/Xid.java
../../../src/share/classes/javax/transaction/xa/XAResource.java
../../../src/share/classes/javax/transaction/InvalidTransactionException.java
../../../src/share/classes/javax/transaction/TransactionRequiredException.java
../../../src/share/classes/javax/transaction/TransactionRolledbackException.java
/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-Xmx512m -J-Xms512m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/lib/rt.jar -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/corba/classes -classpath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/langtools/dist/lib/classes.jar -sourcepath /notnfs/nighttester/icedtea7-target-testing/generated.build:../../../src/share/classes:/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/corba/tmp/sun/javax.transaction.xa/.classes.list
/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/src/share/classes/java/net/NetworkInterface.java:58: error: cannot find symbol
defaultInterface = DefaultInterface.getDefault();
^
symbol: variable DefaultInterface
location: class NetworkInterface
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make[5]: *** [.compile.classlist] Error 1
make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax/xa'
make[4]: *** [build] Error 1
make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make/javax'
make[3]: *** [build] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/corba/make'
make[2]: *** [corba-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
Build step 'Execute shell' marked build as failure
Unable to send to address: testresults at icedtea.classpath.org.
ERROR: Domain ends with dot
javax.mail.internet.AddressException: Domain ends with dot in string ``testresults at icedtea.classpath.org.''
at javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:1277)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:1091)
at javax.mail.internet.InternetAddress.parse(InternetAddress.java:633)
at javax.mail.internet.InternetAddress.(InternetAddress.java:111)
at hudson.tasks.MailSender.createEmptyMail(MailSender.java:345)
at hudson.tasks.MailSender.createFailureMail(MailSender.java:223)
at hudson.tasks.MailSender.getMail(MailSender.java:150)
at hudson.tasks.MailSender.execute(MailSender.java:98)
at hudson.tasks.Mailer.perform(Mailer.java:111)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:703)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:678)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:656)
at hudson.model.Build$RunnerImpl.post2(Build.java:162)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:625)
at hudson.model.Run.run(Run.java:1435)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:238)