From odf-dev-return-1030-apmail-incubator-odf-dev-archive=incubator.apache.org@incubator.apache.org Thu Aug 9 23:15:17 2012 Return-Path: X-Original-To: apmail-incubator-odf-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-odf-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E5D2D316 for ; Thu, 9 Aug 2012 23:15:17 +0000 (UTC) Received: (qmail 33163 invoked by uid 500); 9 Aug 2012 23:15:17 -0000 Delivered-To: apmail-incubator-odf-dev-archive@incubator.apache.org Received: (qmail 33131 invoked by uid 500); 9 Aug 2012 23:15:17 -0000 Mailing-List: contact odf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: odf-dev@incubator.apache.org Delivered-To: mailing list odf-dev@incubator.apache.org Received: (qmail 33120 invoked by uid 99); 9 Aug 2012 23:15:17 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 23:15:17 +0000 Received: from localhost (HELO mail-vc0-f175.google.com) (127.0.0.1) (smtp-auth username robweir, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 23:15:16 +0000 Received: by vcbfy27 with SMTP id fy27so950129vcb.6 for ; Thu, 09 Aug 2012 16:15:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.35.51 with SMTP id e19mr944867vej.27.1344554115654; Thu, 09 Aug 2012 16:15:15 -0700 (PDT) Received: by 10.220.31.137 with HTTP; Thu, 9 Aug 2012 16:15:15 -0700 (PDT) In-Reply-To: <1507757776.1473.1344544326862.JavaMail.hudson@aegis.apache.org> References: <1507757776.1473.1344544326862.JavaMail.hudson@aegis.apache.org> Date: Thu, 9 Aug 2012 19:15:15 -0400 Message-ID: Subject: =?UTF-8?Q?Re=3A_Build_failed_in_Jenkins=3A_ODFToolkit_=C2=BB_ODFDOM_=234?= =?UTF-8?Q?0?= From: Rob Weir To: odf-dev@incubator.apache.org Content-Type: text/plain; charset=UTF-8 On Thu, Aug 9, 2012 at 4:32 PM, Apache Jenkins Server wrote: > See > So... the surface error is a RAT failure, two files without approved licenses. But... The two files are: Unapproved licenses: /home/jenkins/jenkins-slave/workspace/ODFToolkit/trunk/odfdom/hs_err_pid5428.log /home/jenkins/jenkins-slave/workspace/ODFToolkit/trunk/odfdom/hs_err_pid5242.log And those are process faults logs from a JVM crash, apparently related to the native side of the JDK's ZIP processing. Context is: Running org.odftoolkit.odfdom.incubator.meta.OfficeMetaTest # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGBUS (0x7) at pc=0xf6bc5d43, pid=5242, tid=4150511296 # # Java VM: Java HotSpot(TM) Server VM (1.5.0_22-b03 mixed mode) # Problematic frame: # C [libzip.so+0xbd43] # # An error report file with more information is saved as hs_err_pid5242.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Aborted and Running org.odftoolkit.odfdom.pkg.NoTempFileTest Aug 9, 2012 8:19:54 PM org.odftoolkit.odfdom.pkg.NoTempFileTest setUp INFO: The test property org.odftoolkit.odfdom.tmpfile.disable is set to 'true'. Aug 9, 2012 8:19:55 PM org.odftoolkit.odfdom.pkg.NoTempFileTest tearDown INFO: The test property org.odftoolkit.odfdom.tmpfile.disable is set to 'false'. Aug 9, 2012 8:19:55 PM org.odftoolkit.odfdom.pkg.NoTempFileTest setUp INFO: The test property org.odftoolkit.odfdom.tmpfile.disable is set to 'true'. # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGBUS (0x7) at pc=0xf6b7cd43, pid=5428, tid=4150212288 # # Java VM: Java HotSpot(TM) Server VM (1.5.0_22-b03 mixed mode) # Problematic frame: # C [libzip.so+0xbd43] # # An error report file with more information is saved as hs_err_pid5428.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Aborted The stack is: C [libzip.so+0xbd43] C [libzip.so+0xc30c] ZIP_GetEntry+0x10c C [libzip.so+0x3239] Java_java_util_zip_ZipFile_getEntry+0xc9 j java.util.zip.ZipFile.getEntry(JLjava/lang/String;Z)J+0 j java.util.zip.ZipFile.getInputStream(Ljava/lang/String;)Ljava/io/InputStream;+34 j java.util.zip.ZipFile.getInputStream(Ljava/util/zip/ZipEntry;)Ljava/io/InputStream;+5 j org.odftoolkit.odfdom.pkg.ZipHelper.getInputStream(Ljava/util/zip/ZipEntry;)Ljava/io/InputStream;+12 j org.odftoolkit.odfdom.pkg.OdfPackage.getBytes(Ljava/lang/String;)[B+185 j org.odftoolkit.odfdom.pkg.OdfPackage.save(Ljava/io/OutputStream;Ljava/lang/String;)V+252 j org.odftoolkit.odfdom.pkg.OdfPackage.save(Ljava/io/File;)V+17 j org.odftoolkit.odfdom.doc.OdfDocument.save(Ljava/io/File;)V+46 j org.odftoolkit.odfdom.pkg.OdfPackageDocument.save(Ljava/lang/String;)V+11 j org.odftoolkit.odfdom.incubator.meta.OfficeMetaTest.tearDown()V+11 The odd things is that I'm not seeing any errors on my local Windows build. -Rob