Build failed in Jenkins: IcedTea8TargetTesting #450
Hudson Admin
gnu.andrew at redhat.com
Tue Jun 25 06:59:41 PDT 2013
See <http://toadeater.yyz.redhat.com:8080/job/IcedTea8TargetTesting/450/changes>
Changes:
[lana] Merge
[lana] Merge
[arieber] 7025238: HttpURLConnection does not handle URLs with an empty path component.
Summary: Prepend a '/' to file when path is empty
Reviewed-by: chegar, khazra
[khazra] 8016698: Cleanup overrides warning in sun/tools/ClassDeclaration.java
Summary: Override Object.hashCode()
Reviewed-by: alanb, chegar
[khazra] 8016576: Overrides warnings in jdi and jconsole
Summary: Implement hashCode() in classes emitting warnings
Reviewed-by: alanb, chegar
[dxu] 8016592: Clean-up Javac Overrides Warnings In javax/management/NotificationBroadcasterSupport.java
Summary: Add hashCode() methods to ListenerInfo and WildcardListenerInfo classes
Reviewed-by: dfuchs, alanb, sjiang, chegar
[chegar] Merge
[chegar] 8017057: More ProblemList.txt updates (6/2013)
Reviewed-by: alanb
[chegar] Merge
[chegar] Merge
[bpb] 4837946: Faster multiplication and exponentiation of large integers
4646474: BigInteger.pow() algorithm slow in 1.4.0
Summary: Implement Karatsuba and 3-way Toom-Cook multiplication as well as exponentiation using Karatsuba and Toom-Cook squaring.
Reviewed-by: alanb, bpb, martin
Contributed-by: Alan Eliasen <eliasen at mindspring.com>
[chegar] Merge
[chegar] 8017044: anti-delta fix for 8015402
Reviewed-by: alanb
[xuelei] 7188658: Add possibility to disable client initiated renegotiation
Reviewed-by: weijun, wetmore
[mfang] 8015657: jdk8 l10n resource file translation update 3
Reviewed-by: yhuang
[xuelei] 8000456: Add programmatic deadlock detection in SSLEngineDeadlock
Reviewed-by: wetmore
[mduigou] 8016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHashMap, WeakHashMap, TreeMap, ConcurrentMap
Reviewed-by: forax, mduigou, psandoz
Contributed-by: Mike Duigou <mike.duigou at oracle.com>, Remi Forax <forax at univ-mlv.fr>
[mduigou] Merge
[bpb] 8015395: NumberFormatException during startup if JDK-internal property java.lang.Integer.IntegerCache.high set to bad value
Summary: Fall back to default if a bad value is passed for this property.
Reviewed-by: mduigou
[chegar] Merge
[chegar] Merge
[chegar] Merge
[chegar] Merge
[chegar] 8012156: tools/javac/file/zip/T6865530.java fails for win32/64 in 7u25 nightly runs
Reviewed-by: alanb
[chegar] 8014737: java/lang/invoke/7196190/MHProxyTest.java fails after 8009424
Reviewed-by: twisti
[leonidr] 8014718: Netbeans IDE begins to throw a lot exceptions since 7u25 b10
Summary: Removed logging from SunToolkit
Reviewed-by: art
[bae] 8014205: Most of the Swing dialogs are blank on one win7 MUI
Reviewed-by: vadim
[mchung] 8010727: WLS fails to add a logger with "" in its own LogManager subclass instance
Reviewed-by: alanb, jgish
[bae] 8014427: REGRESSION: closed/javax/imageio/plugins/bmp/Write3ByteBgrTest.java fails since 7u25 b09
Reviewed-by: prr
[xuelei] 8014281: Better checking of XML signature
Summary: also reviewed by Andrew Gross and Christophe Ravel
Reviewed-by: mullan
[mullan] 8010714: XML DSig API allows a RetrievalMethod to reference another RetrievalMethod
Reviewed-by: xuelei, hawtin
[coffeys] 8013196: TimeZone.getDefault() throws NPE due to sun.awt.AppContext.getAppContext()
Reviewed-by: mchung, okutsu
[twisti] 8009424: Restrict publicLookup with additional checks
Reviewed-by: vlivanov, jdn
[jfranck] 8011139: (reflect) Revise checking in getEnclosingClass
Reviewed-by: darcy, mchung, ahgross
[leonidr] 8012933: Test closed/java/awt/Dialog/DialogAnotherThread/JaWSTest.java fails since jdk 7u25 b07
Summary: Do not mark context as disposed until we've posted all the events
Reviewed-by: art
[mullan] 8008744: Rework part of fix for JDK-6741606
Reviewed-by: xuelei, ahgross
[dfuchs] 8012243: about 30% regression on specjvm2008.serial on 7u25 comparing 7u21
Reviewed-by: alanb, skoivu, smarks, mchung
[alexsch] 8012330: [macosx] Sometimes the applet showing the modal dialog itself loses the ability to gain focus
Reviewed-by: serb, ant
[bae] 8012597: Better image channel verification
Reviewed-by: vadim
[mullan] 8009217: REGRESSION: test com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java fails to compile since 7u21b03
Reviewed-by: xuelei
[prr] 8012617: ArrayIndexOutOfBoundsException with some fonts using LineBreakMeasurer
Reviewed-by: bae, srl
[bae] 8012601: Better validation of image layouts
Reviewed-by: prr
[prr] 8012421: Better positioning of PairPositioning
Reviewed-by: srl, mschoene, vadim
[chegar] Merge
[chegar] Merge
[chegar] Merge
[chegar] Merge
[chegar] Merge
[chegar] Merge
[chegar] Merge
[bae] 8012438: Better image validation
Reviewed-by: prr
[chegar] Merge
[mchung] 8011557: Improve reflection utility classes
Reviewed-by: ahgross, alanb
[chegar] Merge
[chegar] Merge
[leonidr] 8003559: Update display of applet windows
Summary: Implemented applet security warning for OS X port
Reviewed-by: art, anthony, serb, skoivu
[mullan] 6741606: Integrate Apache Santuario
Reviewed-by: vinnie, hawtin
[anthony] 8011154: java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java failed since 7u25b03 on windows
Reviewed-by: art, yan
[chegar] 8012917: ObjectStreamClass and ObjectStreamField should be CallerSensitive aware
Reviewed-by: mchung
[smarks] 8008132: Better serialization support
Reviewed-by: alanb, hawtin
[mchung] 8012689: CallerSensitive annotation should not have CONSTRUCTOR Target
Reviewed-by: chegar
[chegar] 8012692: SerialJavaObject.java should be CallerSensitive aware
Reviewed-by: mchung
[jfranck] 8007812: (reflect) Class.getEnclosingMethod problematic for some classes
Summary: Better checking in getEnclosing(Method|Constructor|Class)
Reviewed-by: darcy, ahgross, mchung
[sundar] 8006611: Improve scripting
Reviewed-by: mchung
[anthony] 8009071: Improve shape handling
Reviewed-by: art, mschoene
[leonidr] 8011695: [tck-red] Application can not be run, the Security Warning dialog is gray.
Summary: EventQueue shouldn't use AppContext.getAppContext() to obtain its AppContext.
Reviewed-by: art
[bae] 8012112: java/awt/image/mlib/MlibOpsTest.java fails on sparc solaris
Reviewed-by: prr, vadim
[bae] 8011992: java/awt/image/mlib/MlibOpsTest.java failed since jdk7u25b05
Reviewed-by: vadim
[bae] 8011243: Improve ImagingLib
Reviewed-by: prr, vadim
[prr] 8011257: Better Byte Component Rasters
Reviewed-by: bae, vadim, mschoene
[prr] 8011253: Better Short Component Rasters
Reviewed-by: bae, vadim, mschoene
[prr] 8011248: Better Component Rasters
Reviewed-by: bae, vadim, mschoene
[vinnie] 8009235: Improve handling of TSA data
Reviewed-by: ahgross, mullan
[chegar] 8008593: Better URLClassLoader resource management
Reviewed-by: alanb, sherman, hawtin
[mullan] 8001330: Improve on checking order
Reviewed-by: acorn, hawtin
[egahlin] 8008611: Better handling of annotations in JMX
Reviewed-by: skoivu, dholmes, jfdenise
[sjiang] 8007467: Better JMX type conversion
Reviewed-by: dfuchs, mchung, skoivu
[prr] 8005007: Better glyph processing
Reviewed-by: srl, mschoene, bae
[dsamersoff] 8008124: Better compliance testing
Summary: Better compliance testing
Reviewed-by: dfuchs, jfdenise, skoivu, alanb
[dsamersoff] 8008120: Improve JMX class checking
Summary: Improve JMX class checking
Reviewed-by: mchung, dfuchs, alanb, skoivu
[dsamersoff] 8007471: Improve MBean notifications
Summary: Improve MBean notifications
Reviewed-by: dfuchs, mchung, alanb, skoivu
[serb] 8006328: Improve robustness of sound classes
8009057: Improve MIDI event handling
Reviewed-by: amenkov, art, skoivu
[jgodinez] 8001038: Resourcefully handle resources
Reviewed-by: prr, bae
Contributed-by: jia-hong.chen at oracle.com
[jbachorik] 8008982: Adjust JMX for underlying interface changes
Reviewed-by: mchung, dholmes, dfuchs, skoivu
[khazra] 8001318: Socket.getLocalAddress not consistent with InetAddress.getLocalHost
Reviewed-by: alanb, chegar, hawtin
[lancea] 8009554: Improve SerialJavaObject.getFields
Reviewed-by: alanb, skoivu, mchung
[jgodinez] 8007925: Improve cmsStageAllocLabV2ToV4curves
8007926: Improve cmsPipelineDup
Reviewed-by: bae, mschoene, prr
Contributed-by: jia-hong.chen at oracle.com
[jgodinez] 8009654: Improve stability of cmsnamed
Reviewed-by: bae, mschoene, prr
Contributed-by: jia-hong.chen at oracle.com
[jbachorik] 8010209: Better provision of factories
Reviewed-by: dcubed, ahgross
[jfdenise] 8008128: Better API coherence for JMX
Summary: Permission for getting classloader
Reviewed-by: alanb, dfuchs, skoivu
Contributed-by: jean-francois.denise at oracle.com
[sjiang] 8008615: Improve robustness of JMX internal APIs
Reviewed-by: dfuchs, skoivu, dholmes
[jfdenise] 8009004: Better implementation of RMI connections
Summary: Better class handling.
Reviewed-by: alanb, dfuchs, skoivu, jbachorik
Contributed-by: jean-francois.denise at oracle.com
[vinnie] 8009067: Improve storing keys in KeyStore
Reviewed-by: mullan, skoivu
[jbachorik] 8008623: Better handling of MBeanServers
Reviewed-by: dfuchs, dholmes, skoivu
[leonidr] 8004584: Augment applet contextualization
Summary: Do not create the main AppContext for applets
Reviewed-by: art, ahgross
[khazra] 8010213: Some api/javax_net/SocketFactory tests fail in 7u25 nightly build
Summary: Eliminate fall-through while setting socket options on Windows
Reviewed-by: alanb, chegar
[jgodinez] 8007929: Improve CurvesAlloc
Reviewed-by: bae, mschoene, prr
Contributed-by: jia-hong.chen at oracle.com
[darcy] 8001309: Better handling of annotation interfaces
Reviewed-by: ahgross, smarks, alanb
[jgodinez] 8009013: Better handling of T2K glyphs
Reviewed-by: bae, mschoene, prr
Contributed-by: jia-hong.chen at oracle.com
[sla] 8003703: Update RMI connection dialog box
Reviewed-by: skoivu, ahgross, mchung, jbachorik
[dfuchs] 8001043: Clarify definition restrictions
Reviewed-by: alanb, skoivu, smarks
[jbachorik] 8009996: tests javax/management/mxbean/MiscTest.java and javax/management/mxbean/StandardMBeanOverrideTest.java fail
Reviewed-by: dfuchs, dholmes
[jgodinez] 8007927: Improve cmsAllocProfileSequenceDescription
Reviewed-by: bae, mschoene, prr
Contributed-by: jia-hong.chen at oracle.com
[dmocek] 8001033: Refactor network address handling in virtual machine identifiers
Reviewed-by: smarks, hawtin, mchung
[khazra] 7170730: Improve Windows network stack support.
Summary: Enable exclusive binding of ports on Windows
Reviewed-by: alanb, chegar, ahgross
[jbachorik] 8008607: Better input checking in JMX
Reviewed-by: dfuchs, mchung, skoivu, sjiang
[jbachorik] 8008585: Better JMX data handling
Reviewed-by: alanb, dfuchs, jfdenise, skoivu, sjiang
[jbachorik] 8009034: Improve resulting notifications in JMX
Summary: Disallowing access to mutable shared arrays
Reviewed-by: dfuchs, mchung, skoivu
[jbachorik] 8009038: Improve JMX notification support
Summary: Disallowing access to mutable shared arrays
Reviewed-by: dfuchs, mchung, skoivu
[jbachorik] 8008603: Improve provision of JMX providers
Reviewed-by: alanb, dfuchs, jfdenise, skoivu
[dmocek] 8000638: Improve deserialization
Reviewed-by: smarks, hawtin, mchung
[alanb] 8004288: (fs) Files.probeContentType problems
Reviewed-by: ahgross, sherman
[bae] 8001034: Memory management improvements
Reviewed-by: mschoene, prr, jgodinez
[uta] 8016046: (process) Strict validation of input should be security manager case only [win].
Reviewed-by: alanb, ahgross
[rfield] 8015402: Lambda metafactory should not attempt to determine bridge methods
Summary: paired with 8013789: Compiler should emit bridges in interfaces
Reviewed-by: twisti
[youdwei] 8014620: Signature.getAlgorithm return null in special case
Reviewed-by: wetmore
[twisti] 7177472: JSR292: MethodType interning penalizes scalability
Reviewed-by: twisti
Contributed-by: Aleksey Shipilev <aleksey.shipilev at oracle.com>
[shade] 8016236: Class.getGenericInterfaces performance improvement
Summary: cache more reflective data and lookup results.
Reviewed-by: alanb, plevart, psandoz, dl
Contributed-by: Doug Lea <dl at cs.oswego.edu>, Aleksey Shipilev <aleksey.shipilev at oracle.com>
[chegar] 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
Reviewed-by: darcy
[lana] Merge
[coffeys] 8015978: Incorrect transformation of XPath expression "string(-0)"
Reviewed-by: darcy, joehw
Contributed-by: aleksej.efimov at oracle.com
[jzavgren] 8014307: Memory leak ... security/jgss/wrapper/GSSLibStub.c
Summary: I modified the native procedure: Java_sun_security_jgss_wrapper_GSSLibStub_initContext() so that allocated memory is freed when errors occur.
Reviewed-by: chegar, valeriep
[khazra] 7169142: CookieHandler does not work with localhost
Summary: Add .local to derived effective hostnames without dot
Reviewed-by: chegar
[khazra] 8015421: NegativeArraySizeException occurs in ChunkedOutputStream() with Integer.MAX_VALUE
Summary: Ensure integer overflow does not occur
Reviewed-by: chegar
[igerasim] 7181748: java/lang/ThreadGroup/Suspend.java test fails intermittently
Reviewed-by: chegar, dholmes
[psandoz] 8016251: Balanced spliterator for SpinedBuffer
Reviewed-by: mduigou
Contributed-by: Brian Goetz <brian.goetz at oracle.com>, Peter Levart <peter.levart at gmail.com>, Paul Sandoz <paul.sandoz at oracle.com>
[yhuang] 7040556: SimpleDateFormat.format Portuguese Month should not be capitalized
Reviewed-by: okutsu
[weijun] 8015274: TEST_BUG: Step2: After selecting 'View Warning Log', it is empty instead of FileNotFound.
8015276: TEST_BUG: The 'ptool.test' can't be saved in the 'tmp' folder.
8016158: Instruction is not clear on how to use keytool to create JKS store in case
Reviewed-by: mullan
[weijun] 8014310: JAAS/Krb5LoginModule using des encytypes failure with NPE after JDK-8012679
Reviewed-by: valeriep
[henryjen] 8016448: java/util/BitSet/BitSetStreamTest.java no longer compiles, missed by 8015895
Reviewed-by: mduigou
[bchristi] 8010325: Remove hash32() method and hash32 int field from java.lang.String
Reviewed-by: alanb, mduigou
[alanb] 8016369: java/lang/instrument/RetransformBigClass.sh failing again
Reviewed-by: sla, sergei
[alanb] 8016370: javadoc warnings, unexpected </p> mostly
Reviewed-by: martin, jjg
[mduigou] 8016213: Convert j2se NetBeans project to use top-level make targets
Reviewed-by: chegar
[naoto] 8015960: java/util/Locale/LocaleProviders.java failing again on Windows
Reviewed-by: alanb
[alanb] Merge
[alanb] 8016311: Update j.u.c. tests to avoid using Thread.stop(Throwable)
Reviewed-by: alanb
Contributed-by: martinrb at google.com
[alanb] 7059085: Retire Thread.stop(Throwable) so that it throws UOE
Reviewed-by: dholmes, chegar, forax, darcy, mduigou
[psandoz] 8015895: Int/LongStream.range/rangeClosed
8012986: Right-bias range spliterators for large ranges
Reviewed-by: mduigou
[dxu] 8013827: File.createTempFile hangs with temp file starting with 'com1.4'
8011950: java.io.File.createTempFile enters infinite loop when passed invalid data
Reviewed-by: alanb
[alanb] 8016217: More javadoc warnings
Reviewed-by: lancea, chegar, psandoz
[psandoz] 8015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iterator
Reviewed-by: chegar
[psandoz] 8015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStream
Reviewed-by: alanb
[psandoz] 8015492: Remove DoubleStream.range methods
Reviewed-by: alanb
[ksrini] 8016209: TEST_BUG: non-compliant jmc in the bin directory hangs testing
Reviewed-by: alanb, darcy, chegar
[coleenp] 7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted
Summary: The code for this test is fixed now and integrated to TL repo and it passes now.
Reviewed-by: alanb
[sherman] 8015728: (zipfs) demo/zipfs/basic.sh failing
Summary: to return the correct loc entry size from wirteLOC();
Reviewed-by: alanb
[lancea] 8016101: Fix typo in SerialRef and missing @param in SerialStruct
Reviewed-by: darcy
[khazra] 7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER
Summary: Return false for null arguments in ACCEPT_ORIGINAL_SERVER#shouldAccept()
Reviewed-by: chegar
[okutsu] 7064270: java/text/Format/DateFormat/WeekDateTest.java fails on OEL5.6 hi_IN.UTF-8
Reviewed-by: peytoia
[okutsu] 7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces
Reviewed-by: peytoia
[bpb] 8016117: New sun.misc.FDBigInteger class as part of 7032154
Reviewed-by: martin, iris
Contributed-by: Sergey Kuksenko <sergey.kuksenko at oracle.com>, Brian Burkhalter <brian.burkhalter at oracle.com>, Dmitry Nadezhin <dmitry.nadezhin at oracle.com>, Olivier Lagneau <olivier.lagneau at oracle.com>
[robm] 8016063: getFinalAttributes should use FindClose
Reviewed-by: alanb
[bpb] 7032154: Performance tuning of sun.misc.FloatingDecimal/FormattedFloatingDecimal
Summary: Performance improvements for double/float -> String and decimal/hex String -> double/float conversions.
Reviewed-by: martin, iris
Contributed-by: Sergey Kuksenko <sergey.kuksenko at oracle.com>, Brian Burkhalter <brian.burkhalter at oracle.com>, Dmitry Nadezhin <dmitry.nadezhin at oracle.com>, Olivier Lagneau <olivier.lagneau at oracle.com>
[mduigou] Merge
[henryjen] 8015522: CharSequence.codePoints can be faster
Reviewed-by: martin, psandoz, alanb
Contributed-by: henry.jen at oracle.com
[dmeetry] 8009579: Xpathexception does not honor initcause()
Reviewed-by: alanb, dholmes, joehw
Contributed-by: aleksej.efimov at oracle.com
[emc] 8016019: Remove setProtectionDomain0 and JVM_SetProtectionDomain in JDK
Summary: setProtectionDomain0 and JVM_SetProtectionDomain are unused since at least 1.5. This is the JDK side of a changeset to remove it.
Reviewed-by: alanb
[coffeys] 8000450: Restrict access to com/sun/corba/se/impl package
Reviewed-by: alanb, chegar, lancea
[dholmes] 8015470: Remove redundant calls of toString() on String objects
Reviewed-by: dholmes, alanb
Contributed-by: Otavio Goncalves <otariojava at java.net>
[lana] Merge
[pchelko] 8005661: [parfait] Possible buffer overrun in jdk/src/solaris/native/sun/awt/awt_GraphicsEnv.c
8005695: [parfait] Format string argument mismatch in jdk/src/solaris/native/sun/xawt/XToolkit.c
8005752: [parfait] False positive function call mismatch at jdk/src/solaris/native/sun/xawt/XWindow.c
Reviewed-by: art, serb
[malenkov] 8013442: No file filter selected in file type combo box when using JFileChooser
Reviewed-by: alexsch
[malenkov] 8013571: TreeModelEvent doesn't accept "null" for root as Javadoc specifies.
Reviewed-by: alexsch
[lana] Merge
[ant] 8014821: Regression: Focus issues with Oracle WebCenter Capture applet
Reviewed-by: leonidr
[alitvinov] 6847588: AWT test fails
Reviewed-by: anthony, serb
[pchelko] 8013468: [macosx] Cursor does not update properly when in fullscreen mode on Mac
Reviewed-by: anthony, serb
[ant] 8015454: java/awt/Focus/TypeAhead/TestFocusFreeze.java hangs with jdk8 since b56
Reviewed-by: anthony
[alexsch] 8009984: [parfait] Buffer overrun at jdk/src/macosx/native/com/apple/laf/AquaFileView.m
Reviewed-by: serb, art
[malenkov] 8015336: BasicComboBoxEditor throws NullPointerException
Reviewed-by: alexsch
[kshefov] 7184908: TEST_BUG: [macosx] closed/com/sun/java/swing/plaf/gtk/4928019/bug4928019.java fails
Reviewed-by: alexsch, serb
[kshefov] 8012569: TEST_BUG: java/awt/GraphicsDevice/CheckDisplayModes.java fails
Reviewed-by: anthony, serb
[kshefov] 7105030: [TEST_BUG] [macosx] The tests never finishes
Reviewed-by: alexsch, serb
[dmarkov] 8015853: java.lang.ArrayIndexOutOfBoundsException when running SwingSet2 demo
Reviewed-by: alexp, serb
[kshefov] 7109977: [macosx] MixingInHwPanel.java test fails on Mac trying to click in the reserved corner
Reviewed-by: serb, anthony
[kshefov] 8015976: OpenJDK part of bug JDK-8015812 [TEST_BUG] Tests have conflicting test descriptions
Reviewed-by: serb, anthony
[lana] Merge
[prr] 8015334: Memory leak when kerning is used on Windows.
Reviewed-by: srl, bae
[lana] Merge
[prr] 8016485: Windows native print dialog does not reflect default printer settings
Reviewed-by: jgodinez, jchen
[jgodinez] 8013810: PrintServiceLookup.lookupPrintServices() does not return consistent result
Reviewed-by: prr, jgodinez
Contributed-by: patrick at reini.net
[bae] 6830714: cmm test failures with OpenJDK
Reviewed-by: prr
[bae] 8013430: REGRESSION: closed/java/awt/color/ICC_Profile/LoadProfileTest/LoadProfileTest.java fails with java.io.StreamCorruptedException: invalid type code: EE since 8b87
Reviewed-by: prr, vadim
------------------------------------------
Started by timer
Building in workspace <http://toadeater.yyz.redhat.com:8080/job/IcedTea8TargetTesting/ws/>
[workspace] $ hg showconfig paths.default
[workspace] $ hg pull --rev default
[workspace] $ hg update --clean --rev default
870 files updated, 0 files merged, 19 files removed, 0 files unresolved
[workspace] $ hg log --rev . --template {node}
[workspace] $ hg log --rev 0c4db47821145a4291e9f69e524f850b99a27adc
[workspace] $ hg log --template "<changeset node='{node}' author='{author|xmlescape}' rev='{rev}' date='{date}'><msg>{desc|xmlescape}</msg><added>{file_adds|stringify|xmlescape}</added><deleted>{file_dels|stringify|xmlescape}</deleted><files>{files|stringify|xmlescape}</files><parents>{parents}</parents></changeset>\n" --rev default:0 --follow --prune 0c4db47821145a4291e9f69e524f850b99a27adc
[workspace] $ /bin/sh -xe /tmp/hudson7949739477239700247.sh
+ cd /notnfs/nighttester/icedtea8-target-testing/
+ /notnfs/nighttester/nightly-tester-scripts/icedtea8-target-testing
+ OPENJDK8_TARBALL=/notnfs/nighttester/drops/icedtea8/openjdk.tar.gz
+ HOTSPOT_TARBALL=/notnfs/nighttester/drops/icedtea8/hotspot.tar.gz
+ JAXP_TARBALL=/notnfs/nighttester/drops/icedtea8/jaxp.tar.gz
+ JAXWS_TARBALL=/notnfs/nighttester/drops/icedtea8/jaxws.tar.gz
+ CORBA_TARBALL=/notnfs/nighttester/drops/icedtea8/corba.tar.gz
+ LANGTOOLS_TARBALL=/notnfs/nighttester/drops/icedtea8/langtools.tar.gz
+ JDK_TARBALL=/notnfs/nighttester/drops/icedtea8/jdk.tar.gz
+ CACAO_TARBALL=/notnfs/nighttester/drops/cacao-0.99.4.tar.gz
+ JAXP7_TARBALL=/notnfs/nighttester/drops/jaxp8.zip
+ JAF7_TARBALL=/notnfs/nighttester/drops/jaf8.zip
+ JAXWS7_TARBALL=/notnfs/nighttester/drops/jaxws8.zip
+ PARALLEL=--with-parallel-jobs=3
+ TARBALLS='--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='
+ SYSTEMTAP=--enable-systemtap
+ COMMON_CONFIG_OPTS='--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 --disable-downloading'
+ make distclean
make: *** No rule to make target `distclean'. Stop.
+ 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
+ ./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 --disable-downloading
configure: WARNING: unrecognized options: --with-jaxp-drop-zip, --with-jaf-drop-zip, --with-jaxws-drop-zip, --disable-downloading
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... r2e8f301c5848
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.3 (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... yes
checking for distribution package version... none
checking build identification... Built on Fedora release 16 (Verne) (Tue Jun 25 09:59:21 EDT 2013)
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 @<file> 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 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 whether to use CACAO as VM... no
checking for a CACAO home directory... $(abs_top_builddir)/cacao/install
checking for a CACAO source zip... configure: error: Invalid CACAO source zip specified: /notnfs/nighttester/drops/cacao-0.99.4.tar.gz
+ exit 1
Build step 'Execute shell' marked build as failure
More information about the icedtea-test
mailing list