Build failed in Jenkins: IcedTea6TargetTesting #2076
Hudson Admin
gnu.andrew at redhat.com
Wed Aug 19 04:28:04 UTC 2015
See <http://toadeater.yyz.redhat.com:8080/job/IcedTea6TargetTesting/2076/changes>
Changes:
[Andrew John Hughes <gnu.andrew at redhat.com>] Add 1.13.8 release notes.
2015-08-18 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add 1.13.8 release notes.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR2565: Replace ipv4-mapped-ipv6-addresses.patch with upstream fix 6882910
2015-07-28 Andrew John Hughes <gnu.andrew at redhat.com>
PR2565: Replace ipv4-mapped-ipv6-addresses.patch
with upstream fix 6882910
* Makefile.am:
(ICEDTEA_PATCHES): Add new patch.
* NEWS: Updated. Bump release date.
* patches/ipv4-mapped-ipv6-addresses.patch:
Remove code changes, leaving just the test case.
* patches/openjdk/6882910-ipv6only.patch:
New patch, backporting 6882910 as a replacement
for the older ipv4-mapped-ipv6-addresses.patch
[Andrew John Hughes <gnu.andrew at redhat.com>] PR2559: generated directory gets confused with generated alias
2015-07-22 Andrew John Hughes <gnu.andrew at redhat.com>
PR2559: generated directory gets confused with
generated alias
* Makefile.am:
(EXTRA_DIST): Change 'generated' to
'$(top_srcdir)/generated'.
* NEWS: Updated.
[Andrew John Hughes <gnu.andrew at redhat.com>] Update to b36 tarball.
Changes in b36:
- OPENJDK6-58: Allow OpenJDK to build on PaX-enabled kernels
- OPENJDK6-59: Only apply PaX-marking when needed by a running PaX kernel
- OPENJDK6-60, PR2484: Disable export ciphers by default
- OPENJDK6-61: Remove translation strings for ErrorMsg.JAXP_INVALID_ATTR_VALUE_ERR which doesn't exist in OpenJDK 6
- OPENJDK6-62, PR2552: Restrict key size of RSA certificates to >= 1024
- OPENJDK6-63: Remove @Override annotation on interfaces added by 2015/07/14 security fixes.
- S6787645: CRL validation code should permit some clock skew when checking validity of CRLs
- S6996365: Evaluate the priorities of cipher suites
- S7185471: Avoid key expansion when AES cipher is re-init w/ the same key
- S8007142: Add utility classes for writing better multiprocess tests in jtreg
- S8008089: Delete OS dependent check in JdkFinder.getExecutable()
- S8024861: Incomplete token triggers GSS-API NullPointerException
- S8027058: sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh Failed to initialize connector
- S8036786: Update jdk7 testlibrary to match jdk8
- S8042205: javax/management/monitor/*: some tests didn't get all the notifications
- S8042982: Unexpected RuntimeExceptions being thrown by SSLEngine
- S8043200, PR2485: Decrease the preference mode of RC4 in the enabled cipher suite list
- S8043201: Deprecate RC4 in SunJSSE provider
- S8043202: Prohibit RC4 cipher suites
- S8046817: JDK 8 schemagen tool does not generate xsd files for enum types
- S8048194: GSSContext.acceptSecContext fails when a supported mech is not initiator preferred
- S8050158: Introduce system property to maintain RC4 preference order
- S8062923: XSL: Run-time internal error in 'substring()'
- S8062924: XSL: wrong answer from substring() function
- S8064546: CipherInputStream throws BadPaddingException if stream is not fully read
- S8065764: javax/management/monitor/CounterMonitorTest.java hangs
- S8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs
- S8067694: Improved certification checking
- S8071715: Tune font layout engine
- S8071731: Better scaling for C1
- S8072490: Better font morphing redux
- S8072887: Better font handling improvements
- S8073334: Improved font substitutions
- S8073357: schema1.xsd has wrong content. Sequence of the enum values has been changed
- S8073385: Bad error message on parsing illegal character in XML attribute
- S8073773: Presume path preparedness
- S8073894: Getting to the root of certificate chains
- S8074098: 2D_Font/Bug8067699 test fails with SIGBUS crash on Solaris Sparc
- S8074297: substring in XSLT returns wrong character if string contains supplementary chars
- S8074312: Enable hotspot builds on 4.x Linux kernels
- S8074330: Set font anchors more solidly
- S8074335: Substitute for substitution formats
- S8074865: General crypto resilience changes
- S8074871: Adjust device table handling
- S8075374: Responding to OCSP responses
- S8075378: JNDI DnsClient Exception Handling
- S8075575: com/sun/security/auth/login/ConfigFile/InconsistentError.java failed in certain env.
- S8075576: com/sun/security/auth/module/KeyStoreLoginModule/OptionTest.java failed in certain env.
- S8075667: (tz) Support tzdata2015b
- S8075738: Better multi-JVM sharing
- S8075838: Method for typing MethodTypes
- S8075853: Proxy for MBean proxies
- S8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
- S8076328: Enforce key exchange constraints
- S8076376: Enhance IIOP operations
- S8076397: Better MBean connections
- S8076401: Serialize OIS data
- S8076405: Improve serial serialization
- S8076409: Reinforce RMI framework
- S8077520: Morph tables into improved form
- S8077685: (tz) Support tzdata2015d
- S8078348: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with BindException
- S8078439: SPNEGO auth fails if client proposes MS krb5 OID
- S8078666: JVM fastdebug build compiled with GCC 5 asserts with "widen increases"
- S8080318: jdk8u51 l10n resource file translation update
- S8081386: Test sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test has RC4 dependencies
- S8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
2015-07-22 Andrew John Hughes <gnu.andrew at redhat.com>
* patches/openjdk/8078666-widen_increases.patch:
Removed; upstream in b36.
* Makefile.am:
(OPENJDK_DATE): Bump to b36 creation date;
22nd of July, 2015.
(OPENJDK_SHA256SUM): Update for b36 tarball.
* NEWS: Updated with b36 changes. Remove duplicate
issue in 1.13.6 release notes.
* patches/openjdk/6956398-ephemeraldhkeysize.patch:
Regenerated against b36.
[Andrew John Hughes <gnu.andrew at redhat.com>] Merge with icedtea6-hg for b36 update
[Andrew John Hughes <gnu.andrew at redhat.com>] Update to build against July 2015 security fixes.
2015-07-20 Andrew John Hughes <gnu.andrew at redhat.com>
* patches/openjdk/8074312-pr2255-support_linux_4.patch:
Removed; upstreamed.
* patches/pax-mark-rmic-java.patch: Likewise.
* Makefile.am:
(ICEDTEA_PATCHES): Drop above patches. Drop
WITH_PAX block as no longer required.
(ICEDTEA_ECJ_PATCHES): Drop !WITH_PAX block,
merging into main unconditional definition.
* patches/openjdk/4963723-implement_sha-224.patch:
Regenerated due to copyright header change.
[Andrew John Hughes <gnu.andrew at redhat.com>] Bump to next release, b36.
2015-07-20 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(OPENJDK_VERSION): Bump to next release, b36.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR829: Raise javadoc and JAVAC_FLAGS memory limits for CACAO
2015-07-13 Andrew John Hughes <gnu_andrew at member.fsf.org>
* AUTHORS: Add James.
* NEWS: Updated.
2015-05-23 James Le Cuirot <chewi at gentoo.org>
PR829: Raise javadoc and JAVAC_FLAGS memory
limits for CACAO
* patches/cacao/launcher.patch:
Increase memory limits so a build with CACAO
and doc generation succeeds.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR2556, G390663: Update Gentoo font configuration and allow font directory to be specified
2015-07-22 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2556, G390663: Update Gentoo font configuration
and allow font directory to be specified
* INSTALL: Document --with-fonts-dir.
* Makefile.am:
(fonts): Copy the generated Gentoo
font properties file into the OpenJDK
tree.
* NEWS: Updated.
* acinclude.m4:
(IT_WITH_FONTS_DIR): Allow the user
to specify where the fonts are stored.
* configure.ac: Invoke IT_WITH_FONTS_DIR
and generate linux.fontconfig.Gentoo.properties
* linux.fontconfig.Gentoo.properties.in:
Template fontconfig file for Gentoo copied from
the main Portage tree.
* patches/fonts-gentoo.patch:
Remove outdated copy of
linux.fontconfig.Gentoo.properties from patch.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR2522: Add executable stack markings to callNative.S on JamVM
2015-07-13 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2522: Add executable stack markings
to callNative.S on JamVM
* Makefile.am:
(ICEDTEA_PATCHES): Add patch.
(jamvm): Drop setting -noexecstack in
LDFLAGS; replaced by code fix in JamVM.
* NEWS: Updated.
* patches/jamvm/noexecstack.patch:
Add notes to assembly files in order to
turn off executable stack.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR2508, G541462: Only apply PaX markings by default on running PaX kernels
2015-07-13 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2508, G541462: Only apply PaX markings by default
on running PaX kernels
* NEWS: Updated.
* acinclude.m4:
(IT_HAS_PAX): Use grep directly rather
than piping from cat.
(IT_WITH_PAX): Use ${pax_active} as the
default value. Handle --with-pax and
--without-pax options (i.e. without arguments)
better.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR2391: Make elliptic curve removal optional
2015-07-15 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2391: Make elliptic curve removal
optional
* acinclude.m4:
(IT_ENABLE_NON_NSS_CURVES): Check ${enableval}
to catch values other than yes/no.
2015-07-13 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2391: Make elliptic curve removal
optional
* INSTALL:
Document --enable-non-nss-curves.
* Makefile.am:
(ICEDTEA_PATCHES): Only apply
the RH1022017 patch when non-NSS
curves are not enabled.
* NEWS: Updated.
* acinclude.m4:
(IT_ENABLE_NON_NSS_CURVES): New
macro to allow non-NSS curves to
be turned on.
* configure.ac:
Invoke IT_ENABLE_NON_NSS_CURVES.
* fsg.sh.in:
Don't alter the curve list when
non-NSS curves are enabled.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR2360: Ensure all stamp targets have aliases
2015-07-22 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR2360: Ensure all stamp targets have aliases
* Makefile.am:
Add missing aliases for add-cacao,
add-cacao-debug, add-jamvm, add-jamvm-debug,
add-nss, add-nss-debug, add-nss-ecj,
add-pulseaudio, add-pulseaudio-debug,
add-pulseaudio-ecj, add-systemtap,
add-systemtap-debug, add-systemtap-ecj,
add-tzdata-support, add-tzdata-support-debug,
add-tzdata-support-ecj, add-zero, add-zero-debug,
extract-openjdk, fonts, generated, hgforest,
ports, pulse-java, pulse-java-class,
pulse-java-headers, pulse-java-jar,
remove-intree-libraries, runnable-icedtea,
runnable-icedtea-debug and runnable-icedtea-ecj.
Remove dead nbplatform and rename rt-jar to rt.
* NEWS: Updated.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR2342: Update README & INSTALL files
2015-07-06 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR2342: Update README & INSTALL files
* INSTALL: Remove dead --with-xalan2-jar,
--with-xalan2-serializer-jar,
--with-xerces2-jar options. Document --with-jdk-home.
Move --enable-system-kerberos to be listed with other
system library options. Mention ARM32 JIT.
* NEWS: Updated.
* README: Mention ARM32 JIT and OpenJDK
compatibility testing page.
* acinclude.m4:
(IT_CHECK_FOR_JDK): Add plain java-1.6.0-openjdk to
ICEDTEA6_VMS.
[Andrew John Hughes <gnu.andrew at redhat.com>] PR2340: Fail early if there is no native HotSpot JIT & all other options are disabled
2014-06-12 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR2340: Fail early if there is no native HotSpot JIT
& all other options are disabled
* acinclude.m4:
(IT_ENABLE_ZERO_BUILD): Depend on
IT_HAS_NATIVE_HOTSPOT_PORT. Split out arch-dependent
code into that macro. Make ENABLE_CACAO test more
readable.
(IT_ENABLE_CACAO): Handle enableval same as other macros
so possible values are only ever yes or no.
(IT_ENABLE_JAMVM): Likewise.
(IT_HAS_NATIVE_HOTSPOT_PORT): Architecture detection
split out from IT_ENABLE_ZERO_BUILD. Now sets
has_native_hotspot_port for later reference.
* configure.ac:
Error out if there is no native HotSpot port and
Zero (which implies Shark & ARM32 JIT), CACAO and
JamVM are all disabled.
[Andrew John Hughes <gnu.andrew at redhat.com>] Add backports from IcedTea 2.x & OpenJDK 8
Backports
- PR2488, CVE-2015-4000: Make jdk8 mode the default for jdk.tls.ephemeralDHKeySize
- S4890063, PR2306, RH1214835: HPROF: default text truncated when using doe=n option
- S6562614, PR2555: Compiler warnings for gettimeofday in Inet4/Inet6AddressImpl.c
- S6956398, PR2486: make ephemeral DH key match the length of the certificate key
- S6989466, PR2555: Miscellaneous compiler warnings in java/lang, java/util, java/io, sun/misc native code
- S6991580, PR2309: IPv6 Nameservers in resolv.conf throws NumberFormatException
- S6997561, PR2479: A request for better error handling in JNDI
- S7007905, PR2298: javazic produces wrong line numbers
- S7017176, PR2479: Several JNDI tests are mssing GPL header
- S7058708, PR2298: Eliminate JDK build tools build warnings
- S7069870, PR2298: Parts of the JDK erroneously rely on generic array initializers with diamond
- S7090844, PR2298: Support a timezone whose offset is changed more than once in the future
- S7094377, PR2479: Com.sun.jndi.ldap.read.timeout doesn't work with ldaps.
- S7133138, PR2298: Improve io performance around timezone lookups
- S7170638, PR2495: Use DTRACE_PROBE[N] in JNI Set and SetStatic Field.
- S8000487, PR2479: Java JNDI connection library on ldap conn is not honoring configured timeout
- S8011709, PR2510: [parfait] False positive: memory leak in jdk/src/share/native/sun/font/layout/CanonShaping.cpp
- S8023052, PR2510: JVM crash in native layout
- S8039921, PR2468: SHA1WithDSA with key > 1024 bits not working
- S8041451, PR2480: com.sun.jndi.ldap.Connection:ReadTimeout should abandon ldap request
- S8042855, PR2510: [parfait] Potential null pointer dereference in IndicLayoutEngine.cpp
- S8042857, PR2479: 14 stuck threads waiting for notification on LDAPRequest
- S8065238, PR2479: javax.naming.NamingException after upgrade to JDK 8
- S8074761, PR2469: Empty optional parameters of LDAP query are not interpreted as empty
- S8078654, PR2334: CloseTTFontFileFunc callback should be removed
- S8078666, PR2327: JVM fastdebug build compiled with GCC 5 asserts with "widen increases"
- S8081315, PR2406: Avoid giflib interlacing workaround with giflib 5.0.0 on
- S8081475, PR2495: SystemTap does not work when JDK is compiled with GCC 5
- S8087120, RH1206656, PR2554: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.
- PR2319: Checksum of policy JAR files changes on every build
- PR2460: Policy JAR files should be timestamped with the date of the policy file they hold
- PR2481, RH489586, RH1236619: OpenJDK can't handle spaces in zone names in /etc/sysconfig/clock
- PR2486: JSSE server is still limited to 768-bit DHE
------------------------------------------
[...truncated 198456 lines...]
[echo] java.home=/usr/lib/jvm/java-1.6.0-icedtea-1.13.5.x86_64/jre
[echo] java.version=1.6.0_33
[echo] os.name=Linux
[echo] os.arch=amd64
[echo] os.version=3.19.8-100.fc20.x86_64
[echo] bootstrap.dir=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/langtools/dist/bootstrap
[echo] javac.jar=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/langtools/dist/bootstrap/lib/javac.jar
[echo] javac.memoryInitialSize=256m
[echo] javac.memoryMaximumSize=512m
[echo] javac.source=5
[echo] javac.debug=true
[echo] javac.target=5
[echo] javac.version.opt=
[echo] javac.lint.opts=
[echo] javac.no.jdk.warnings=-XDignore.symbol.file=true
[echo] output.dir=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxp
[echo] build.dir=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxp/build
[echo] dist.dir=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxp/dist
[echo] drop.dir=${drop.dir}
[echo] drops.dir=/java/devtools/share/jdk6-drops
[echo]
init:
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxp/build/classes
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxp/dist
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxp/dist/lib
-jaxp_src-ready:
-jaxp_src-copy-bundle:
-jaxp_src-url-should-be-used:
-jaxp_src-url-bundle:
jaxp_src-update:
-set-props:
-use-drop:
-src-help:
-init-src-dirs:
[echo] Using primary.src.dir=./drop_included/jaxp_src/src
[echo] Using src.dir.id=/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxp/drop_included/jaxp_src/src
compile:
[javac] Compiling 1888 source files to /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxp/build/classes
-drop-build-setup:
[copy] Copying 20 files to /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxp/build/classes
-build-setup:
build:
-dist-classes-jar-uptodate:
-dist-classes-jar:
[jar] Building jar: /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxp/dist/lib/classes.jar
-drop-src-zip:
[zip] Building zip: /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxp/dist/lib/src.zip
-dist-src-zip:
dist:
all:
[echo] +---------------------------------------+
[echo] + Finishing ant project jaxp
[echo] +---------------------------------------+
BUILD SUCCESSFUL
Total time: 13 seconds
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxp/make'
/bin/mkdir -p /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws
(cd ./jaxws/make && \
/bin/make LANGTOOLS_TOPDIR=/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/langtools JDK_TOPDIR=/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk JDK_MAKE_SHARED_DIR=/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk/make/common/shared EXTERNALSANITYCONTROL=true TARGET_CLASS_VERSION=5 MILESTONE=fcs BUILD_NUMBER=b36 JDK_BUILD_NUMBER=b36 FULL_VERSION=1.6.0_36-b36 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.6.0_36 JDK_MKTG_VERSION=6u36 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=6 JDK_MICRO_VERSION=0 PAX_COMMAND=/usr/sbin/paxmark.sh PAX_COMMAND_ARGS="-vm" ARCH_DATA_MODEL=64 COOKED_JDK_UPDATE_VERSION=360 COOKED_BUILD_NUMBER=36 ALT_OUTPUTDIR=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws ALT_BOOTDIR=/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/langtools/dist all)
make[3]: Entering directory `/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/make'
cd .. && JAVA_HOME=/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 /bin/ant -Djavac.target=5 -Ddrops.dir=/java/devtools/share/jdk6-drops -Doutput.dir=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws -Djdk.home=/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 -Dlangtools.dist=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/langtools/dist -Djdk.topdir=/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk -version
Apache Ant(TM) version 1.9.2 compiled on September 12 2013
cd .. && JAVA_HOME=/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 /bin/ant -Djavac.target=5 -Ddrops.dir=/java/devtools/share/jdk6-drops -Doutput.dir=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws -Djdk.home=/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0 -Dlangtools.dist=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/langtools/dist -Djdk.topdir=/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk all
Buildfile: /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/build.xml
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws/build/xml_generated
[copy] Copying 1 file to /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws/build/xml_generated
[copy] Copying 1 file to /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws/build/xml_generated
-banner:
[echo] +---------------------------------------+
[echo] + Starting ant project jaxws +
[echo] +---------------------------------------+
-javac-jar-exists:
sanity:
[echo] Sanity Settings:
[echo] ant.home=/usr/share/ant
[echo] ant.version=Apache Ant(TM) version 1.9.2 compiled on September 12 2013
[echo] ant.java.version=1.6
[echo] java.home=/usr/lib/jvm/java-1.6.0-icedtea-1.13.5.x86_64/jre
[echo] java.version=1.6.0_33
[echo] os.name=Linux
[echo] os.arch=amd64
[echo] os.version=3.19.8-100.fc20.x86_64
[echo] bootstrap.dir=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/langtools/dist/bootstrap
[echo] javac.jar=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/langtools/dist/bootstrap/lib/javac.jar
[echo] langtools.jar=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/langtools/dist/lib/classes.jar
[echo] javac.memoryInitialSize=256m
[echo] javac.memoryMaximumSize=512m
[echo] javac.source=5
[echo] javac.debug=true
[echo] javac.target=5
[echo] javac.version.opt=
[echo] javac.lint.opts=
[echo] javac.no.jdk.warnings=-XDignore.symbol.file=true
[echo] output.dir=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws
[echo] build.dir=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws/build
[echo] dist.dir=/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws/dist
[echo] drop.dir=${drop.dir}
[echo] drops.dir=/java/devtools/share/jdk6-drops
[echo] jdk.topdir=/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jdk
[echo]
init:
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws/build/classes
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws/dist
[mkdir] Created dir: /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws/dist/lib
-jaxws_src-ready:
-jaxws_src-copy-bundle:
-jaxws_src-url-should-be-used:
-jaxws_src-url-bundle:
jaxws_src-update:
-jaf_src-ready:
-jaf_src-copy-bundle:
-jaf_src-url-should-be-used:
-jaf_src-url-bundle:
jaf_src-update:
-set-props:
-use-drop:
-src-help:
-init-src-dirs:
[echo] Using primary.src.dir=./drop_included/jaxws_src/src
[echo] Using src.dir.id=/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src:/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaf_src/src
compile:
[javac] Compiling 2568 source files to /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/jaxws/build/classes
[javac] ----------
[javac] 1. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src/com/sun/istack/internal/package-info.java (at line 1)
[javac] /*
[javac] ^
[javac] The type package-info is already defined
[javac] ----------
[javac] ----------
[javac] 2. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src/com/sun/xml/internal/bind/v2/runtime/output/package-info.java (at line 1)
[javac] /*
[javac] ^
[javac] The type package-info is already defined
[javac] ----------
[javac] ----------
[javac] 3. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src/com/sun/xml/internal/bind/v2/schemagen/package-info.java (at line 1)
[javac] /*
[javac] ^
[javac] The type package-info is already defined
[javac] ----------
[javac] ----------
[javac] 4. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src/com/sun/xml/internal/ws/api/addressing/package-info.java (at line 1)
[javac] /*
[javac] ^
[javac] The type package-info is already defined
[javac] ----------
[javac] ----------
[javac] 5. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src/com/sun/xml/internal/ws/api/package-info.java (at line 1)
[javac] /*
[javac] ^
[javac] The type package-info is already defined
[javac] ----------
[javac] ----------
[javac] 6. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src/com/sun/xml/internal/ws/api/pipe/package-info.java (at line 1)
[javac] /*
[javac] ^
[javac] The type package-info is already defined
[javac] ----------
[javac] ----------
[javac] 7. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src/com/sun/xml/internal/ws/api/server/package-info.java (at line 1)
[javac] /*
[javac] ^
[javac] The type package-info is already defined
[javac] ----------
[javac] ----------
[javac] 8. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src/com/sun/xml/internal/ws/api/wsdl/parser/package-info.java (at line 1)
[javac] /*
[javac] ^
[javac] The type package-info is already defined
[javac] ----------
[javac] ----------
[javac] 9. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src/com/sun/xml/internal/ws/client/package-info.java (at line 1)
[javac] /*
[javac] ^
[javac] The type package-info is already defined
[javac] ----------
[javac] ----------
[javac] 10. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src/com/sun/xml/internal/ws/developer/package-info.java (at line 1)
[javac] /*
[javac] ^
[javac] The type package-info is already defined
[javac] ----------
[javac] ----------
[javac] 11. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src/com/sun/xml/internal/ws/server/package-info.java (at line 1)
[javac] /*
[javac] ^
[javac] The type package-info is already defined
[javac] ----------
[javac] ----------
[javac] 12. ERROR in /notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/drop_included/jaxws_src/src/javax/xml/ws/wsaddressing/package-info.java (at line 1)
[javac] /*
[javac] ^
[javac] The type package-info is already defined
[javac] ----------
[javac] 12 problems (12 errors)
BUILD FAILED
/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/build.xml:136: Compile failed; see the compiler error output for details.
Total time: 9 seconds
make[3]: *** [all] Error 1
make[3]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj/jaxws/make'
make[2]: *** [jaxws-build] Error 2
make[2]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory `/notnfs/nighttester/icedtea6-target-testing/openjdk-ecj'
make: *** [stamps/icedtea-ecj.stamp] Error 2
+ exit 1
Build step 'Execute shell' marked build as failure
More information about the icedtea-test
mailing list