From gnu.andrew at redhat.com Tue Oct 1 12:51:37 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Tue, 1 Oct 2013 15:51:37 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #548 In-Reply-To: <455502917.1317.1380572290574.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <455502917.1317.1380572290574.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1928625434.1318.1380657099270.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [lana] Merge [bchristi] 8025173: HashMap.put() replacing an existing key can trigger a resize() Summary: Ensure that HashMap is not resized if we're just replacing a value Reviewed-by: alanb, martin [mfang] Merge [mfang] Merge [mfang] 8025215: jdk8 l10n resource file translation update 4 Reviewed-by: naoto, yhuang [dfuchs] 8025140: TEST_BUG: java/util/logging/Logger/getGlobal tests fail due to timeout Summary: Arbitrary timeouts in the tests @run lines where too agressive for some configurations. The tests will now run with default timeout. Reviewed-by: alanb, mchung [stefank] 8014659: NPG: performance counters for compressed klass space Reviewed-by: jmasa, sla Contributed-by: erik.helin at oracle.com [lana] Merge [lana] Merge [alanb] 8023130: (process) ProcessBuilder#inheritIO does not work on Windows Reviewed-by: alanb, martin Contributed-by: ivan.gerasimov at oracle.com [psandoz] 8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec Reviewed-by: alanb [bpb] 8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent Summary: Explicitly check for null remappingFunction parameter. Reviewed-by: mduigou, forax, psandoz Contributed-by: Brian Burkhalter [psandoz] 8024253: ThreadLocal random can use SecureRandom for the initial seed Reviewed-by: psandoz, chegar, alanb Contributed-by: Doug Lea
, Peter Levart , Guy Steele [sla] 7200277: [parfait] potential buffer overflow in npt/utf.c Reviewed-by: dsamersoff, dcubed [kizune] 8025076: Fix for JDK-8017248 breaks jprt submission for non-unicode locales Reviewed-by: naoto, ksrini [sla] 8024416: TESTBUG: com/sun/jdi/MethodEntryExitEvents.java: method entry count mismatch Reviewed-by: dcubed [sla] 8024985: com/sun/jdi/StepTest.java failed since jdk8b107 Reviewed-by: dcubed [psandoz] 8024405: Spliterators.spliterator should support CONCURRENT characteristic Reviewed-by: martin [psandoz] 8025002: "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException Reviewed-by: henryjen, alanb [sherman] 8023113: tools/jar/ChangeDir.java fails if /tmp/a exists Summary: updated the test case Reviewed-by: alanb [plevart] 8011940: java.lang.Class.getAnnotations() always enters synchronized method Reviewed-by: jfranck, chegar, psandoz, shade [kizune] 8017248: Compiler Diacritics Issue Reviewed-by: naoto [ewang] 8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win] Reviewed-by: chegar, alanb [weijun] 8011402: Move blacklisting certificate logic from hard code to data Reviewed-by: erikj, mullan [alanb] 8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx) Reviewed-by: alanb, coffeys Contributed-by: nmaurer at redhat.com, alan.bateman at oracle.com [weijun] 8012615: Realm.getRealmsList returns realms list in wrong Reviewed-by: valeriep, xuelei [sjiang] 8023954: MBean*Info.equals: throw NPE Reviewed-by: dfuchs, dholmes [lana] Merge [yan] 8025218: [javadoc] some errors in java/awt classes Reviewed-by: yan Contributed-by: Dmitry Zinkevich [ptbrunet] 8025160: Recent Java Accessibility Bridge push has make failures Reviewed-by: tbell, erikj [alexsch] 7083457: Incomplete specification for javax/swing/text/DefaultCaret.html#setVisible(boolean) Reviewed-by: malenkov, serb [yan] 8025085: [javadoc] some errors in javax/swing Reviewed-by: alexsch Contributed-by: Dmitry Zinkevich [alexsch] 8025070: [javadoc] fix some javadoc errors in javax/swing/plaf/synth Reviewed-by: serb, alexsch Contributed-by: Alexander Stepanov [kshefov] 8004032: [TEST_BUG] [macosx] There is no effect when double clicking on the Icon, after right clicking on the Icon and the Icon disappear Reviewed-by: anthony, serb [pchelko] 8024987: Copy/paste regression since JDK8 b86 Reviewed-by: serb, anthony [alexsch] 8007155: [macosx] Disabled panel takes mouse input in JLayeredPane Reviewed-by: serb, anthony [malenkov] 8023310: Thread contention in the method Beans.IsDesignTime() Reviewed-by: art, sfriberg [leonidr] 8022555: [macosx] AppleScriptEngine.jar MUST call java.awt.Toolkit.getDefaultToolkit() lazily Reviewed-by: anthony, serb [kshefov] 8015599: [TEST_BUG] [macosx] Test closed/javax/swing/Popup/TaskbarPositionTest.java fails since JDK 8 b75 on MacOSX Reviewed-by: alexsch, serb [kshefov] 7133146: [macosx] closed/javax/swing/JInternalFrame/4193219/IconCoord fails on MacOS Reviewed-by: alexsch, serb Contributed-by: vera.akulova at oracle.com [kshefov] 7133154: [TEST_BUG] [macosx] closed/javax/swing/JInternalFrame/4251301/bug4251301.java fails on MacOS Reviewed-by: alexsch, serb Contributed-by: vera.akulova at oracle.com [kshefov] 7124320: [TEST_BUG] [macosx] JComboBox doesn't change selection on mouse over Reviewed-by: alexsch, serb Contributed-by: vera.akulova at oracle.com [yan] 8025117: [cleanup] Eliminate doclint errors in javax/swing/text classes Reviewed-by: alexsch [yan] 8025230: [cleanup] some more javadoc formatting fixes for swing Reviewed-by: alexsch [yan] 8025114: Eliminate doclint errors in java.awt.dnd package javadoc Reviewed-by: serb, alexsch [serb] 8019282: keyRelesed is reached even though key was NOT released Reviewed-by: serb, anthony Contributed-by: alexander.zvegintsev at oracle.com [serb] 7172833: For default java.awt.Toolkit impl methods java.awt.Toolkit.is/setDynamicLayout() are not consistent Reviewed-by: alexsch, anthony [serb] 8005255: [macosx] Cleanup warnings in sun.lwawt Reviewed-by: alexsch, anthony [kshefov] 8015600: [TEST_BUG] [macosx] Test closed/javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails since JDK 8 b75 on MacOSX Reviewed-by: alexsch, serb [malenkov] 7024235: Nimbus L&F: wrong "packing" of a frame containing tabbed pane Reviewed-by: alexsch [kshefov] 7124232: [TEST_BUG] [macosx] JSplitPane has wrong divider location Reviewed-by: alexsch, serb Contributed-by: vera.akulova at oracle.com [kshefov] 8017180: [macosx] [TEST_BUG] alt-key doesn't work on macos for menu Reviewed-by: alexsch, serb Contributed-by: vera.akulova at oracle.com [kshefov] 7124314: [TEST_BUG] [macosx] Aqua LAF: JTree doesn't select element by keyboards left and right keys Reviewed-by: alexsch, serb Contributed-by: vera.akulova at oracle.com [leonidr] 7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol Reviewed-by: anthony, serb [leonidr] 7144065: [macosx] Orphaned Choice popup window Reviewed-by: anthony, serb Contributed-by: alexander.potochkin at oracle.com [lana] Merge [leonidr] 7188071: closed/java/awt/TrayIcon/TrayIconSecurity/GrantedTrayIconTest fails Reviewed-by: anthony, serb [mcherkas] 8016746: Test javax/swing/JTable/7068740/bug7068740.java fails Reviewed-by: serb, alexsch [ant] 8024839: [Unified Swing/Fx threading] don't schedule an event dispatching from the event dispatch thread Reviewed-by: anthony, pchelko [omajid] 8024863: X11: Support GNOME Shell as mutter Reviewed-by: anthony [pchelko] 8024485: For 5-1 step: if input something into the 'File:' and 'Dir:', the dir output isn't empty in the output window after showing and canceling the file dialog Reviewed-by: serb, anthony [pchelko] 8024779: [macosx] SwingNode crashes on exit Reviewed-by: anthony, ant [kshefov] 8015588: [TEST_BUG] [macosx] Test java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java fails on MacOSX Reviewed-by: anthony, serb [kshefov] 7020060: [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed Reviewed-by: anthony, serb [ant] 8022512: JLightweightFrame: the content pane should be transparent Reviewed-by: anthony [alexsch] 8008728: [macosx] Swing. JDialog. Modal dialog goes to background Reviewed-by: serb [pchelko] 8012026: [macosx] Component.getMousePosition() does not work in an applet on MacOS Reviewed-by: anthony, serb [kshefov] 8015597: [TEST_BUG] [macosx] Test closed/javax/swing/JMenuBar/4750590/bug4750590.java fails since JDK 8 b75 on MacOSX Reviewed-by: alexsch, serb [kshefov] 8006087: [TEST_BUG] The BACKSPACE key doesn't work and after pressing 'cancel' and 'DONE' button, the case pass automatically. Reviewed-by: alexsch, serb [mcherkas] 8015601: [macosx] Test javax/swing/JInternalFrame/InternalFrameIsNotCollectedTest.java fails on MacOS X Reviewed-by: alexp, alexsch [pchelko] 8015455: java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java hangs on windows Reviewed-by: serb, anthony [pchelko] 8015371: The HTML text without tags does not appear inside the WordPad application, and we try to click the button, but the case exits. Reviewed-by: anthony, serb [pchelko] 8015453: java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.java failed on windows with jdk8 since b86 Reviewed-by: art, serb [pchelko] 8024170: [SwingNode] Implement cursor change Reviewed-by: anthony, ant [dmarkov] 8024395: Improve fix for line break calculations Reviewed-by: alexp, alexsch [serb] 7124537: [macosx] Menu shortcuts for all menu items should be disabled if a menu itself is disabled Reviewed-by: anthony, leonidr [bagiras] 7064312: Cleanup: avoid using unsafe string function Reviewed-by: serb, pchelko [bagiras] 8003965: Toolkit.beep() documentation is ambiguous Reviewed-by: anthony [leonidr] 8003901: [macosx] Need test for JDK-8002114 Reviewed-by: anthony, serb [malenkov] 8024407: [macosx] javax/swing/JScrollBar/7163696/Test7163696.java failed intermittently on macos Reviewed-by: alexsch [malenkov] 7057770: (spec)Scrollbar spec should specify that unit increment & decrement functionality may not be present Reviewed-by: alexsch [alexsch] 8021253: JFileChooser does not react on pressing enter since java 7 Reviewed-by: malenkov [pchelko] 8024381: The test for 8020210 does not have @bug tag Reviewed-by: anthony, serb [serb] 8023042: Inaccuracy in documentation in a sound area Reviewed-by: prr [alexsch] 8020060: MoleculeViewerTest demo doesn't work due to SecurityPermissions Reviewed-by: malenkov, erikj [alexsch] 8024413: Add tests for issues JDK-8002077 and JDK-7199708 Reviewed-by: malenkov, leonidr [lana] Merge [mcherkas] 8023392: Swing text components printed with spaces between chars Reviewed-by: alexsch, alexp Contributed-by: anton.nashatyrev at oracle.com [mcherkas] 8023565: JPG causes javax.imageio.IIOException: ICC APP2 encoutered without prior JFIF Reviewed-by: bae, vadim [pchelko] 8021943: FileDialog getFile returns corrupted string after previous setFile Reviewed-by: anthony, serb Contributed-by: alexander.zvegintsev at oracle.com [malenkov] 7172865: PropertyDescriptor fails to work with setter method name if setter is non-void Reviewed-by: art, alexsch [alexsch] 8007156: [macosx] Wrong events in processKeyBinding of JTable Submit Date Reviewed-by: leonidr [malenkov] 6943780: JTabbedPane throws ArrayIndexOutOfBoundsException sometimes Reviewed-by: alexsch [art] 8022184: Fix static , Raw warnings in classes belonging to java.awt Reviewed-by: art, anthony Contributed-by: Srikalyan Chandrashekar [malenkov] 7156658: JTextComponent.setFocusAccelerator() spec does not state that focus accelerator is L&F dependent Reviewed-by: alexsch [alexsch] 8022401: [macosx] javax/swing/text/JTextComponent/5074573/bug5074573.java fails Reviewed-by: anthony [pchelko] 8023966: JViewPort.BLIT_SCROLL_MODE does not work in JLightweightFrame Reviewed-by: anthony, ant [malenkov] 6968363: ClassCastException while entering HINDI characters with CustomDocument Reviewed-by: alexsch [ptbrunet] 8011955: Lunar screen reader crashes intermittently in WindowsAccessBridge-32.DLL 6995891: JAWS will occasionally stop speaking focused objects as user TABs -> problem with message queue 8014738: Combobox menu items are not announced with JAWS 8011938: Java Ferret example corrupts JCombobox of the running application 8012011: JAB 2.0.2 incompletely shows kbd accelerator in menus 8022966: Java Access Bridge no longer usable with screen magnifiers Reviewed-by: raginip, tbell, erikj, art [lana] Merge [malenkov] 8022398: javax/swing/JFileChooser/8013442/Test8013442.java fails Reviewed-by: alexsch [malenkov] 8021379: JFileChooser Create New Folder button enabled in write proteced directory Reviewed-by: alexsch [malenkov] 7195179: ClassCastException for null values in JComboBox Reviewed-by: alexsch [dmarkov] 8023474: First mousepress doesn't start editing in JTree Reviewed-by: alexp, anthony [malenkov] 7080613: java.beans.DefaultPersistenceDelegate.instantiate(..) doesn't throw NPE Reviewed-by: alexsch [malenkov] 7057769: JScrollBar spec should specify that unit increment & decrement functionality may not be present Reviewed-by: alexsch [malenkov] 8023536: Some regression tests have a wrong header Reviewed-by: alexsch [lana] Merge [ceisserer] 8024895: xrender MaskImage cache isn't accounting for change in alpha Reviewed-by: prr, jchen [prr] 7092764: java.awt.font.TransformAttribute.equals(null) throws NPE Reviewed-by: jgodinez, jchen ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 513 files updated, 0 files merged, 3 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev f8c9a4b801481db20d46be6a8500bf37db098d07 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune f8c9a4b801481db20d46be6a8500bf37db098d07 [workspace] $ /bin/sh -xe /tmp/hudson7590446927332371063.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... rfe76f3068203 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 Oct 1 15:51:26 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 @ 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 From gnu.andrew at redhat.com Wed Oct 2 12:47:20 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Wed, 2 Oct 2013 15:47:20 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #549 In-Reply-To: <1928625434.1318.1380657099270.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1928625434.1318.1380657099270.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <629358765.1319.1380743241228.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [erikj] Merge [ihse] 8019219: Fix typo in jdk/makefiles "default" targets Reviewed-by: erikj [katleman] Merge [ksrini] 8020552: [launcher] changes to support removal of Solaris 32-bit distribution 8023495: [infra] create 64-bit solaris bits with symlinks Reviewed-by: ihse, tbell, dholmes, darcy, alanb, erikj, sla, martin ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 24 files updated, 0 files merged, 3 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 8edd604bf960c9c07b94a215d3cd4087da6f1792 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 8edd604bf960c9c07b94a215d3cd4087da6f1792 [workspace] $ /bin/sh -xe /tmp/hudson7958095791958354040.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... rfe76f3068203 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) (Wed Oct 2 15:47:08 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 @ 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 From gnu.andrew at redhat.com Thu Oct 3 13:14:17 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Thu, 3 Oct 2013 16:14:17 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #550 In-Reply-To: <629358765.1319.1380743241228.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <629358765.1319.1380743241228.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1888337166.1320.1380831258512.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [katleman] Added tag jdk8-b110 for changeset 54e099776f08 ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 1 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 54e099776f08430d3a7f4feabd9f2ba886b55320 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 54e099776f08430d3a7f4feabd9f2ba886b55320 [workspace] $ /bin/sh -xe /tmp/hudson5268162428610390264.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... rfe76f3068203 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) (Thu Oct 3 16:14:04 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 @ 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 From gnu.andrew at redhat.com Fri Oct 4 13:28:49 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 4 Oct 2013 16:28:49 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #551 In-Reply-To: <1888337166.1320.1380831258512.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1888337166.1320.1380831258512.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <954563459.1321.1380918529696.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 9f57d277460377d627acff9085d62db6eb3ec324 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 9f57d277460377d627acff9085d62db6eb3ec324 [workspace] $ /bin/sh -xe /tmp/hudson1060695885289064199.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... rfe76f3068203 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) (Fri Oct 4 16:28:37 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 @ 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 From gnu.andrew at redhat.com Sat Oct 5 13:36:56 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sat, 5 Oct 2013 16:36:56 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #552 In-Reply-To: <954563459.1321.1380918529696.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <954563459.1321.1380918529696.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <325166553.1322.1381005416581.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 9f57d277460377d627acff9085d62db6eb3ec324 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 9f57d277460377d627acff9085d62db6eb3ec324 [workspace] $ /bin/sh -xe /tmp/hudson3184273915323973503.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... rfe76f3068203 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) (Sat Oct 5 16:36:43 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 @ 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 From gnu.andrew at redhat.com Sun Oct 6 13:38:26 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 6 Oct 2013 16:38:26 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #553 In-Reply-To: <325166553.1322.1381005416581.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <325166553.1322.1381005416581.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <361184800.1323.1381091906765.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 9f57d277460377d627acff9085d62db6eb3ec324 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 9f57d277460377d627acff9085d62db6eb3ec324 [workspace] $ /bin/sh -xe /tmp/hudson2495388029335835371.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... rfe76f3068203 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) (Sun Oct 6 16:38:14 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 @ 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 From gnu.andrew at redhat.com Mon Oct 7 13:41:03 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Mon, 7 Oct 2013 16:41:03 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #554 In-Reply-To: <361184800.1323.1381091906765.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <361184800.1323.1381091906765.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1737596022.1324.1381178463762.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 9f57d277460377d627acff9085d62db6eb3ec324 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 9f57d277460377d627acff9085d62db6eb3ec324 [workspace] $ /bin/sh -xe /tmp/hudson3242356577518105185.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... rfe76f3068203 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) (Mon Oct 7 16:40:52 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 @ 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 From gnu.andrew at redhat.com Mon Oct 7 21:04:34 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Tue, 8 Oct 2013 00:04:34 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea6TargetTesting #1490 Message-ID: <1280055182.1325.1381205074605.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ [...truncated 349 lines...] checking if java.security.cert.TrustAnchor.getCA is missing... no checking if javax.net.ssl.KeyStoreBuilderParameters.getParameters is missing... no checking if java.sql.SQLException(Throwable.class) is missing... no checking if java.sql.SQLException(String.class,Throwable.class) is missing... no checking if java.sql.SQLException(String.class,String.class,Throwable.class) is missing... no checking if java.sql.SQLException(String.class,String.class,Integer.TYPE,Throwable.class) is missing... no checking for xvfb-run... xvfb-run -a -e xvfb-errors checking for an Ant home directory... /usr/share/ant checking whether to include PulseAudio support... no checking whether to build documentation... yes checking whether to enable experimental OpenJDK cross-compilation support... no checking whether to include the XRender pipeline... yes checking whether to include SystemTap tracing support... yes checking whether to include the NSS-based security provider... disabled by default (edit java.security to enable) checking for distribution package version... none checking build identification... Built on Fedora release 16 (Verne) (Tue Oct 8 00:03:36 EDT 2013) checking whether to build a bootstrap version first... yes checking whether to download tarballs... no checking if a javah binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/javah is a valid executable file... yes checking if a jar binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 a rmic binary was specified... no checking if /usr/lib/jvm/java-1.6.0/bin/rmic is a valid executable file... yes checking if a native2ascii binary was specified... no checking if /usr/lib/jvm/java-1.6.0/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 we are using CACAO as the build VM... no checking whether to disable the use of bootstrap tools for bootstrapping... no checking if the VM supports -Xbootclasspath... yes checking whether to include Javascript support via Rhino... /usr/share/java/rhino.jar checking for an OpenJDK source zip... /notnfs/nighttester/drops/openjdk6.tar.gz checking for a HotSpot source zip... /notnfs/nighttester/drops/hotspot/hs23.tar.gz checking for an alternate jar command... not specified checking for a CACAO home directory... $(abs_top_builddir)/cacao/install checking for a CACAO source zip... /notnfs/nighttester/drops/cacao/cacao6.tar.gz checking for a CACAO source directory... not specified checking for a JamVM source zip... /notnfs/nighttester/drops/jamvm/jamvm6.tar.gz checking whether to disable optimizations and build with -O0 -g... no checking for additional virtual machines to build... none checking whether to retrieve the source code from Mercurial... no checking which Mercurial revision to use... tip checking which Java timezone data directory to use... /usr/share/javazi checking if javax.xml.stream.events.Attribute.getDTDType() wrongly returns a QName... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 39408... no checking if /usr/lib/jvm/java-1.6.0/bin/javah exhibits Classpath bug 40188... no checking for pax utility to use... not specified checking whether to enable the use of LCMS2... yes checking whether to use the system Kerberos install... yes checking for krb5_cc_default in -lkrb5... yes checking krb5.h usability... yes checking krb5.h presence... yes checking for krb5.h... 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 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 X11... yes checking for XINERAMA... yes checking for XRENDER... yes checking for absolute java home install dir... /notnfs/nighttester/icedtea6-target-testing/openjdk.build/j2sdk-image 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 LIBPNG... yes checking for XTST... yes checking for FREETYPE2... yes checking for ALSA... yes configure: creating ./config.status config.status: creating Makefile config.status: creating jvm.cacao.cfg config.status: creating jvm.jamvm.cfg config.status: creating jvm.cfg config.status: creating ergo.c config.status: creating nss.cfg config.status: creating javac config.status: creating javap config.status: creating tz.properties config.status: creating pax-mark-vm config.status: creating jconsole.desktop config.status: creating policytool.desktop config.status: creating tapset/hotspot.stp config.status: creating tapset/hotspot_jni.stp config.status: creating tapset/jstack.stp config.status: creating tapset/hotspot_gc.stp config.status: executing depfiles commands configure: WARNING: unrecognized options: --with-jaxp-drop-zip, --with-jaf-drop-zip, --with-jaxws-drop-zip + make env-ecj unset JAVA_HOME export ALT_JDK_IMPORT_PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" ANT="/usr/bin/ant" BUILD_NUMBER="b28" JDK_UPDATE_VERSION="28" JRE_RELEASE_VERSION="1.6.0_28-b28" MILESTONE="fcs" LANG="C" PATH="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="amd64" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build/classes" 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="" ANT_RESPECT_JAVA_HOME="TRUE" DISTRIBUTION_ID="Built on Fedora release 16 (Verne) (Tue Oct 8 00:03:36 EDT 2013)" DERIVATIVE_ID="IcedTea6 1.13.0pre+r7ce84f82f817" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" VERBOSE="" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build" STATIC_CXX="false" BUILD_GCC=gcc BUILD_CXX=g++ RHINO_JAR="/notnfs/nighttester/icedtea6-target-testing/rhino/rhino.jar" SYSTEM_KRB5="true" KRB5_LIBS="-lkrb5" KRB5_CFLAGS="" ALT_OUTPUTDIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj" JAVA_TOOLS_DIR="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/bin" ICEDTEA_RT="/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" ICEDTEA_CLS_DIR="/notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_CLS_RT="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes:/notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" BOOTCLASSPATH_CLS="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/openjdk.build-ecj/classes" BOOTCLASSPATH_RT_LIBGCJ="-bootclasspath /notnfs/nighttester/icedtea6-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" GENSRCDIR="/notnfs/nighttester/icedtea6-target-testing/generated.build" JAR_KNOWS_ATFILE="1" JAR_KNOWS_J_OPTIONS="1" JAR_ACCEPTS_STDIN_LIST="" DISABLE_NIMBUS="true" NO_DOCS="true" XSLT="/usr/bin/xsltproc" + make extract-ecj mkdir -p stamps touch stamps/download-cacao.stamp mkdir -p stamps touch stamps/download-jamvm.stamp mkdir -p stamps touch stamps/hgforest.stamp ln -sf /notnfs/nighttester/drops/openjdk6.tar.gz openjdk-6-src-b28-04_oct_2013.tar.gz mkdir -p stamps touch stamps/download-openjdk.stamp mkdir -p stamps touch stamps/download-hotspot.stamp touch stamps/download.stamp set -e ; \ if ! test -d openjdk ; \ then \ mkdir openjdk ; \ /bin/tar xf openjdk-6-src-b28-04_oct_2013.tar.gz -C openjdk; \ chmod -R ug+w openjdk ; \ sh /notnfs/nighttester/icedtea6-target-testing/fsg.sh ; \ fi Further liberating OpenJDK... 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-target-testing/arm_port/hotspot/tools \ /notnfs/nighttester/icedtea6-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-target-testing/arm_port/hotspot/tools' -> `openjdk/hotspot/tools' `/notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/tools/mkbc.c' -> `openjdk/hotspot/tools/mkbc.c' `/notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp' `/notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/src/cpu/zero/vm/arm_cas.S' -> `openjdk/hotspot/src/cpu/zero/vm/arm_cas.S' `/notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S' -> `openjdk/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S' `/notnfs/nighttester/icedtea6-target-testing/arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp' -> `openjdk/hotspot/src/cpu/zero/vm/asm_helper.cpp' `/notnfs/nighttester/icedtea6-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-target-testing/generated.build ]; then \ cp -a /notnfs/nighttester/icedtea6-target-testing/generated /notnfs/nighttester/icedtea6-target-testing/generated.build && \ chmod -R ug+rwX /notnfs/nighttester/icedtea6-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-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-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/20120830/7182135-impossible_to_use_some_editors_directly.patch patches/openjdk/6733501-icedtea_lcms_test.patch patches/openjdk/lcms2/6523398-writing_tags.patch patches/openjdk/lcms2/6988213-windows_build_failure.patch patches/openjdk/lcms2/system_lcms2.patch patches/openjdk/lcms2/7053526-lcms_2.4.patch patches/openjdk/lcms2/8007929-improve_curvesalloc.patch patches/openjdk/lcms2/8007925-improve_cmsstagealloclabv2tov4curves.patch patches/openjdk/lcms2/8009654-cmsnamed_stability.patch patches/openjdk/lcms2/7002766-parfait.patch patches/openjdk/lcms2/7042594-tck_failure.patch patches/openjdk/lcms2/8007927-improve_cmsallocprofilesequencedescription.patch patches/lcms2-emulate_old_settagdata.patch patches/openjdk/7002766-parfait-jpeg.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/openjdk/6656651-windows_lcd_glyphs.patch patches/openjdk/6791502-invalid_icc_profile.patch patches/openjdk/6793818-jpegimagereader_too_greedy.patch patches/openjdk/6631559-dont_load_libjpeg_to_register_imageio_plugins.patch patches/openjdk/4893408-jpegreader_byte_gray.patch patches/openjdk/6888215-jpeg_memory_leak.patch patches/openjdk/6989774-imageio_compiler_warnings.patch patches/openjdk/7018912-potential_buffer_overruns_in_jpeg.patch patches/openjdk/6989760-native_warnings.patch patches/openjdk/7013519-integer_overflows.patch patches/openjdk/8020983-outofmemoryerror_jpegimagewriter.patch patches/notice-safepoints.patch patches/parisc-opt.patch patches/lucene-crash.patch patches/version.patch patches/openjdk/7043921-java_rmi_cgi.patch patches/use-system-tzdata.patch patches/headers.patch patches/gcc-suffix.patch patches/libraries.patch patches/security/20130618/8009071-improve_shape_handling.patch patches/uname.patch patches/nomotif-6706121.patch patches/nomotif.patch patches/nomotif-mtoolkit.patch patches/alt-jar.patch patches/jdk-use-ssize_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/jtreg-6592792.patch patches/s390-noinline.patch patches/jtreg-dnd.patch patches/jtreg-jrunscript.patch patches/network-unreachable.patch patches/dnd-filelists.patch patches/explicit-target-arch.patch patches/parisc.patch patches/policy-evaluation.patch patches/openjdk/6959123-libpng_14.patch patches/applet_hole.patch patches/jtreg-httpTest.patch patches/debug-dir.patch patches/override-redirect-metacity.patch patches/openjdk/6967533-pre_epoch.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/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/rendering-engine-tests.patch patches/openjdk/6800846-printing-quality.patch patches/rh661505-jpeg.patch patches/6703377-freetypescaler.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/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/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/openjdk/6986968-crash_on_xim_restart.patch patches/openjdk/7036754-stroker-nan.patch patches/openjdk/pgram-pipe-regression.patch patches/openjdk/mutter.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/openjdk/6818312-com.sun.awt.SecurityWarning.getSize.patch patches/jtreg-MappedByteBuffer-Basic.patch patches/openjdk/7008106-WindowOpacity.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/openjdk/6783910-java_awt_Color_brighter_darker_fix.patch patches/openjdk/6785424-SecurityException_locating_physical_fonts.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/hotspot/hs23/pr639-broken_shark_build.patch patches/powerpc-stacksize.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/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/6934356-Vector_writeObject_serialization_DL.patch patches/openjdk/7036582-Improve_test_coverage_of_BigDecimal.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/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/ScriptEngineManager-doc.patch patches/openjdk/6883983-JarVerifier_removed_dependency_sun_security_pkcs.patch patches/openjdk/4465490-Suspicious_double-check_locking_idiom.patch patches/openjdk/6792400-Avoid_loading_Normalizer_resources.patch patches/openjdk/7088989-ucrypto_tests.patch patches/generalise_crypto_tests.patch patches/remove-gcm-test.patch patches/skip_wrap_mode.patch patches/remove_multicatch_in_testrsa.patch patches/openjdk/p11cipher-4898461-support_ecb_and_cbc.patch patches/openjdk/p11cipher-6682411-fix_indexoutofboundsexception.patch patches/openjdk/p11cipher-6682417-fix_decrypted_data_not_multiple_of_blocks.patch patches/openjdk/p11cipher-6812738-native_cleanup.patch patches/openjdk/p11cipher-6867345-turkish_regional_options_cause_npe_in_algoid.patch patches/openjdk/p11cipher-6687725-throw_illegalblocksizeexception.patch patches/openjdk/p11cipher-6924489-ckr_operation_not_initialized.patch patches/openjdk/p11cipher-6604496-support_ckm_aes_ctr.patch patches/openjdk/p11cipher-6414899-p11digest_should_support_cloning.patch patches/merge_fix.patch patches/openjdk/6763340-corba_memory_leak.patch patches/openjdk/6980681-corba_deadlock.patch patches/openjdk/7162902-corba_fixes.patch patches/traceable.patch patches/pr1319-support_giflib_5.patch patches/openjdk/6718364-inference_failure.patch patches/openjdk/6682380-foreach_crash.patch patches/openjdk/7046929-fix_t6397104_test_failure.patch patches/openjdk/7024568-long_method_resolution_oom_error.patch patches/openjdk/7003595-incompatibleclasschangeerror.patch patches/openjdk/6500343-bad_code_from_conditionals.patch patches/jaxws-tempfiles-ioutils-6.patch patches/openjdk/8009530-icu_kern_table_support_broken.patch patches/jtreg-LayoutGetCharacterCount.patch patches/jtreg-LayoutLimits.patch patches/jtreg-ComponentOrientationTests.patch patches/jtreg-TextLayoutBoundsChecks.patch patches/openjdk/7171223-strict_aliasing.patch patches/openjdk/7188114-alternate_command_line_parser.patch patches/openjdk/7199143-OCSP_timeout.patch patches/openjdk/8006120-server_jre.patch patches/openjdk/8006536-remove_trailing_slashes.patch patches/openjdk/8009165-inappropriate_method_in_reflectutil.patch patches/openjdk/8009217-fix_test_compile.patch patches/openjdk/8009463-space_and_final_backslash.patch patches/openjdk/8009610-blacklist_malware_certificate.patch patches/openjdk/8010213-set_socketoptions_windows.patch patches/openjdk/8010714-xml_dsig_retrievalmethod.patch patches/openjdk/8011154-awt_regression.patch patches/openjdk/8011313-OCSP_timeout_wrong_value.patch patches/openjdk/8011992-MlibOpsTest_failed.patch patches/openjdk/8012112-MlibOpsTest_fails.patch patches/openjdk/8012617-arrayindexoutofbounds_linebreakmeasurer.patch patches/openjdk/8012933-appcontext_disposed_too_early.patch patches/openjdk/8013196-timezone_getdefault_throws_exception.patch patches/openjdk/8014205-blank_swing_dialogs_windows.patch patches/openjdk/8014427-raster_regression.patch patches/openjdk/8014676-javadebugger_space_in_paths.patch patches/openjdk/8014968-OCSP_timeout_default.patch patches/openjdk/8002070-remove_logger_stack_search.patch patches/openjdk/8002070-remove_logger_stack_search_2.patch patches/openjdk/8010118-caller_sensitive.patch patches/openjdk/8010727-empty_logger_name.patch patches/openjdk/8010939-logmanager_deadlock.patch patches/openjdk/8011990-logger_test_urls.patch patches/openjdk/8013380-logger_stack_walk_glassfish.patch patches/openjdk/8013380-handle_renames.patch patches/openjdk/8014745-logger_stack_walk_switch.patch patches/openjdk/8012243-serial_regression.patch patches/openjdk/8014718-remove_logging_suntoolkit.patch patches/openjdk/8011139-revise_checking_getenclosingclass.patch patches/openjdk/6541350-tz_display_names_l10n.patch patches/openjdk/6821191-tz_display_names_l10n.patch patches/openjdk/6977550-tzdata2010l.patch patches/openjdk/6996686-tzdata2010o.patch patches/openjdk/7017800-tzdata2011b.patch patches/openjdk/7027387-tzdata2011d.patch patches/openjdk/7033174-tzdata2011e.patch patches/openjdk/7039469-tzdata2011g.patch patches/openjdk/7090843-tzdata2011j.patch patches/openjdk/7103108-tzdata2011l.patch patches/openjdk/7104126-headers_tzdata.patch patches/openjdk/7103405-correct_display_names.patch patches/openjdk/7158483-tzdata2012c.patch patches/openjdk/7198570-tzdata2012f.patch patches/openjdk/8002225-tzdata2012i.patch patches/openjdk/8009987-tzdata2013b.patch patches/openjdk/7196533-timezone_bottleneck.patch patches/openjdk/6636370-appcontext_simplification.patch patches/openjdk/6636331-appcontext_concurrentmodificationexception.patch patches/sparc-ptracefix.patch patches/hotspot/hs23/alpha-fixes.patch patches/hotspot/hs23/gcc-suffix.patch patches/hotspot/hs23/text-relocations.patch patches/hotspot/hs23/version.patch patches/memory-limits.patch patches/sh4-support.patch patches/hotspot/hs23/aarch64.patch patches/hotspot/hs23/arm.patch patches/arm-debug.patch patches/hotspot/hs23/jtreg-test7020373-fix.patch patches/jtreg-6929067-fix.patch patches/hotspot/hs23/update-bootclasspath.patch patches/hotspot/original/jvmtiEnv.patch patches/sparc-trapsfix.patch patches/print_lsb_release.patch patches/openjdk/6893617-cnctx_always_uses_default_orb.patch patches/alternative_krb5_cache.patch patches/alternative_krb5_cache_fixup.patch patches/openjdk/8014469-tzdata2013c.patch patches/openjdk/8020054-tzdata2013d.patch patches/imageiojpeg_sync.patch patches/openjdk/8005194-scale_memory_leak.patch patches/openjdk/6563752-ss12_support.patch patches/openjdk/6729772-opt_cleanup.patch patches/openjdk/6799141-split_out_versions.patch patches/freetypeversion.patch patches/openjdk/6816311-compiler_name.patch patches/openjdk/6974017-minorver_for_solaris.patch patches/openjdk/6980281-majorver_for_solaris.patch patches/openjdk/7000225-bad_tabs.patch patches/openjdk/7038711-fix_no-clobber_usage.patch patches/disable-cc-incompatible-sanity-checks.patch patches/rh995488-rhel_tz_fix.patch patches/hotspot/hs23/remove_jsr292_tests.patch patches/hotspot/hs23/7188168-fix_debug_binaries.patch patches/hotspot/hs23/arm-01-hsx22.patch patches/hotspot/hs23/arm-03-invokedynamic.patch patches/hotspot/hs23/arm-04-invokedynamic_jit.patch patches/hotspot/hs23/arm-05-invokedynamic_methodhandle.patch patches/hotspot/hs23/arm-06-no_o0.patch patches/hotspot/hs23/arm-07-cleanup.patch patches/hotspot/hs23/arm-08-cleanup.patch patches/hotspot/hs23/arm-09-jvmti.patch patches/hotspot/hs23/arm-10-memory_protect.patch patches/hotspot/hs23/arm-11-thumb2_jit.patch patches/hotspot/hs23/arm-12-ldrexd.patch patches/hotspot/hs23/arm-13-sp_adjustment.patch patches/hotspot/hs23/arm-14-stage1.patch patches/hotspot/hs23/arm-15-stage2.patch patches/hotspot/hs23/arm-16-dont_save_locals.patch patches/hotspot/hs23/arm-17-no_debug_code.patch patches/hotspot/hs23/arm-18-correct_call.patch patches/hotspot/hs23/arm-19-fix_jit_bug.patch patches/hotspot/hs23/arm-20-function_renaming.patch patches/hotspot/hs23/arm-21-fix_compareandswaplong.patch patches/hotspot/hs23/arm-22-fix_trashed_thread_ptr.patch patches/hotspot/hs23/arm-25-hsx23.patch patches/hotspot/hs23/drop_unlicensed_test.patch patches/hotspot/hs23/no_useless_debuginfo_files.patch patches/hotspot/hs23/pr1101-sparc_symbols.patch patches/hotspot/hs23/type_fixes.patch patches/hotspot/hs23/zero_hs22.patch patches/hotspot/hs23/zero_fixes.patch patches/pr1095-werror.patch patches/arm/cc_compile-01.patch patches/arm/cc_compile-02.patch patches/arm/cc_compile-03.patch patches/arm/cc_compile-04.patch patches/arm/cc_compile-05.patch patches/arm/cc_compile-06.patch patches/hotspot/hs23/arm-hsdis.patch patches/rhino.patch patches/openjdk/6307603-xrender-01.patch patches/openjdk/6961633-xrender-02.patch patches/openjdk/7018387-xrender_gc_leak.patch patches/hotspot/hs23/systemtap.patch patches/hotspot/hs23/systemtap_gc.patch patches/hotspot/hs23/systemtap-alloc-size-workaround.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.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/20120830/7182135-impossible_to_use_some_editors_directly.patch Applying patches/security/20120830/7182135-impossible_to_use_some_editors_directly.patch patching file openjdk/jdk/make/sun/Makefile patching file openjdk/jdk/make/sun/beans/Makefile patching file openjdk/jdk/src/share/classes/com/sun/beans/editors/EnumEditor.java patching file openjdk/jdk/src/share/classes/sun/beans/editors/BooleanEditor.java patching file openjdk/jdk/src/share/classes/sun/beans/editors/ByteEditor.java patching file openjdk/jdk/src/share/classes/sun/beans/editors/ColorEditor.java patching file openjdk/jdk/src/share/classes/sun/beans/editors/DoubleEditor.java patching file openjdk/jdk/src/share/classes/sun/beans/editors/EnumEditor.java patching file openjdk/jdk/src/share/classes/sun/beans/editors/FloatEditor.java patching file openjdk/jdk/src/share/classes/sun/beans/editors/FontEditor.java patching file openjdk/jdk/src/share/classes/sun/beans/editors/IntegerEditor.java patching file openjdk/jdk/src/share/classes/sun/beans/editors/LongEditor.java patching file openjdk/jdk/src/share/classes/sun/beans/editors/NumberEditor.java patching file openjdk/jdk/src/share/classes/sun/beans/editors/ShortEditor.java patching file openjdk/jdk/src/share/classes/sun/beans/editors/StringEditor.java Checking patches/openjdk/6733501-icedtea_lcms_test.patch Applying patches/openjdk/6733501-icedtea_lcms_test.patch patching file openjdk/jdk/test/sun/java2d/cmm/ProfileOp/ReadWriteProfileTest.java Checking patches/openjdk/lcms2/6523398-writing_tags.patch 3 out of 11 hunks FAILED -- saving rejects to file openjdk/jdk/src/share/classes/sun/java2d/cmm/lcms/LCMSTransform.java.rej ERROR patch patches/openjdk/lcms2/6523398-writing_tags.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 gnu.andrew at redhat.com Tue Oct 8 09:17:34 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Tue, 8 Oct 2013 12:17:34 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #555 In-Reply-To: <1737596022.1324.1381178463762.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1737596022.1324.1381178463762.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <735413701.1326.1381249054357.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 9f57d277460377d627acff9085d62db6eb3ec324 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 9f57d277460377d627acff9085d62db6eb3ec324 [workspace] $ /bin/sh -xe /tmp/hudson217420508703593513.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... rfe76f3068203 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 Oct 8 12:17:24 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 @ 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 From gnu.andrew at redhat.com Wed Oct 9 02:40:03 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Wed, 9 Oct 2013 05:40:03 -0400 (EDT) Subject: Jenkins build is back to normal : IcedTea6TargetTesting #1491 In-Reply-To: <1280055182.1325.1381205074605.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1280055182.1325.1381205074605.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <640808803.1327.1381311603928.JavaMail.nighttester@toadeater.yyz.redhat.com> See From gnu.andrew at redhat.com Wed Oct 9 13:42:51 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Wed, 9 Oct 2013 16:42:51 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #556 In-Reply-To: <735413701.1326.1381249054357.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <735413701.1326.1381249054357.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <973592769.1328.1381351372093.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [katleman] Merge [erikj] 8024522: java.time packages missing from src.zip Reviewed-by: tbell [ihse] 8016024: Remove solaris path from FillCacheFind Reviewed-by: erikj ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 2 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 9f57d277460377d627acff9085d62db6eb3ec324 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 9f57d277460377d627acff9085d62db6eb3ec324 [workspace] $ /bin/sh -xe /tmp/hudson2519827006023211734.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... rfe76f3068203 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) (Wed Oct 9 16:42:37 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 @ 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 From gnu.andrew at redhat.com Thu Oct 10 13:37:22 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Thu, 10 Oct 2013 16:37:22 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #557 In-Reply-To: <973592769.1328.1381351372093.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <973592769.1328.1381351372093.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <727216588.1329.1381437442951.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [cl] Added tag jdk8-b111 for changeset 719befd87c7b ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 1 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 719befd87c7b96ae103c05730ca555227bfc0116 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 719befd87c7b96ae103c05730ca555227bfc0116 [workspace] $ /bin/sh -xe /tmp/hudson2563849076516838553.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... rfe76f3068203 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) (Thu Oct 10 16:37:10 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 @ 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 From gnu.andrew at redhat.com Fri Oct 11 13:43:23 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 11 Oct 2013 16:43:23 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #558 In-Reply-To: <727216588.1329.1381437442951.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <727216588.1329.1381437442951.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1543284564.1330.1381524204464.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [lana] Merge [lana] Merge [alanb] 8024788: (fs) Files.readAllBytes uses FileChannel which may not be supported by all providers Reviewed-by: chegar [psandoz] 8025136: SplittableRandom enchancements Reviewed-by: psandoz, martin Contributed-by: Doug Lea
, Guy Steele [xuelei] 6956398: make ephemeral DH key match the length of the certificate key Reviewed-by: weijun [henryjen] 8026009: Changes for 8025968 break all stream tests Reviewed-by: mduigou [henryjen] 8025968: Integrate test improvements made in lambda repo Reviewed-by: psandoz [alanb] 8025983: Typo in Javadoc of Files.isRegularFile() Reviewed-by: mchung, chegar [jrose] 8024438: JSR 292 API specification maintenance for JDK 8 Summary: add wildcard to unreflectConstructor, various clarifications and minor edits Reviewed-by: mchung, darcy, twisti [jrose] 8025112: JSR 292 spec updates for security manager and caller sensitivity Summary: align CONSTANT_MethodHandle and Lookup.find* API calls, clarify security manager & @CallerSensitive interactions Reviewed-by: mchung, twisti [jrose] 8001110: method handles should have a collectArguments transform, generalizing asCollector Summary: promote an existing private method; make unit tests on all argument positions to arity 10 with mixed types Reviewed-by: twisti, vlivanov [jrose] 8024599: JSR 292 direct method handles need to respect initialization rules for static members Summary: Align MH semantic with bytecode behavior of constructor and static member accesses, regarding invocation. Reviewed-by: twisti, darcy, abuckley, vlivanov [jrose] 8001108: an attempt to use "" as a method name should elicit NoSuchMethodException Summary: add an explicit check for leading "<", upgrade the unit tests Reviewed-by: twisti, darcy [jrose] 8001109: arity mismatch on a call to spreader method handle should elicit IllegalArgumentException Summary: Document error conditions that may occur when calling a "spreader" method handle. Use IAE in all cases. Reviewed-by: twisti, vlivanov [jrose] 8019417: JSR 292 javadoc should clarify method handle arity limits Summary: clarification of erroneous reading of spec. that led to 7194534 Reviewed-by: twisti, darcy [jrose] 8001105: findVirtual of Object[].clone produces internal error Summary: Replicate JVM logic for access control that makes Object.clone appear public when applied to an array type. Reviewed-by: twisti [jrose] 8024761: JSR 292 improve performance of generic invocation Summary: use a per-MH one element cache for MH.asType to speed up MH.invoke; also cache enough MH constants to cache LMF.metafactory Reviewed-by: twisti [coffeys] 8016271: wsimport -clientjar does not create portable jars on Windows due to hardcoded backslash Reviewed-by: mkos, chegar [bpatel] 8025741: Fix jdk/make/docs/Makefile to point to correct docs URL for JDK 8. Reviewed-by: tbell [rfield] 8021186: jdk/lambda/vm/DefaultMethodsTest.java fails Summary: remove DefaultMethodsTest from jdk/test/problemList.txt Reviewed-by: mduigou [rriggs] 8024834: Better return type for TemporalField resolve Summary: Allow resolve method to return more than just ChronoLocalDate Reviewed-by: sherman Contributed-by: scolebourne at joda.org [rriggs] 8024807: Add getChronlogy() to CLDT/CZDT Summary: Alternative to method is clunky and hard to find Reviewed-by: sherman Contributed-by: scolebourne at joda.org [rriggs] 8024999: Instant.Parse typo in example Summary: javadoc only fix to correct example to use "." and "Z" Reviewed-by: sherman [rriggs] 8024835: Change until() to accept any compatible temporal Summary: Method until(Temporal,TemporalUnit) now uses from() to convert; Enhance from() methods where necessary Reviewed-by: sherman Contributed-by: scolebourne at joda.org [rriggs] 8023762: Add ChronoPeriod interface and bind period to Chronology Summary: Make Period ISO-only, adding a Chronology-specific period concept Reviewed-by: sherman Contributed-by: scolebourne at joda.org [rriggs] 8023763: Rename ChronoDateImpl Summary: Rename ChronoDateImpl to ChronoLocalDateImpl Reviewed-by: sherman Contributed-by: scolebourne at joda.org [rriggs] 8023764: Optimize Period addition Summary: Optimise plus/minus for common cases Reviewed-by: sherman Contributed-by: scolebourne at joda.org [vinnie] 8008296: keytool utility doesn't support '-importpassword' command Reviewed-by: weijun [allwin] 8025829: Add java/lang/instrument/RetransformBigClass.sh to problemlist Reviewed-by: sla, jbachorik [rriggs] 8024427: Missing java.time.chrono serialization tests Summary: Add tests and cleanup existing serialization tests Reviewed-by: sherman [rriggs] 8024896: Refactor java.time serialization tests into separate subpackage Summary: Move serialization tests to .serial subpackage Reviewed-by: sherman Contributed-by: paul.rank at oracle.com [rfield] 8020849: jdk/lambda/vm/DefaultMethodsTest.java Summary: Bridge generation has been removed from the VM. Fix is to remove tests that no longer make sense. Reviewed-by: ksrini [rfield] 8010433: Remove lambda metafactory work-around to JDK-8005119 Summary: Restore invokespecial to lambda metafactory Reviewed-by: ksrini [kizune] 8025738: locale related test fails on langtools mac 10.7 test host Reviewed-by: ksrini [dsamersoff] 8009213: sun/management/jdp/JdpTest.sh fails with exit code 1 Summary: There's no guarantee that the java process has executed far enough to be found by jps when we try to obtain it's pid. Reviewed-by: sla [psandoz] 8025567: Mark relevant public stream tests as serialization hostile Reviewed-by: alanb [psandoz] 8025534: Unsafe typecast in java.util.stream.Streams.Nodes 8025538: Unsafe typecast in java.util.stream.SpinedBuffer 8025533: Unsafe typecast in java.util.stream.Streams.RangeIntSpliterator.splitPoint() 8025525: Unsafe typecast in java.util.stream.Node.OfPrimitive.asArray() Reviewed-by: chegar [emc] 8020981: Update methods of java.lang.reflect.Parameter to throw correct exceptions Summary: Fix behavior of parameter reflection API for malformed class files. Reviewed-by: darcy [wetmore] 8025694: Rename getStrongSecureRandom based on feedback 8014838: getStrongSecureRandom() should require at least one implementation Reviewed-by: mullan, darcy [egahlin] 6696975: JTop plugin fails if connected readonly to target JVM Reviewed-by: mchung, jbachorik, sla, sjiang [psandoz] 8025535: Unsafe typecast in java.util.stream.SortedOps Reviewed-by: mduigou, chegar [okutsu] 8022666: java.util.Calendar.set(int,int,int,int,int,int) documentation typo Reviewed-by: peytoia [coffeys] 8024952: ClassCastException in PlainSocketImpl.accept() when using custom socketImpl Reviewed-by: chegar [okutsu] 6902861: (cal) GregorianCalendar roll WEEK_OF_YEAR is broken for January 1 2010 Reviewed-by: peytoia [xuelei] 8025123: SNI support in Kerberos cipher suites Reviewed-by: weijun, xuelei Contributed-by: Artem Smotrakov [drchase] 8022701: Accessibility checking: InvocationTargetException is thrown instead of IllegalAccessError Summary: Inserted code to convert specific exceptions, case-by-case, plus a test. Reviewed-by: jrose, twisti [ksrini] 8025342: NLS: unsupported translation format in jar/pack/DriverResource.java Reviewed-by: naoto, mfang [emc] 8021398: j.l.r.Parameter.getAnnotatedType().getType() for not annotated use of type returns null Summary: Fixed issue with type annotation reflection framework that would cause getType of AnnotatedTypes to be null if no annotations were present. Reviewed-by: darcy, jfranck [vlivanov] 8024616: JSR292: lazily initialize core NamedFunctions used for bootstrapping Reviewed-by: jrose [vlivanov] 8001107: @Stable annotation for constant folding of lazily evaluated variables Reviewed-by: twisti, kvn, rbackman Contributed-by: john.r.rose at oracle.com, vladimir.x.ivanov at oracle.com [mduigou] 8025686: Update jdk repo netbeans projects to support NetBeans 7.4 for Java 8 support Reviewed-by: lancea, chegar [mduigou] 8025067: Unconditionally throw NPE if null op provided to Arrays.parallelPrefix Reviewed-by: henryjen, chegar, psandoz [mduigou] 7057785: Add note about optional support of recursive methods for self-referential Collection/Map Reviewed-by: scolebourne, darcy, mduigou Contributed-by: Stephen Colebourne [aefimov] 8024707: TransformerException : item() return null with node list of length != 1 Reviewed-by: joehw, lancea [psandoz] 8024408: Specifications for Collection/List/Set/SortedSet.spliterator() need to document if all the (subclass) instances are required to return SIZED spliterators Reviewed-by: alanb [naoto] 8016110: Japanese char (MS932) 0x5C cannot be used as an argument when quoted Reviewed-by: ksrini, akhil [ascarpino] 8009438: sun/security/pkcs11/Secmod tests failing on Ubuntu 12.04 Reviewed-by: vinnie [ascarpino] 8004283: test/sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failing intermittently Reviewed-by: vinnie [ascarpino] 7122707: Security Providers need to have their version numbers updated for JDK8 Reviewed-by: xuelei [allwin] 8012923: [parfait] File Descriptor Leak in jdk/src/windows/demo/jvmti/hprof/hprof_md.c Reviewed-by: chegar, sla, sspitsyn, mgronlun [sla] 8023492: jfr.jar gets loaded even though it's not used Reviewed-by: erikj, mgronlun [jfranck] 8009719: core reflection should get type annotation data from the VM lazily Summary: Remove typeAnnotations field from Method, Constructor, and Field, update Executable and Field to fetch data on demand. Reviewed-by: darcy, erikj [jfranck] 8007072: Update Core Reflection for Type Annotations to match latest spec 8022324: j.l.Class.getAnnotatedInterfaces() for array type returns wrong value 8024915: j.l.r.Executable.getAnnotatedReceiverType() should return null for static methods Summary: Update javadoc and implementation of reflection for type annotations to match latest spec Reviewed-by: darcy [lana] Merge [mduigou] 8025610: Add explicit @throws NPE documentation to Optional constructor and Optional.of Reviewed-by: briangoetz, chegar, alanb [dxu] 8025128: File.createTempFile fails if prefix is absolute path Summary: Use only the file name from the supplied prefix for backward compatibility Reviewed-by: alanb, chegar [mduigou] 8023340: Clarify that unmodifiable List.replaceAll() may not throw UOE if there are no items to be replaced. Reviewed-by: psandoz, jjg [mduigou] 8023339: Refined Collection.removeIf UOE conditions Reviewed-by: mduigou Contributed-by: paul.sandoz at oracle.com [mduigou] 8025595: Remove alt-rt.jar, used by +AggressiveOps (jdk repo portion of JDK-8024826) Reviewed-by: alanb, chegar, dholmes, ksrini [ehelin] 8025502: Exclude tests due to JDK-8025427 Reviewed-by: ksrini [weijun] 8024861: Incomplete token triggers GSS-API NullPointerException Reviewed-by: mullan [twisti] 8019192: StringIndexOutOfBoundsException: in Class.getSimpleName() Reviewed-by: jrose [lana] Merge [leonidr] 8004050: [macosx] The 'ESC' key does not work with jdk8 Reviewed-by: alexsch, serb [serb] 8025603: Unused methods in the awt text peers should be removed Reviewed-by: art, anthony [serb] 8022119: test api/javax_sound/sampled/spi/MixerProvider/indexTGF_MixerProviderTests fails Reviewed-by: art, anthony [alexsch] 7081594: Windows owned by an always-on-top window DO NOT automatically become always-on-top Reviewed-by: art, anthony, serb [malenkov] 7172597: java.awt.KeyboardFocusManager.clearFocusOwner() missed javadoc tag @since 1.8 Reviewed-by: art, anthony [malenkov] 7081584: Specification for Window.isAlwaysOnTopSupported needs to be clarified Reviewed-by: art, serb [bagiras] 7199196: Incremental transfer is broken because of a typo Reviewed-by: anthony, serb [bagiras] 7068423: Spec for java.awt.GraphicsDevice.getFullScreenWindow() needs clarification Reviewed-by: art, anthony [bagiras] 8000425: FileDialog documentation should be enhanced Reviewed-by: serb, anthony [pchelko] 8025585: Win: Popups in JFXPanel do not receive MouseWheel events Reviewed-by: anthony, art [pchelko] 7158311: GraphicsDevice.setDisplayMode(...) leads to hang when DISPLAY variable points to Oracle Linux 8001463: Regression : Deadlock between AWT-XAWT thread and AWT-EventQueue-0 Thread when screen resolution changes Reviewed-by: art, serb Contributed-by: alexander.zvegintsev at oracle.com [yan] 8025236: [javadoc] fix some errors in AWT Reviewed-by: yan, anthony Contributed-by: Dmitry Ginzburg [cl] 8025840: Fix all the doclint warnings about trademark Reviewed-by: art [alexsch] 8007219: [macosx] Frame size reverts meaning of maximized attribute if frame size close to display Reviewed-by: serb, anthony [alexsch] 8025438: [macosx] right JNFCall* method should be used in JDK-8008728 fix Reviewed-by: serb, anthony [mcherkas] 8020688: Broken links in documentation at http://docs.oracle.com/javase/6/docs/api/index. Reviewed-by: anthony, alexsch [alexsch] 7092283: Property Window.locationByPlatform is not cleared by calling setVisible(false) Reviewed-by: anthony, serb [anthony] 7174704: [macosx] New issue in 7u6 b12: HeadlessPrintingTest failure Summary: Load the lwawt native library on Mac regardless of the headless/headful mode. Also, some minor cleanup. Reviewed-by: art, serb [bagiras] 8013553: [macosx] java.awt.FileDialog removes file extensions Reviewed-by: leonidr, serb [cl] 8025409: Fix javadoc comments errors and warning reported by doclint report Reviewed-by: anthony, yan [serb] 8013563: Memory leak in JFrame on Linux Reviewed-by: anthony, art [leonidr] 8023994: Right click on the icon added to the system tray for the first time, java.lang.IllegalArgumentException thrown. Reviewed-by: anthony, serb [pchelko] 8024158: [macosx] java/awt/EventDispatchThread/LoopRobustness/LoopRobustness still failed after fix JDK-8022247; since jdk8b96 Reviewed-by: art, leonidr [pchelko] 8024600: [macosx] code prevents use of -Xlint:auxiliaryclass,empty in jdk build Reviewed-by: anthony, serb [pchelko] 8024163: [macosx] NullPointerException at javax.swing.TransferHandler$DropHandler.handleDrag since jdk8b93, 7u40b28 Reviewed-by: anthony, serb [pchelko] 7124363: [macosx] ClassCastException: CFileDialog cannot be cast to LWWindowPeer Reviewed-by: anthony, serb [alitvinov] 8025145: [macosx]: java 7 does not recognize tiff image on clipboard Reviewed-by: anthony, serb Contributed-by: anton.nashatyrev at oracle.com [kshefov] 8025707: Frogot to add a file to fix for JDK-8012461 Reviewed-by: serb, alexsch Contributed-by: vera.akulova at oracle.com [kshefov] 7133532: [macosx] closed/javax/swing/JScrollBar/bug4202954/bug4202954.java fails on MacOS Reviewed-by: serb, alexsch Contributed-by: vera.akulova at oracle.com [kshefov] 7133545: [macosx] closed/javax/swing/JSplitPane/4514858/bug4514858.java fails on MacOS Reviewed-by: serb, alexsch Contributed-by: vera.akulova at oracle.com [kshefov] 8012461: [TEST_BUG] closed/javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java doesn't release mouse button Reviewed-by: serb, alexsch Contributed-by: vera.akulova at oracle.com [kshefov] 8004294: [TEST_BUG] javax/swing/JSpinner/4973721/bug4973721.java failed on win2003 Reviewed-by: serb, alexsch Contributed-by: vera.akulova at oracle.com [kshefov] 8012466: [TEST_BUG] javax/swing/JInternalFrame/Test6505027.java doesn't release mouse button Reviewed-by: serb, alexsch Contributed-by: vera.akulova at oracle.com [kshefov] 8012468: [TEST_BUG] javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java doesn't release mouse button Reviewed-by: serb, alexsch Contributed-by: vera.akulova at oracle.com [kshefov] 7125471: [macosx] NofocusListDblClickTest should wait between doublr clicks Reviewed-by: anthony, serb Contributed-by: vera.akulova at oracle.com [serb] 7150100: [macosx] "0123456789" is selected in the TextField Reviewed-by: anthony, art [malenkov] 8025652: [macos] build failed Reviewed-by: serb [malenkov] 7117595: ArrayIndexOutOfBoundsException in Win32GraphicsEnvironment if display is removed Reviewed-by: anthony, serb [malenkov] 8012716: java.beans.EventHandler.create method should check if the given listenerInterface is a public interface Reviewed-by: art, mchung [pchelko] 8016563: Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails Reviewed-by: anthony, serb [pchelko] 8025503: [macosx] FileDialog allows file selection with apple.awt.fileDialogForDirectories = true Reviewed-by: serb, anthony [pchelko] 8024122: [TEST] need test to cover JDK-7146572 Reviewed-by: anthony, yan Contributed-by: Alexander Stepanov [yan] 8025249: [javadoc] fix some javadoc errors in javax/swing/ Reviewed-by: alexsch, yan Contributed-by: Taras Ledkov [lana] Merge [jchen] 8025940: Windows build fails after the fix for 8025280 Reviewed-by: prr, jgodinez [jchen] 8025294: [parfait] JNI-related warnings from b107 for jdk.src.solaris.native.sun.java2d.x11 Reviewed-by: prr, jgodinez [jchen] 8025664: [parfait] warnings from b62 for jdk.src.share.native.sun.font Reviewed-by: prr, jgodinez [jchen] 8025309: [parfait] JNI-related warnings from b107 for jdk.src.share.native.sun.java2d.pipe Reviewed-by: prr, jgodinez [jchen] 8025480: [parfait] "JNI exception pending" warnings from b107 for jdk.src.share.native.sun.java2d Reviewed-by: prr, jgodinez [jchen] 8025280: [parfait] warnings from b107 for jdk.src.share.native.sun.java2d.loops: JNI exception pending, JNI critical region violation Reviewed-by: prr, jgodinez [bae] 8022632: Reading a PNG file fails because of WBMPImageReaderSpi.canDecodeInput() Reviewed-by: prr, jgodinez [prr] 7179526: xrender : closed/sun/java2d/volatileImage/LineClipTest.java failed since jdk8b36 Reviewed-by: prr, jchen [prr] 8025837: Extraneous changes in the fix for 8007386 Reviewed-by: jgodinez, jchen [vadim] 8024343: Change different color with the "The XOR alternation color" combobox, the color of the image can not shown immediately. Reviewed-by: ceisserer, prr, bae [prr] 8007386: On physical machine (video card is Intel Q45) the text is blank. Reviewed-by: prr, jchen [vadim] 8001119: [fingbugs] Evaluate necessity to make some arrays package protected Reviewed-by: prr, bae [prr] 8020190: Fatal: Bug in native code: jfieldID must match object Reviewed-by: jgodinez, vadim [jgodinez] 6870661: Setting a custom PrintService on a PrinterJob leads to a PrinterException Reviewed-by: prr, jgodinez Contributed-by: patrick at reini.net ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 696 files updated, 0 files merged, 3 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 7af04d2d21393728154f9a661a187b3d4bf81e84 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 7af04d2d21393728154f9a661a187b3d4bf81e84 [workspace] $ /bin/sh -xe /tmp/hudson7639123655619485923.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... rfe76f3068203 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) (Fri Oct 11 16:43:12 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 @ 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 From gnu.andrew at redhat.com Sat Oct 12 13:39:01 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sat, 12 Oct 2013 16:39:01 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #559 In-Reply-To: <1543284564.1330.1381524204464.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1543284564.1330.1381524204464.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <732638029.1331.1381610341688.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 575d4bc3bcae2c86d74a8fa0f9cc2e0f96e0e371 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 575d4bc3bcae2c86d74a8fa0f9cc2e0f96e0e371 [workspace] $ /bin/sh -xe /tmp/hudson2996009245664927278.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... rfe76f3068203 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) (Sat Oct 12 16:38:47 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 @ 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 From gnu.andrew at redhat.com Sun Oct 13 13:41:55 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 13 Oct 2013 16:41:55 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #560 In-Reply-To: <732638029.1331.1381610341688.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <732638029.1331.1381610341688.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1600231733.1332.1381696916167.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 575d4bc3bcae2c86d74a8fa0f9cc2e0f96e0e371 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 575d4bc3bcae2c86d74a8fa0f9cc2e0f96e0e371 [workspace] $ /bin/sh -xe /tmp/hudson7043318596249704909.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... rfe76f3068203 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) (Sun Oct 13 16:41:44 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 @ 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 From gnu.andrew at redhat.com Mon Oct 14 09:20:24 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Mon, 14 Oct 2013 12:20:24 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea7TargetTesting #1444 Message-ID: <203289941.1333.1381767626992.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ [...truncated 79419 lines...] ../../../../src/share/classes/java/text/Collator.java ../../../../src/share/classes/java/text/DateFormat.java ../../../../src/share/classes/java/text/DateFormatSymbols.java ../../../../src/share/classes/java/text/DecimalFormat.java ../../../../src/share/classes/java/text/DecimalFormatSymbols.java ../../../../src/share/classes/java/text/DictionaryBasedBreakIterator.java ../../../../src/share/classes/java/text/DigitList.java ../../../../src/share/classes/java/text/DontCareFieldPosition.java ../../../../src/share/classes/java/text/EntryPair.java ../../../../src/share/classes/java/text/FieldPosition.java ../../../../src/share/classes/java/text/Format.java ../../../../src/share/classes/java/text/MergeCollation.java ../../../../src/share/classes/java/text/MessageFormat.java ../../../../src/share/classes/java/text/Normalizer.java ../../../../src/share/classes/java/text/NumberFormat.java ../../../../src/share/classes/java/text/ParseException.java ../../../../src/share/classes/java/text/ParsePosition.java ../../../../src/share/classes/java/text/PatternEntry.java ../../../../src/share/classes/java/text/RBCollationTables.java ../../../../src/share/classes/java/text/RBTableBuilder.java ../../../../src/share/classes/java/text/RuleBasedBreakIterator.java ../../../../src/share/classes/java/text/RuleBasedCollationKey.java ../../../../src/share/classes/java/text/RuleBasedCollator.java ../../../../src/share/classes/java/text/SimpleDateFormat.java ../../../../src/share/classes/java/text/StringCharacterIterator.java ../../../../src/share/classes/java/text/spi/BreakIteratorProvider.java ../../../../src/share/classes/java/text/spi/CollatorProvider.java ../../../../src/share/classes/java/text/spi/DateFormatProvider.java ../../../../src/share/classes/java/text/spi/DateFormatSymbolsProvider.java ../../../../src/share/classes/java/text/spi/DecimalFormatSymbolsProvider.java ../../../../src/share/classes/java/text/spi/NumberFormatProvider.java ../../../../src/share/classes/sun/text/CodePointIterator.java ../../../../src/share/classes/sun/text/CollatorUtilities.java ../../../../src/share/classes/sun/text/CompactByteArray.java ../../../../src/share/classes/sun/text/ComposedCharIter.java ../../../../src/share/classes/sun/text/IntHashtable.java ../../../../src/share/classes/sun/text/Normalizer.java ../../../../src/share/classes/sun/text/SupplementaryCharacterData.java ../../../../src/share/classes/sun/text/UCompactIntArray.java ../../../../src/share/classes/sun/text/normalizer/CharTrie.java ../../../../src/share/classes/sun/text/normalizer/CharacterIteratorWrapper.java ../../../../src/share/classes/sun/text/normalizer/ICUBinary.java ../../../../src/share/classes/sun/text/normalizer/ICUData.java ../../../../src/share/classes/sun/text/normalizer/IntTrie.java ../../../../src/share/classes/sun/text/normalizer/NormalizerBase.java ../../../../src/share/classes/sun/text/normalizer/NormalizerDataReader.java ../../../../src/share/classes/sun/text/normalizer/NormalizerImpl.java ../../../../src/share/classes/sun/text/normalizer/RangeValueIterator.java ../../../../src/share/classes/sun/text/normalizer/Replaceable.java ../../../../src/share/classes/sun/text/normalizer/ReplaceableString.java ../../../../src/share/classes/sun/text/normalizer/ReplaceableUCharacterIterator.java ../../../../src/share/classes/sun/text/normalizer/RuleCharacterIterator.java ../../../../src/share/classes/sun/text/normalizer/SymbolTable.java ../../../../src/share/classes/sun/text/normalizer/Trie.java ../../../../src/share/classes/sun/text/normalizer/TrieIterator.java ../../../../src/share/classes/sun/text/normalizer/UBiDiProps.java ../../../../src/share/classes/sun/text/normalizer/UCharacter.java ../../../../src/share/classes/sun/text/normalizer/UCharacterIterator.java ../../../../src/share/classes/sun/text/normalizer/UCharacterProperty.java ../../../../src/share/classes/sun/text/normalizer/UCharacterPropertyReader.java ../../../../src/share/classes/sun/text/normalizer/UTF16.java ../../../../src/share/classes/sun/text/normalizer/UnicodeMatcher.java ../../../../src/share/classes/sun/text/normalizer/UnicodeSet.java ../../../../src/share/classes/sun/text/normalizer/UnicodeSetIterator.java ../../../../src/share/classes/sun/text/normalizer/Utility.java ../../../../src/share/classes/sun/text/normalizer/VersionInfo.java ../../../../src/share/classes/sun/text/resources/BreakIteratorInfo.java ../../../../src/share/classes/sun/text/resources/CollationData.java ../../../../src/share/classes/sun/text/resources/CollationData_be.java ../../../../src/share/classes/sun/text/resources/CollationData_bg.java ../../../../src/share/classes/sun/text/resources/CollationData_ca.java ../../../../src/share/classes/sun/text/resources/CollationData_cs.java ../../../../src/share/classes/sun/text/resources/CollationData_da.java ../../../../src/share/classes/sun/text/resources/CollationData_de.java ../../../../src/share/classes/sun/text/resources/CollationData_el.java ../../../../src/share/classes/sun/text/resources/CollationData_en.java ../../../../src/share/classes/sun/text/resources/CollationData_es.java ../../../../src/share/classes/sun/text/resources/CollationData_et.java ../../../../src/share/classes/sun/text/resources/CollationData_fi.java ../../../../src/share/classes/sun/text/resources/CollationData_fr.java ../../../../src/share/classes/sun/text/resources/CollationData_hr.java ../../../../src/share/classes/sun/text/resources/CollationData_hu.java ../../../../src/share/classes/sun/text/resources/CollationData_is.java ../../../../src/share/classes/sun/text/resources/CollationData_it.java ../../../../src/share/classes/sun/text/resources/CollationData_lt.java ../../../../src/share/classes/sun/text/resources/CollationData_lv.java ../../../../src/share/classes/sun/text/resources/CollationData_mk.java ../../../../src/share/classes/sun/text/resources/CollationData_nl.java ../../../../src/share/classes/sun/text/resources/CollationData_no.java ../../../../src/share/classes/sun/text/resources/CollationData_pl.java ../../../../src/share/classes/sun/text/resources/CollationData_pt.java ../../../../src/share/classes/sun/text/resources/CollationData_ro.java ../../../../src/share/classes/sun/text/resources/CollationData_ru.java ../../../../src/share/classes/sun/text/resources/CollationData_sk.java ../../../../src/share/classes/sun/text/resources/CollationData_sl.java ../../../../src/share/classes/sun/text/resources/CollationData_sq.java ../../../../src/share/classes/sun/text/resources/CollationData_sr.java ../../../../src/share/classes/sun/text/resources/CollationData_sr_Latn.java ../../../../src/share/classes/sun/text/resources/CollationData_sv.java ../../../../src/share/classes/sun/text/resources/CollationData_tr.java ../../../../src/share/classes/sun/text/resources/CollationData_uk.java ../../../../src/share/classes/sun/text/resources/FormatData.java ../../../../src/share/classes/sun/text/resources/FormatData_be.java ../../../../src/share/classes/sun/text/resources/FormatData_be_BY.java ../../../../src/share/classes/sun/text/resources/FormatData_bg.java ../../../../src/share/classes/sun/text/resources/FormatData_bg_BG.java ../../../../src/share/classes/sun/text/resources/FormatData_ca.java ../../../../src/share/classes/sun/text/resources/FormatData_ca_ES.java ../../../../src/share/classes/sun/text/resources/FormatData_cs.java ../../../../src/share/classes/sun/text/resources/FormatData_cs_CZ.java ../../../../src/share/classes/sun/text/resources/FormatData_da.java ../../../../src/share/classes/sun/text/resources/FormatData_da_DK.java ../../../../src/share/classes/sun/text/resources/FormatData_de.java ../../../../src/share/classes/sun/text/resources/FormatData_de_AT.java ../../../../src/share/classes/sun/text/resources/FormatData_de_CH.java ../../../../src/share/classes/sun/text/resources/FormatData_de_DE.java ../../../../src/share/classes/sun/text/resources/FormatData_de_LU.java ../../../../src/share/classes/sun/text/resources/FormatData_el.java ../../../../src/share/classes/sun/text/resources/FormatData_el_CY.java ../../../../src/share/classes/sun/text/resources/FormatData_el_GR.java ../../../../src/share/classes/sun/text/resources/FormatData_en.java ../../../../src/share/classes/sun/text/resources/FormatData_en_AU.java ../../../../src/share/classes/sun/text/resources/FormatData_en_CA.java ../../../../src/share/classes/sun/text/resources/FormatData_en_GB.java ../../../../src/share/classes/sun/text/resources/FormatData_en_IE.java ../../../../src/share/classes/sun/text/resources/FormatData_en_IN.java ../../../../src/share/classes/sun/text/resources/FormatData_en_MT.java ../../../../src/share/classes/sun/text/resources/FormatData_en_NZ.java ../../../../src/share/classes/sun/text/resources/FormatData_en_PH.java ../../../../src/share/classes/sun/text/resources/FormatData_en_SG.java ../../../../src/share/classes/sun/text/resources/FormatData_en_US.java ../../../../src/share/classes/sun/text/resources/FormatData_en_ZA.java ../../../../src/share/classes/sun/text/resources/FormatData_es.java ../../../../src/share/classes/sun/text/resources/FormatData_es_AR.java ../../../../src/share/classes/sun/text/resources/FormatData_es_BO.java ../../../../src/share/classes/sun/text/resources/FormatData_es_CL.java ../../../../src/share/classes/sun/text/resources/FormatData_es_CO.java ../../../../src/share/classes/sun/text/resources/FormatData_es_CR.java ../../../../src/share/classes/sun/text/resources/FormatData_es_DO.java ../../../../src/share/classes/sun/text/resources/FormatData_es_EC.java ../../../../src/share/classes/sun/text/resources/FormatData_es_ES.java ../../../../src/share/classes/sun/text/resources/FormatData_es_GT.java ../../../../src/share/classes/sun/text/resources/FormatData_es_HN.java ../../../../src/share/classes/sun/text/resources/FormatData_es_MX.java ../../../../src/share/classes/sun/text/resources/FormatData_es_NI.java ../../../../src/share/classes/sun/text/resources/FormatData_es_PA.java ../../../../src/share/classes/sun/text/resources/FormatData_es_PE.java ../../../../src/share/classes/sun/text/resources/FormatData_es_PR.java ../../../../src/share/classes/sun/text/resources/FormatData_es_PY.java ../../../../src/share/classes/sun/text/resources/FormatData_es_SV.java ../../../../src/share/classes/sun/text/resources/FormatData_es_US.java ../../../../src/share/classes/sun/text/resources/FormatData_es_UY.java ../../../../src/share/classes/sun/text/resources/FormatData_es_VE.java ../../../../src/share/classes/sun/text/resources/FormatData_et.java ../../../../src/share/classes/sun/text/resources/FormatData_et_EE.java ../../../../src/share/classes/sun/text/resources/FormatData_fi.java ../../../../src/share/classes/sun/text/resources/FormatData_fi_FI.java ../../../../src/share/classes/sun/text/resources/FormatData_fr.java ../../../../src/share/classes/sun/text/resources/FormatData_fr_BE.java ../../../../src/share/classes/sun/text/resources/FormatData_fr_CA.java ../../../../src/share/classes/sun/text/resources/FormatData_fr_CH.java ../../../../src/share/classes/sun/text/resources/FormatData_fr_FR.java ../../../../src/share/classes/sun/text/resources/FormatData_fr_LU.java ../../../../src/share/classes/sun/text/resources/FormatData_ga.java ../../../../src/share/classes/sun/text/resources/FormatData_ga_IE.java ../../../../src/share/classes/sun/text/resources/FormatData_hr.java ../../../../src/share/classes/sun/text/resources/FormatData_hr_HR.java ../../../../src/share/classes/sun/text/resources/FormatData_hu.java ../../../../src/share/classes/sun/text/resources/FormatData_hu_HU.java ../../../../src/share/classes/sun/text/resources/FormatData_in.java ../../../../src/share/classes/sun/text/resources/FormatData_in_ID.java ../../../../src/share/classes/sun/text/resources/FormatData_is.java ../../../../src/share/classes/sun/text/resources/FormatData_is_IS.java ../../../../src/share/classes/sun/text/resources/FormatData_it.java ../../../../src/share/classes/sun/text/resources/FormatData_it_CH.java ../../../../src/share/classes/sun/text/resources/FormatData_it_IT.java ../../../../src/share/classes/sun/text/resources/FormatData_lt.java ../../../../src/share/classes/sun/text/resources/FormatData_lt_LT.java ../../../../src/share/classes/sun/text/resources/FormatData_lv.java ../../../../src/share/classes/sun/text/resources/FormatData_lv_LV.java ../../../../src/share/classes/sun/text/resources/FormatData_mk.java ../../../../src/share/classes/sun/text/resources/FormatData_mk_MK.java ../../../../src/share/classes/sun/text/resources/FormatData_ms.java ../../../../src/share/classes/sun/text/resources/FormatData_ms_MY.java ../../../../src/share/classes/sun/text/resources/FormatData_mt.java ../../../../src/share/classes/sun/text/resources/FormatData_mt_MT.java ../../../../src/share/classes/sun/text/resources/FormatData_nl.java ../../../../src/share/classes/sun/text/resources/FormatData_nl_BE.java ../../../../src/share/classes/sun/text/resources/FormatData_nl_NL.java ../../../../src/share/classes/sun/text/resources/FormatData_no.java ../../../../src/share/classes/sun/text/resources/FormatData_no_NO.java ../../../../src/share/classes/sun/text/resources/FormatData_no_NO_NY.java ../../../../src/share/classes/sun/text/resources/FormatData_pl.java ../../../../src/share/classes/sun/text/resources/FormatData_pl_PL.java ../../../../src/share/classes/sun/text/resources/FormatData_pt.java ../../../../src/share/classes/sun/text/resources/FormatData_pt_BR.java ../../../../src/share/classes/sun/text/resources/FormatData_pt_PT.java ../../../../src/share/classes/sun/text/resources/FormatData_ro.java ../../../../src/share/classes/sun/text/resources/FormatData_ro_RO.java ../../../../src/share/classes/sun/text/resources/FormatData_ru.java ../../../../src/share/classes/sun/text/resources/FormatData_ru_RU.java ../../../../src/share/classes/sun/text/resources/FormatData_sk.java ../../../../src/share/classes/sun/text/resources/FormatData_sk_SK.java ../../../../src/share/classes/sun/text/resources/FormatData_sl.java ../../../../src/share/classes/sun/text/resources/FormatData_sl_SI.java ../../../../src/share/classes/sun/text/resources/FormatData_sq.java ../../../../src/share/classes/sun/text/resources/FormatData_sq_AL.java ../../../../src/share/classes/sun/text/resources/FormatData_sr.java ../../../../src/share/classes/sun/text/resources/FormatData_sr_BA.java ../../../../src/share/classes/sun/text/resources/FormatData_sr_CS.java ../../../../src/share/classes/sun/text/resources/FormatData_sr_Latn.java ../../../../src/share/classes/sun/text/resources/FormatData_sr_Latn_BA.java ../../../../src/share/classes/sun/text/resources/FormatData_sr_Latn_ME.java ../../../../src/share/classes/sun/text/resources/FormatData_sr_Latn_RS.java ../../../../src/share/classes/sun/text/resources/FormatData_sr_ME.java ../../../../src/share/classes/sun/text/resources/FormatData_sr_RS.java ../../../../src/share/classes/sun/text/resources/FormatData_sv.java ../../../../src/share/classes/sun/text/resources/FormatData_sv_SE.java ../../../../src/share/classes/sun/text/resources/FormatData_tr.java ../../../../src/share/classes/sun/text/resources/FormatData_tr_TR.java ../../../../src/share/classes/sun/text/resources/FormatData_uk.java ../../../../src/share/classes/sun/text/resources/FormatData_uk_UA.java # Running javac: /notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1664 -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/icedtea7-target-testing/openjdk.build-boot/classes -sourcepath /notnfs/nighttester/icedtea7-target-testing/generated.build:../../../../src/solaris/classes:../../../../src/share/classes -bootclasspath /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/classes:/notnfs/nighttester/icedtea7-target-testing/bootstrap/jdk1.6.0/jre/lib/rt.jar -d /notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/classes @/notnfs/nighttester/icedtea7-target-testing/openjdk.build-boot/tmp/sun/java.text/.classes.list Annotation processing got disabled, since it requires a 1.6 compliant JVM java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.batch.CompilationUnit.getContents(CompilationUnit.java:71) at org.eclipse.jdt.internal.compiler.batch.Main$2.acceptResult(Main.java:2726) at org.eclipse.jdt.internal.compiler.Compiler.handleInternalException(Compiler.java:587) at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:501) at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:3566) at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1645) at org.eclipse.jdt.internal.compiler.batch.Main.main(Main.java:1358) make[6]: *** [.compile.classlist] Error 255 make[6]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/make/java/text/base' make[5]: *** [all] Error 1 make[5]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/make/java/text' make[4]: *** [all] Error 1 make[4]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/make/java' make[3]: *** [all] Error 1 make[3]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/openjdk-boot/jdk/make' make[2]: *** [jdk-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 gnu.andrew at redhat.com Mon Oct 14 09:21:38 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Mon, 14 Oct 2013 12:21:38 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #561 In-Reply-To: <1600231733.1332.1381696916167.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1600231733.1332.1381696916167.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1863204637.1334.1381767698139.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 575d4bc3bcae2c86d74a8fa0f9cc2e0f96e0e371 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 575d4bc3bcae2c86d74a8fa0f9cc2e0f96e0e371 [workspace] $ /bin/sh -xe /tmp/hudson7363746005753413568.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... rfe76f3068203 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) (Mon Oct 14 12:21:30 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 @ 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 From gnu.andrew at redhat.com Tue Oct 15 13:51:26 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Tue, 15 Oct 2013 16:51:26 -0400 (EDT) Subject: Jenkins build is back to normal : IcedTea7TargetTesting #1445 In-Reply-To: <203289941.1333.1381767626992.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <203289941.1333.1381767626992.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <2078408483.1335.1381870287679.JavaMail.nighttester@toadeater.yyz.redhat.com> See From gnu.andrew at redhat.com Tue Oct 15 13:52:32 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Tue, 15 Oct 2013 16:52:32 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #562 In-Reply-To: <1863204637.1334.1381767698139.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1863204637.1334.1381767698139.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1978520876.1336.1381870352607.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 575d4bc3bcae2c86d74a8fa0f9cc2e0f96e0e371 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 575d4bc3bcae2c86d74a8fa0f9cc2e0f96e0e371 [workspace] $ /bin/sh -xe /tmp/hudson7489696525876235875.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... rfe76f3068203 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 Oct 15 16:52: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 @ 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 From gnu.andrew at redhat.com Wed Oct 16 13:37:01 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Wed, 16 Oct 2013 16:37:01 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #563 In-Reply-To: <1978520876.1336.1381870352607.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1978520876.1336.1381870352607.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1603516592.1337.1381955822280.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [katleman] Merge [ksrini] 8026500: [infra] remove extraneous docs in solaris images Reviewed-by: erikj, mchung, tbell [ihse] 8001933: Move Gensrc*.gmk and Gendata*.gmk into separate directories. Reviewed-by: erikj, tbell [erikj] 8025612: rt.jar still has old specification value in the manifest Reviewed-by: alanb, dholmes, tbell, wetmore [ihse] 8001931: The new build system whitespace cleanup Reviewed-by: tbell, simonis, erikj [tbell] Merge [tbell] 8023611: Win32 and win64: Remove all the WARNINGS in JDK 8 builds for Windows 2008 and MSVS 2010 SP1 Reviewed-by: erikj [erikj] 8026144: Missing mkdir in Images.gmk Reviewed-by: tbell ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 66 files updated, 0 files merged, 22 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev 575d4bc3bcae2c86d74a8fa0f9cc2e0f96e0e371 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune 575d4bc3bcae2c86d74a8fa0f9cc2e0f96e0e371 [workspace] $ /bin/sh -xe /tmp/hudson6441001184142704340.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... rfe76f3068203 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) (Wed Oct 16 16:36:50 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 @ 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 From gnu.andrew at redhat.com Thu Oct 17 13:38:21 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Thu, 17 Oct 2013 16:38:21 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #564 In-Reply-To: <1603516592.1337.1381955822280.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1603516592.1337.1381955822280.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1823002336.1338.1382042302240.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [cl] Added tag jdk8-b112 for changeset f002f5f3a16c ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 1 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev f002f5f3a16cca62e139cb8eed05ffaeb373587d [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune f002f5f3a16cca62e139cb8eed05ffaeb373587d [workspace] $ /bin/sh -xe /tmp/hudson2666468724106081264.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... rfe76f3068203 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) (Thu Oct 17 16:38:12 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 @ 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 From gnu.andrew at redhat.com Fri Oct 18 13:58:00 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 18 Oct 2013 16:58:00 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #565 In-Reply-To: <1823002336.1338.1382042302240.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1823002336.1338.1382042302240.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <103916317.1339.1382129880946.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev bef8f6d429de73242c8d5923bd702a3baa2362d4 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune bef8f6d429de73242c8d5923bd702a3baa2362d4 [workspace] $ /bin/sh -xe /tmp/hudson3880765447505799855.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... rfe76f3068203 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) (Fri Oct 18 16:57:49 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 @ 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 From gnu.andrew at redhat.com Sat Oct 19 13:46:01 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sat, 19 Oct 2013 16:46:01 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #566 In-Reply-To: <103916317.1339.1382129880946.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <103916317.1339.1382129880946.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1245575749.1340.1382215562052.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev bef8f6d429de73242c8d5923bd702a3baa2362d4 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune bef8f6d429de73242c8d5923bd702a3baa2362d4 [workspace] $ /bin/sh -xe /tmp/hudson5802814647043275132.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... rfe76f3068203 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) (Sat Oct 19 16:45:51 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 @ 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 From gnu.andrew at redhat.com Sun Oct 20 13:08:46 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 20 Oct 2013 16:08:46 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #567 In-Reply-To: <1245575749.1340.1382215562052.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1245575749.1340.1382215562052.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1426218672.1341.1382299726801.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev bef8f6d429de73242c8d5923bd702a3baa2362d4 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune bef8f6d429de73242c8d5923bd702a3baa2362d4 [workspace] $ /bin/sh -xe /tmp/hudson83719524200354436.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... rfe76f3068203 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) (Sun Oct 20 16:08:36 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 @ 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 From gnu.andrew at redhat.com Mon Oct 21 13:00:40 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Mon, 21 Oct 2013 16:00:40 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #568 In-Reply-To: <1426218672.1341.1382299726801.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1426218672.1341.1382299726801.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1087644552.1342.1382385640682.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev bef8f6d429de73242c8d5923bd702a3baa2362d4 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune bef8f6d429de73242c8d5923bd702a3baa2362d4 [workspace] $ /bin/sh -xe /tmp/hudson7919832525582273314.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... rfe76f3068203 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) (Mon Oct 21 16:00:30 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 @ 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 From gnu.andrew at redhat.com Tue Oct 22 13:15:43 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Tue, 22 Oct 2013 16:15:43 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #569 In-Reply-To: <1087644552.1342.1382385640682.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1087644552.1342.1382385640682.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1117271988.1343.1382472944150.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [weijun] 7025699: Policy Tool is not accessible by keyboard Reviewed-by: alexp, weijun Contributed-by: Leif Samuelsson [lana] Merge [lana] Merge [bpb] 8026832: Clean up straggling doclint warnings in java.math Summary: Fix empty paragraph tag warnings. Reviewed-by: lancea [mduigou] 8004138: ForkJoinTask leaks exceptions Reviewed-by: chegar, mduigou, psandoz, martin Contributed-by: Doug Lea
[mchung] 8015912: jdeps support to output in dot file format 8026255: Switch jdeps to follow traditional Java option style Reviewed-by: alanb [lancea] 8026812: doclint clean up for java.sql and javax.sql Reviewed-by: mduigou [juh] 8026233: test/sun/security/tools/keytool/StorePasswords.java needs to clean up files Reviewed-by: vinnie [joehw] 8015243: SchemaFactory does not catch enum. value that is not in the value space of the base type, anyURI Reviewed-by: lancea [rriggs] 8026183: minor documentation problems in java.lang.invoke 8015808: Typo in MethodHandle javadoc Summary: Fix typos and javadoc markup and extraneous paragraph tags Reviewed-by: lancea [mullan] Merge [mullan] Merge [mullan] 8026346: test/java/lang/SecurityManager/CheckPackageAccess.java failing Reviewed-by: vinnie [rriggs] 8026516: javadoc errors in java.time Summary: Corrected links to TemporalQuery and TemporalField.resolve Reviewed-by: mduigou, darcy, lancea [drchase] 8022718: Runtime accessibility checking: protected class, if extended, should be accessible from another package Summary: Modify accessibility check; it was muddled about Java vs JVM protection terminology. Reviewed-by: jrose [weijun] 8026712: TEST_BUG: update sun/security/tools/keytool/autotest.sh with a new location to find of libsoftokn3.so Reviewed-by: vinnie [wetmore] 8026762: jdk8-tl builds windows builds failing in corba - javac: no source files Reviewed-by: katleman, dholmes [peytoia] 8025703: Update LSR datafile for BCP 47 Reviewed-by: okutsu [henryjen] 8026768: java.util.Map.Entry comparingBy methods missing @since 1.8 Reviewed-by: dholmes [aefimov] 8025255: (tz) Support tzdata2013g Reviewed-by: okutsu, mfang [mduigou] 8025910: rename substream(long) -> skip and remove substream(long,long) Reviewed-by: psandoz, henryjen [dfuchs] 8013839: Enhance Logger API for handling of resource bundles 4814565: (rb) add method to get basename from a ResourceBundle Summary: adds Logger.setResourceBundle(ResourceBundle) and ResourceBundle.getBaseBundleName() Reviewed-by: mchung, naoto [dfuchs] 8011638: Remove deprecated methods in sun.util.logging.PlatformLogger Reviewed-by: psandoz, mchung, alanb, chegar [robm] 8026245: InetAddress.getLocalHost crash if IPv6 disabled (macosx) Reviewed-by: chegar, alanb [erikj] Merge [erikj] 6604021: RMIC is defaulting to BOOT jdk version, needs to be rmic.jar Reviewed-by: dholmes, chegar [igerasim] 8023431: Test java/util/zip/GZIP/GZIPInZip.java failed Summary: Properly close PipedStreams. Additional testing for malformed input Reviewed-by: darcy, sherman [weijun] 8025124: InitialToken.useNullKey incorrectly applies NULL_KEY in some cases Reviewed-by: xuelei [dholmes] 8026378: TEST_BUG: Clean up TEST.groups Reviewed-by: mduigou, mchung, alanb [bpb] 8010371: getaddrinfo can fail with EAI_SYSTEM/EAGAIN, causes UnknownHostException to be thrown Summary: Modify UHE exception message for EAI_AGAIN failures. Reviewed-by: alanb, chegar, michaelm, dsamersoff Contributed-by: Brian Burkhalter [chegar] Merge [chegar] 8026513: ProblemList.txt Updates (10/2013) Reviewed-by: alanb [chegar] Merge [chegar] Merge [chegar] 8025991: tools/launcher/RunpathTest.java fails Reviewed-by: erikj [chegar] Merge [chegar] Merge [chegar] Merge [chegar] Merge [chegar] Merge [erikj] 8023231: Remove comma from jtreg bug line Reviewed-by: alanb, chegar [erikj] 8022719: tools/launcher/RunpathTest.java fails after 8012146 Reviewed-by: chegar [weijun] 8022931: Enhance Kerberos exceptions Reviewed-by: xuelei, ahgross [chegar] Merge [ksrini] 8021355: REGRESSION: Five closed/java/awt/SplashScreen tests fail since 7u45 b01 on Linux, Solaris Reviewed-by: dholmes, anthony, ahgross, erikj [twisti] 8022066: Evaluation of method reference to signature polymorphic method crashes VM Reviewed-by: jrose [serb] 8021275: Better screening for ScreenMenu Reviewed-by: art [chegar] Merge [jbachorik] 8021360: object not exported" on start of JMXConnectorServer for RMI-IIOP protocol with security manager Reviewed-by: alanb, ahgross, smarks, coffeys [malenkov] 8021969: The index_AccessAllowed jnlp can not load successfully with exception thrown in the log. Reviewed-by: art, skoivu [sjiang] 8019292: Better Attribute Value Exceptions Reviewed-by: dfuchs, dholmes, ahgross [serb] 8021282: Better recycling of object instances Reviewed-by: art [chegar] Merge [naoto] 8021286: Improve MacOS resourcing Reviewed-by: okutsu [chegar] Merge [chegar] Merge [jbachorik] 8021577: JCK test api/javax_management/jmx_serial/modelmbean/ModelMBeanNotificationInfo/serial/index.html#Input has failed since jdk 7u45 b01 Reviewed-by: alanb, dfuchs, ahgross [jbachorik] 8019584: javax/management/remote/mandatory/loading/MissingClassTest.java failed in nightly against jdk7u45: java.io.InvalidObjectException: Invalid notification: null Reviewed-by: mchung, sjiang, dfuchs, ahgross [jchen] 8020293: JVM crash Reviewed-by: prr, jgodinez [weijun] 8020696: Merge problem for KdcComm.java Reviewed-by: chegar [sgabdura] 8016357: Update hotspot diagnostic class Summary: Add security check to HotSpotDiagnostic.dumpHeap Reviewed-by: fparain, sla, ahgross [mchung] 8017196: Ensure Proxies are handled appropriately Reviewed-by: dfuchs, jrose, jdn, ahgross, chegar [chegar] Merge [sjiang] 8014534: Better profiling support Summary: Validation of parameters Reviewed-by: sspitsyn, skoivu, mchung [okutsu] 8001029: Add new date/time capability Reviewed-by: mchung, hawtin [michaelm] 8015743: Address internet addresses Reviewed-by: alanb, khazra, skoivu [malenkov] 8019617: Better view of objects Reviewed-by: art, skoivu [chegar] Merge [chegar] Merge [mchung] 8017291: Cast Proxies Aside Reviewed-by: alanb, ahgross [jfranck] 8014349: (cl) Class.getDeclaredClass problematic in some class loader configurations Reviewed-by: mchung, ahgross, darcy [smarks] 8014987: Augment serialization handling Reviewed-by: alanb, coffeys, skoivu [dsamersoff] 8008589: Better MBean permission validation Summary: Better MBean permission validation Reviewed-by: skoivu, dfuchs, mchung, sjiang [ascarpino] 8011071: Better crypto provider handling Reviewed-by: hawtin, valeriep [erikj] 8012146: Improve tool support Reviewed-by: ksrini, dholmes, alanb, anthony [bae] 8017287: Better resource disposal Reviewed-by: prr, vadim, skoivu [chegar] Merge [jbachorik] 8014085: Better serialization support in JMX classes Reviewed-by: alanb, dfuchs, skoivu [msheppar] 8011157: Improve CORBA portablility Summary: fix also reviewed by Alexander Fomin Reviewed-by: alanb, coffeys, skoivu [jchen] 8014098: Better profile validation Reviewed-by: bae, mschoene, prr [weijun] 8015731: Subject java.security.auth.subject to improvements Reviewed-by: skoivu, mullan [weijun] 8013739: Better LDAP resource management Reviewed-by: ahgross, mchung, xuelei [weijun] 8014341: Better service from Kerberos servers Summary: read incoming data safely and take care of null return value Reviewed-by: valeriep, ahgross [malenkov] 8012277: Improve AWT DataFlavor Reviewed-by: art, skoivu [malenkov] 8012071: Better Building of Beans Reviewed-by: art, skoivu [bae] 8014102: Improve image conversion Reviewed-by: mschoene, prr, jgodinez [alexsch] 8013744: Better tabling for AWT Reviewed-by: art, malenkov, skoivu [bae] 8014093: Improve parsing of images Reviewed-by: prr, jgodinez [jchen] 8013510: Augment image writing code Reviewed-by: bae, prr [ksrini] 8013506: Better Pack200 data handling Reviewed-by: jrose, kizune, mschoene [jbachorik] 8011081: Improve jhat Summary: Properly escape HTML output Reviewed-by: alanb, mschoene, sundar [rriggs] 8025722: TemporalAdjusters and TemporalQueries Summary: Move static from interfaces methods to supporting classes Reviewed-by: sherman [scolebourne] 8025719: Change Chronology to an interface Summary: Split Chronology and add AbstractChronology Reviewed-by: darcy Contributed-by: scolebourne at joda.org [rriggs] 8025720: Separate temporal interface layer Summary: Remove ZoneId and Chronology from TemporalField interface Reviewed-by: sherman Contributed-by: scolebourne at joda.org [dfuchs] 8026404: Logging in Applet can trigger ACE: access denied ("java.lang.RuntimePermission" "modifyThreadGroup") Summary: The test 'threadGroup.getParent() == null' can sometimes throw ACE and needs to be wrapped in doPrivileged. Reviewed-by: alanb, mchung, dholmes [alanb] 8026398: Can't load jdk.Exported, ClassNotFoundException Reviewed-by: chegar, mchung [jbachorik] 6804470: JvmstatCountersTest.java test times out on slower machines Summary: Increasing the default timeout to cater for the slower machines Reviewed-by: alanb [joehw] 8015092: SchemaFactory cannot parse schema if whitespace added within patterns in Selector XPath expression Reviewed-by: lancea, alanb [henryjen] 8026362: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed on windows, jtreg report Fail to org.testng.SkipException Reviewed-by: chegar [michaelm] 8014719: HttpClient/ProxyTest.java failing with IAE HttpURLPermission.parseURI Reviewed-by: alanb, chegar [lana] Merge [lana] Merge [stefank] 7196801: NPG: Fix java/lang/management/MemoryMXBean/LowMemoryTest2 Reviewed-by: coleenp, sla Contributed-by: stefan.karlsson at oracle.com, coleen.phillimore at oracle.com [tyan] 8023555: test/java/net/Socks/SocksProxyVersion.java fails when machine name is localhost Reviewed-by: chegar, alanb [dfuchs] 8024704: Improve API documentation of ClassLoader and ServiceLoader with respect to enumeration of resources. Reviewed-by: alanb, psandoz, mchung [xuelei] 8026119: Regression test DHEKeySizing.java failing intermittently Reviewed-by: weijun [rfield] 8026213: Reflection support for private interface methods Reviewed-by: forax, psandoz, dholmes, jfranck Contributed-by: karen.kinnear at oracle.com [alanb] 8019526: (fs) Files.lines, etc without Charset parameter Reviewed-by: psandoz, henryjen [vinnie] Merge [vinnie] 8026301: DomainKeyStore doesn't cleanup correctly when storing to keystore Reviewed-by: mullan [dxu] 8025712: (props) Possible memory leak in java_props_md.c / ParseLocale Reviewed-by: naoto, chegar [mullan] Merge [mullan] 8007292: Add JavaFX internal packages to package.access Summary: build hooks to allow closed restricted packages to be added to java.security file Reviewed-by: erikj, dholmes, tbell [lana] Merge [lana] Merge [lana] Merge [emc] 8026011: java.lang.reflect.MalformedParametersException introduces doclint warnings Summary: Add javadoc comments to members of MalformedParametersException Reviewed-by: darcy [jfranck] 7044282: (reflect) Class.forName and Array.newInstance are inconsistent regarding multidimensional arrays Reviewed-by: darcy, psandoz [sjiang] 8025204: Intermittent test failure: javax/management/remote/mandatory/connection/IdleTimeoutTest.java Reviewed-by: dholmes, jbachorik [michaelm] 7076487: (sctp) SCTP API classes does not exist in JDK for Mac Reviewed-by: alanb, chegar [dl] 7011859: java/util/concurrent/Semaphore/RacingReleases.java failing Reviewed-by: alanb, dholmes [dholmes] 8026232: Move libnpt from profile compact1 to compact3 Reviewed-by: mchung, alanb [allwin] 8014446: JT_JDK: Wrong detection of test result for test com/sun/jdi/NoLaunchOptionTest.java Reviewed-by: sla, mgronlun, dholmes, jbachorik, chegar [sla] 8025427: jstat tests fails on 32-bit platforms Reviewed-by: ehelin, dsamersoff, dholmes, sspitsyn [weijun] 8026235: keytool NSS test should use 64 bit lib on Solaris Reviewed-by: vinnie [sjiang] 8025205: Intermittent test failure: javax/management/remote/mandatory/connection/BrokenConnectionTest.java Reviewed-by: dholmes, dfuchs, jbachorik [sjiang] 8025206: Intermittent test failure: javax/management/monitor/NullAttributeValueTest.java Reviewed-by: dholmes, dfuchs, jbachorik [sjiang] 8025207: Intermittent test failure: javax/management/monitor/CounterMonitorThresholdTest.java Reviewed-by: dfuchs, dholmes [darcy] 8024354: Explicitly permit DoubleStream.sum()/average() implementations to use higher precision summation Reviewed-by: mduigou, briangoetz [bchristi] 8024709: TreeMap.DescendingKeyIterator 'remove' confuses iterator position Summary: Override remove() method in DescendingKeyIterator Reviewed-by: alanb, mduigou, psandoz [bpb] 7189139: BigInteger's staticRandom field can be a source of bottlenecks. Summary: Use ThreadLocalRandom instead of SecureRandom. Reviewed-by: shade, psandoz Contributed-by: Brian Burkhalter [valeriep] Merge [valeriep] 8025967: addition of -Werror broke the old build Summary: Fixed and suppressed compiler warnings on rawtypes Reviewed-by: vinnie [valeriep] 8014374: Cannot initialize "AES/GCM/NoPadding" on wrap/unseal on solaris with OracleUcrypto Summary: Removed OracleUcrypto provider regression tests from OpenJDK Reviewed-by: xuelei [valeriep] 8012900: CICO ignores AAD in GCM mode Summary: Change GCM decryption to not return result until tag verification passed Reviewed-by: xuelei [valeriep] 7196382: PKCS11 provider should support 2048-bit DH Summary: Query and enforce range checking using the values from native PKCS11 library. Reviewed-by: xuelei [bpb] 8016252: More defensive HashSet.readObject Summary: Add data validation checks in readObject(). Reviewed-by: alanb, mduigou, chegar Contributed-by: Brian Burkhalter [rriggs] 8024076: Incorrect 2 -> 4 year parsing and resolution in DateTimeFormatter Summary: Add appendValueReduced method based on a ChronoLocalDate to provide context for the value Reviewed-by: sherman Contributed-by: scolebourne at joda.org [henryjen] 8023524: Mechanism to dump generated lambda classes / log lambda code generation Reviewed-by: plevart, mchung, forax, jjb Contributed-by: brian.goetz at oracle.com, henry.jen at oracle.com [rriggs] 8025718: Enhance error messages for parsing Summary: Add values and types to exception messages Reviewed-by: lancea Contributed-by: scolebourne at joda.org [rriggs] 8024612: java/time/tck/java/time/format/TCKDateTimeFormatters.java failed Summary: The test should be using the Locale.Category.FORMAT to verify the test data Reviewed-by: lancea [mchung] 8026027: Level.parse should return the custom Level instance instead of the mirrored Level Reviewed-by: dfuchs, chegar [psandoz] 8020061: Clarify reporting characteristics between splits Reviewed-by: alanb, chegar [vinnie] 8008171: Refactor KeyStore.DomainLoadStoreParameter as a standalone class Reviewed-by: mullan, weijun [alanb] 8008662: Add @jdk.Exported to JDK-specific/exported APIs Reviewed-by: chegar, vinnie, dfuchs, mchung, mullan, darcy [robm] 7180557: InetAddress.getLocalHost throws UnknownHostException on java7u5 on OSX webbugs Reviewed-by: chegar, dsamersoff ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 669 files updated, 0 files merged, 23 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev bef8f6d429de73242c8d5923bd702a3baa2362d4 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune bef8f6d429de73242c8d5923bd702a3baa2362d4 [workspace] $ /bin/sh -xe /tmp/hudson7230313960242292959.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... rfe76f3068203 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 Oct 22 16:15:33 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 @ 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 From gnu.andrew at redhat.com Wed Oct 23 13:12:01 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Wed, 23 Oct 2013 16:12:01 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #570 In-Reply-To: <1117271988.1343.1382472944150.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1117271988.1343.1382472944150.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <2074316015.1344.1382559122366.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [amurillo] Merge [amurillo] Merge [dcubed] 7165611: implement Full Debug Symbols on MacOS X hotspot Summary: Add MacOS X FDS support to hotspot; add minimal MacOS X FDS import support to jdk; add MacOS X FDS support to install; add MacOS X FDS support to root. Reviewed-by: erikj, sla, dholmes, rdurbin, tbell, ihse ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 5 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev c1616a944d1c406e72de2e8039a868a91f619302 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune c1616a944d1c406e72de2e8039a868a91f619302 [workspace] $ /bin/sh -xe /tmp/hudson5343610306808813403.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... rfe76f3068203 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) (Wed Oct 23 16:11:50 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 @ 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 From gnu.andrew at redhat.com Thu Oct 24 12:47:45 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Thu, 24 Oct 2013 15:47:45 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #571 In-Reply-To: <2074316015.1344.1382559122366.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <2074316015.1344.1382559122366.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1042753895.1345.1382644066380.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [cl] Added tag jdk8-b113 for changeset 5b4261b4b72a [erikj] 8026888: Licensee build failure due to wrong libs being called Reviewed-by: tbell, ihse, simonis [chegar] 8027059: (sctp) fatal warnings overly restrictive with gcc 4.8.1 Reviewed-by: mduigou, dxu, erikj, ihse [ihse] 8001922: Improve freetype handling. Reviewed-by: erikj [tbell] Merge [tbell] 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung [katleman] Merge [erikj] 8026966: Most native libs broken on mac in jdk8/build Reviewed-by: ihse, anthony [cl] 8026974: solaris build missing java-rmi.cgi Reviewed-by: ksrini [erikj] Merge [erikj] 8019540: licensee reports a JDK8 build failure after 8005849/8005008 fixes integrated. Reviewed-by: dholmes, sla [katleman] Merge [ihse] 8025715: Split CompileNativeLibraries.gmk Reviewed-by: erikj ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 15 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev c4ab67d1e0ce94ded0e3063f190bb797b01f4b00 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune c4ab67d1e0ce94ded0e3063f190bb797b01f4b00 [workspace] $ /bin/sh -xe /tmp/hudson6192709830445271333.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... rfe76f3068203 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) (Thu Oct 24 15:47:34 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 @ 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 From gnu.andrew at redhat.com Fri Oct 25 13:25:09 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Fri, 25 Oct 2013 16:25:09 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #572 In-Reply-To: <1042753895.1345.1382644066380.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1042753895.1345.1382644066380.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1195475378.1346.1382732709802.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev b88aa723a5fac20c53953e281536414778aab45f [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune b88aa723a5fac20c53953e281536414778aab45f [workspace] $ /bin/sh -xe /tmp/hudson6898702780691100583.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... rfe76f3068203 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) (Fri Oct 25 16:24:58 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 @ 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 From gnu.andrew at redhat.com Sat Oct 26 13:25:01 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sat, 26 Oct 2013 16:25:01 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #573 In-Reply-To: <1195475378.1346.1382732709802.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1195475378.1346.1382732709802.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <339872739.1347.1382819101951.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev b88aa723a5fac20c53953e281536414778aab45f [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune b88aa723a5fac20c53953e281536414778aab45f [workspace] $ /bin/sh -xe /tmp/hudson7438085431450058300.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... rfe76f3068203 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) (Sat Oct 26 16:24:51 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 @ 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 From gnu.andrew at redhat.com Sun Oct 27 13:29:49 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Sun, 27 Oct 2013 16:29:49 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #574 In-Reply-To: <339872739.1347.1382819101951.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <339872739.1347.1382819101951.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1709044382.1348.1382905790190.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev b88aa723a5fac20c53953e281536414778aab45f [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune b88aa723a5fac20c53953e281536414778aab45f [workspace] $ /bin/sh -xe /tmp/hudson3772419564991753363.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... rfe76f3068203 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) (Sun Oct 27 16:29:36 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 @ 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 From gnu.andrew at redhat.com Mon Oct 28 13:44:09 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Mon, 28 Oct 2013 16:44:09 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #575 In-Reply-To: <1709044382.1348.1382905790190.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1709044382.1348.1382905790190.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <52045633.1349.1382993049651.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev b88aa723a5fac20c53953e281536414778aab45f [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune b88aa723a5fac20c53953e281536414778aab45f [workspace] $ /bin/sh -xe /tmp/hudson4803702738717450333.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... rfe76f3068203 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) (Mon Oct 28 16:43:59 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 @ 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 From gnu.andrew at redhat.com Tue Oct 29 13:51:34 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Tue, 29 Oct 2013 16:51:34 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #576 In-Reply-To: <52045633.1349.1382993049651.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <52045633.1349.1382993049651.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1945223126.1350.1383079894853.JavaMail.nighttester@toadeater.yyz.redhat.com> See ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev b88aa723a5fac20c53953e281536414778aab45f [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune b88aa723a5fac20c53953e281536414778aab45f [workspace] $ /bin/sh -xe /tmp/hudson2594156536960533551.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... rfe76f3068203 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 Oct 29 16:51:24 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 @ 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 From gnu.andrew at redhat.com Wed Oct 30 14:16:03 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Wed, 30 Oct 2013 17:16:03 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #577 In-Reply-To: <1945223126.1350.1383079894853.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <1945223126.1350.1383079894853.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <369281333.1351.1383167763869.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [erikj] 8027298: broken link in jdk8b113 macosx binaries Reviewed-by: dcubed, ihse [katleman] Merge [dcubed] 8027117: adapt JDK-7165611 to new build-infra whitespace/indent policy Summary: Fix whitespace/indent issues. Reviewed-by: hseigel, coleenp, erikj, ihse [dholmes] 8025673: [macosx] Disable X11 AWT toolkit Summary: Disable but not completely remove the XAWT and headless toolkits on Mac OS X Reviewed-by: anthony, art, ihse, erikj Contributed-by: david.dehaven at oracle.com [dholmes] 8016096: [macosx] jawt_md.h shipped with jdk is outdated Summary: Revised build system and added platform specific headers for Mac OS X Reviewed-by: anthony, art, ihse, erikj Contributed-by: david.dehaven at oracle.com [erikj] 8009280: JCE jurisdiction policy files not copied into jdk/lib/security Reviewed-by: tbell, ihse ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 26 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev b88aa723a5fac20c53953e281536414778aab45f [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune b88aa723a5fac20c53953e281536414778aab45f [workspace] $ /bin/sh -xe /tmp/hudson7449511856707603206.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... rfe76f3068203 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) (Wed Oct 30 17:15:52 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 @ 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 From gnu.andrew at redhat.com Thu Oct 31 13:54:17 2013 From: gnu.andrew at redhat.com (Hudson Admin) Date: Thu, 31 Oct 2013 16:54:17 -0400 (EDT) Subject: Build failed in Jenkins: IcedTea8TargetTesting #578 In-Reply-To: <369281333.1351.1383167763869.JavaMail.nighttester@toadeater.yyz.redhat.com> References: <369281333.1351.1383167763869.JavaMail.nighttester@toadeater.yyz.redhat.com> Message-ID: <1218755664.1352.1383252857960.JavaMail.nighttester@toadeater.yyz.redhat.com> See Changes: [cl] Added tag jdk8-b114 for changeset f26a0c8071bd ------------------------------------------ Started by timer Building in workspace [workspace] $ hg showconfig paths.default [workspace] $ hg pull --rev default [workspace] $ hg update --clean --rev default 1 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ hg log --rev f26a0c8071bde1e3b923713c75156e4a58955623 [workspace] $ hg log --template "{desc|xmlescape}{file_adds|stringify|xmlescape}{file_dels|stringify|xmlescape}{files|stringify|xmlescape}{parents}\n" --rev default:0 --follow --prune f26a0c8071bde1e3b923713c75156e4a58955623 [workspace] $ /bin/sh -xe /tmp/hudson7530921572416617673.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... rfe76f3068203 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) (Thu Oct 31 16:54:06 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 @ 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