Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 99517 invoked from network); 22 Aug 2008 10:04:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Aug 2008 10:04:05 -0000 Received: (qmail 26727 invoked by uid 500); 22 Aug 2008 10:04:01 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 26679 invoked by uid 500); 22 Aug 2008 10:04:01 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 26670 invoked by uid 99); 22 Aug 2008 10:04:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Aug 2008 03:04:01 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.233.184.224] (HELO wr-out-0506.google.com) (64.233.184.224) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Aug 2008 10:03:01 +0000 Received: by wr-out-0506.google.com with SMTP id c30so396042wra.21 for ; Fri, 22 Aug 2008 03:03:29 -0700 (PDT) Received: by 10.90.113.17 with SMTP id l17mr1184048agc.66.1219399408819; Fri, 22 Aug 2008 03:03:28 -0700 (PDT) Received: from ?10.17.4.4? ( [96.237.252.30]) by mx.google.com with ESMTPS id 7sm1008683agb.34.2008.08.22.03.03.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 22 Aug 2008 03:03:28 -0700 (PDT) Message-Id: From: Michael McCandless To: java-dev@lucene.apache.org In-Reply-To: <25162765.21219374072665.JavaMail.hudson@hudson.zones.apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: Build failed in Hudson: Lucene-trunk #563 Date: Fri, 22 Aug 2008 06:03:26 -0400 References: <29301813.611219284648669.JavaMail.hudson@hudson.zones.apache.org> <25162765.21219374072665.JavaMail.hudson@hudson.zones.apache.org> X-Mailer: Apple Mail (2.926) X-Virus-Checked: Checked by ClamAV on apache.org Here is the contrib failure from this build (I don't think it's related to LUCENE-1333): [junit] Testcase: testEncoding(org.apache.lucene.search.highlight.HighlighterTest): Caused an ERROR [junit] Connection reset [junit] java.net.SocketException: Connection reset [junit] at java.net.SocketInputStream.read(SocketInputStream.java:168) [junit] at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) [junit] at java.io.BufferedInputStream.read1(BufferedInputStream.java:256) [junit] at java.io.BufferedInputStream.read(BufferedInputStream.java:313) [junit] at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:681) [junit] at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java: 626) [junit] at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java: 646) [junit] at sun.net.www.protocol.http.HttpURLConnection.getInputStream (HttpURLConnection.java:957) [junit] at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) [junit] at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) [junit] at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) [junit] at org.apache.xerces.impl.XMLDTDScannerImpl.startPE(Unknown Source) [junit] at org.apache.xerces.impl.XMLDTDScannerImpl.skipSeparator(Unknown Source) [junit] at org.apache.xerces.impl.XMLDTDScannerImpl.scanDecls(Unknown Source) [junit] at org.apache.xerces.impl.XMLDTDScannerImpl.scanDTDExternalSubset(Unknown Source) [junit] at org.apache.xerces.impl.XMLDocumentScannerImpl $DTDDispatcher.dispatch(Unknown Source) [junit] at org .apache .xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) [junit] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) [junit] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) [junit] at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) [junit] at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) [junit] at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) [junit] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:98) [junit] at org .apache .lucene .search.highlight.HighlighterTest.testEncoding(HighlighterTest.java: 1010) I *think* what happened is, when parsing the XML for this test, Xerces tried to load the DTD/ns URLS off of http://www.w3.org, and that hit the "Connection reset" socket error. So hopefully this is a fleeting error. Mike Apache Hudson Server wrote: > See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/563/changes > > Changes: > > [mikemccand] LUCENE-1333: don't use LuceneTestCase in contrib until > we can fix the build dependency > > ------------------------------------------ > [...truncated 18909 lines...] > common.compile-test: > > common.test: > [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/swing/test > [junit] Testsuite: org.apache.lucene.swing.models.TestBasicList > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.848 > sec > [junit] > [junit] Testsuite: org.apache.lucene.swing.models.TestBasicTable > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.859 > sec > [junit] > [junit] Testsuite: org.apache.lucene.swing.models.TestSearchingList > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.993 > sec > [junit] > [junit] Testsuite: > org.apache.lucene.swing.models.TestSearchingTable > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.08 > sec > [junit] > [junit] Testsuite: org.apache.lucene.swing.models.TestUpdatingList > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.184 > sec > [junit] > [junit] Testsuite: org.apache.lucene.swing.models.TestUpdatingTable > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.473 > sec > [junit] > [delete] Deleting: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/swing/test/junitfailed.flag > [echo] Building wikipedia... > > javacc-uptodate-check: > > javacc-notice: > > jflex-uptodate-check: > > jflex-notice: > > common.init: > > build-lucene: > > init: > > test: > [echo] Building wikipedia... > > javacc-uptodate-check: > > javacc-notice: > > jflex-uptodate-check: > > jflex-notice: > > common.init: > > build-lucene: > > init: > > compile-test: > [echo] Building wikipedia... > > javacc-uptodate-check: > > javacc-notice: > > jflex-uptodate-check: > > jflex-notice: > > common.init: > > build-lucene: > > init: > > clover.setup: > [clover-setup] Clover Version 1.3.13, built on September 04 2006 > [clover-setup] loaded from: /export/home/hudson/tools/clover/latest/ > lib/clover.jar > [clover-setup] Open Source License registered to the Apache Software > Foundation. This license of Clover is provided to support projects > of the Apache Software Foundation only. > [clover-setup] > [clover-setup] Clover is enabled with initstring 'http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/test/clover/db/lucene_coverage.db' > > clover.info: > > clover: > > compile-core: > > common.compile-test: > > common.test: > [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/wikipedia/test > [junit] Testsuite: > org.apache.lucene.wikipedia.analysis.WikipediaTokenizerTest > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.507 > sec > [junit] > [delete] Deleting: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/wikipedia/test/junitfailed.flag > [echo] Building wordnet... > > javacc-uptodate-check: > > javacc-notice: > > jflex-uptodate-check: > > jflex-notice: > > common.init: > > build-lucene: > > init: > > test: > [echo] Building xml-query-parser... > > javacc-uptodate-check: > > javacc-notice: > > jflex-uptodate-check: > > jflex-notice: > > common.init: > > build-lucene: > > init: > > test: > [echo] Building xml-query-parser... > > javacc-uptodate-check: > > javacc-notice: > > jflex-uptodate-check: > > jflex-notice: > > common.init: > > build-lucene: > > init: > > compile-test: > [echo] Building xml-query-parser... > > build-queries: > > javacc-uptodate-check: > > javacc-notice: > > jflex-uptodate-check: > > jflex-notice: > > common.init: > > build-lucene: > > init: > > clover.setup: > [clover-setup] Clover Version 1.3.13, built on September 04 2006 > [clover-setup] loaded from: /export/home/hudson/tools/clover/latest/ > lib/clover.jar > [clover-setup] Open Source License registered to the Apache Software > Foundation. This license of Clover is provided to support projects > of the Apache Software Foundation only. > [clover-setup] > [clover-setup] Clover is enabled with initstring 'http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/test/clover/db/lucene_coverage.db' > > clover.info: > > clover: > > common.compile-core: > > compile-core: > > common.compile-test: > > common.test: > [mkdir] Created dir: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/xml-query-parser/test > [junit] Testsuite: org.apache.lucene.xmlparser.TestParser > [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 3.75 > sec > [junit] > [junit] Testsuite: > org.apache.lucene.xmlparser.TestQueryTemplateManager > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.024 > sec > [junit] > [delete] Deleting: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/xml-query-parser/test/junitfailed.flag > > BUILD FAILED > http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build.xml > :574: Contrib tests failed! > > Total time: 18 minutes 0 seconds > Publishing Javadoc > FATAL: Unable to copy Javadoc from http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/docs/api > to /export/home/hudson/hudson/jobs/Lucene-trunk/javadoc > hudson.util.IOException2: java.io.EOFException > at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:207) > at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:197) > at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:136) > at java.util.zip.GZIPInputStream.(GZIPInputStream.java:58) > at java.util.zip.GZIPInputStream.(GZIPInputStream.java:68) > at hudson.FilePath.readFromTar(FilePath.java:922) > at hudson.FilePath.copyRecursiveTo(FilePath.java:851) > at hudson.FilePath.copyRecursiveTo(FilePath.java:768) > at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:68) > at hudson.model.AbstractBuild > $AbstractRunner.performAllBuildStep(AbstractBuild.java:318) > at hudson.model.AbstractBuild > $AbstractRunner.performAllBuildStep(AbstractBuild.java:306) > at hudson.model.Build$RunnerImpl.post2(Build.java:122) > at hudson.model.AbstractBuild > $AbstractRunner.post(AbstractBuild.java:291) > at hudson.model.Run.run(Run.java:809) > at hudson.model.Build.run(Build.java:84) > at hudson.model.ResourceController.execute(ResourceController.java: > 70) > at hudson.model.Executor.run(Executor.java:88) > > at hudson.FilePath.copyRecursiveTo(FilePath.java:858) > at hudson.FilePath.copyRecursiveTo(FilePath.java:768) > at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:68) > at hudson.model.AbstractBuild > $AbstractRunner.performAllBuildStep(AbstractBuild.java:318) > at hudson.model.AbstractBuild > $AbstractRunner.performAllBuildStep(AbstractBuild.java:306) > at hudson.model.Build$RunnerImpl.post2(Build.java:122) > at hudson.model.AbstractBuild > $AbstractRunner.post(AbstractBuild.java:291) > at hudson.model.Run.run(Run.java:809) > at hudson.model.Build.run(Build.java:84) > at hudson.model.ResourceController.execute(ResourceController.java: > 70) > at hudson.model.Executor.run(Executor.java:88) > Caused by: java.util.concurrent.ExecutionException: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/docs/api > not found. > at hudson.remoting.Channel$1.adapt(Channel.java:425) > at hudson.remoting.Channel$1.adapt(Channel.java:420) > at hudson.remoting.FutureAdapter.get(FutureAdapter.java:36) > at hudson.FilePath.copyRecursiveTo(FilePath.java:854) > ... 10 more > Caused by: http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/docs/api > not found. > at > org > .apache > .tools > .ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java: > 422) > at hudson.FilePath.writeToTar(FilePath.java:885) > at hudson.FilePath.access$400(FilePath.java:117) > at hudson.FilePath$24.invoke(FilePath.java:844) > at hudson.FilePath$24.invoke(FilePath.java:841) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1127) > at hudson.remoting.UserRequest.perform(UserRequest.java:69) > at hudson.remoting.UserRequest.perform(UserRequest.java:23) > at hudson.remoting.Request$2.run(Request.java:200) > at java.util.concurrent.Executors > $RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at java.util.concurrent.ThreadPoolExecutor > $Worker.runTask(ThreadPoolExecutor.java:885) > at java.util.concurrent.ThreadPoolExecutor > $Worker.run(ThreadPoolExecutor.java:907) > at java.lang.Thread.run(Thread.java:619) > Recording test results > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org