Re: [JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 96 - Still Failing

2013-08-03 Thread Michael McCandless
ant nightly-smoke passes for me.

Maybe it's a JVM difference?  Jenkins is on 1.6.0_32 and 1.7.0_25 and
I'm using 1.6.0_33 and 1.7.0_06.

But I feel like we've seen this failure before...

Mike McCandless

http://blog.mikemccandless.com

On Fri, Aug 2, 2013 at 11:55 PM, Apache Jenkins Server
jenk...@builds.apache.org wrote:
 Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/96/

 No tests ran.

 Build Log:
 [...truncated 33927 lines...]
 prepare-release-no-sign:
 [mkdir] Created dir: 
 /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease
  [copy] Copying 416 files to 
 /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease/lucene
  [copy] Copying 194 files to 
 /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease/solr
  [exec] JAVA6_HOME is /home/hudson/tools/java/latest1.6
  [exec] JAVA7_HOME is /home/hudson/tools/java/latest1.7
  [exec] NOTE: output encoding is US-ASCII
  [exec]
  [exec] Load release URL 
 file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease/...
  [exec]
  [exec] Test Lucene...
  [exec]   test basics...
  [exec]   get KEYS
  [exec] 0.1 MB in 0.01 sec (11.0 MB/sec)
  [exec]   check changes HTML...
  [exec]   download lucene-4.5.0-src.tgz...
  [exec] 27.0 MB in 0.04 sec (668.5 MB/sec)
  [exec] verify md5/sha1 digests
  [exec]   download lucene-4.5.0.tgz...
  [exec] 50.6 MB in 0.13 sec (399.3 MB/sec)
  [exec] verify md5/sha1 digests
  [exec]   download lucene-4.5.0.zip...
  [exec] 60.3 MB in 0.10 sec (607.7 MB/sec)
  [exec] verify md5/sha1 digests
  [exec]   unpack lucene-4.5.0.tgz...
  [exec] verify JAR/WAR metadata...
  [exec] test demo with 1.6...
  [exec]   got 5671 hits for query lucene
  [exec] test demo with 1.7...
  [exec]   got 5671 hits for query lucene
  [exec] check Lucene's javadoc JAR
  [exec]
  [exec] 
 /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeReleaseTmp/unpack/lucene-4.5.0/docs/core/org/apache/lucene/util/AttributeSource.html
  [exec]   broken details HTML: Method Detail: addAttributeImpl: closing 
 /code does not match opening A
  [exec]   broken details HTML: Method Detail: getAttribute: closing 
 /code does not match opening A
  [exec] Traceback (most recent call last):
  [exec]   File 
 /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py,
  line 1450, in module
  [exec] main()
  [exec]   File 
 /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py,
  line 1394, in main
  [exec] smokeTest(baseURL, svnRevision, version, tmpDir, isSigned, 
 testArgs)
  [exec]   File 
 /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py,
  line 1431, in smokeTest
  [exec] unpackAndVerify('lucene', tmpDir, artifact, svnRevision, 
 version, testArgs)
  [exec]   File 
 /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py,
  line 607, in unpackAndVerify
  [exec] verifyUnpacked(project, artifact, unpackPath, svnRevision, 
 version, testArgs)
  [exec]   File 
 /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py,
  line 786, in verifyUnpacked
  [exec] checkJavadocpath('%s/docs' % unpackPath)
  [exec]   File 
 /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py,
  line 904, in checkJavadocpath
  [exec] raise RuntimeError('missing javadocs package summaries!')
  [exec] RuntimeError: missing javadocs package summaries!

 BUILD FAILED
 /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/build.xml:314:
  exec returned: 1

 Total time: 22 minutes 32 seconds
 Build step 'Invoke Ant' marked build as failure
 Email was triggered for: Failure
 Sending email for trigger: Failure




 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: [JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 96 - Still Failing

2013-08-03 Thread Robert Muir
I think the newer one must have a different type of javadocs bug.

but its this that kills it i think:

public A extends Attribute A addAttribute(ClassA attClass) {

They forget to do escaping...

On Sat, Aug 3, 2013 at 8:34 AM, Michael McCandless
luc...@mikemccandless.com wrote:

 ant nightly-smoke passes for me.

 Maybe it's a JVM difference?  Jenkins is on 1.6.0_32 and 1.7.0_25 and
 I'm using 1.6.0_33 and 1.7.0_06.

 But I feel like we've seen this failure before...

 Mike McCandless

 http://blog.mikemccandless.com

 On Fri, Aug 2, 2013 at 11:55 PM, Apache Jenkins Server
 jenk...@builds.apache.org wrote:
  Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/96/
 
  No tests ran.
 
  Build Log:
  [...truncated 33927 lines...]
  prepare-release-no-sign:
  [mkdir] Created dir: 
  /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease
   [copy] Copying 416 files to 
  /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease/lucene
   [copy] Copying 194 files to 
  /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease/solr
   [exec] JAVA6_HOME is /home/hudson/tools/java/latest1.6
   [exec] JAVA7_HOME is /home/hudson/tools/java/latest1.7
   [exec] NOTE: output encoding is US-ASCII
   [exec]
   [exec] Load release URL 
  file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease/...
   [exec]
   [exec] Test Lucene...
   [exec]   test basics...
   [exec]   get KEYS
   [exec] 0.1 MB in 0.01 sec (11.0 MB/sec)
   [exec]   check changes HTML...
   [exec]   download lucene-4.5.0-src.tgz...
   [exec] 27.0 MB in 0.04 sec (668.5 MB/sec)
   [exec] verify md5/sha1 digests
   [exec]   download lucene-4.5.0.tgz...
   [exec] 50.6 MB in 0.13 sec (399.3 MB/sec)
   [exec] verify md5/sha1 digests
   [exec]   download lucene-4.5.0.zip...
   [exec] 60.3 MB in 0.10 sec (607.7 MB/sec)
   [exec] verify md5/sha1 digests
   [exec]   unpack lucene-4.5.0.tgz...
   [exec] verify JAR/WAR metadata...
   [exec] test demo with 1.6...
   [exec]   got 5671 hits for query lucene
   [exec] test demo with 1.7...
   [exec]   got 5671 hits for query lucene
   [exec] check Lucene's javadoc JAR
   [exec]
   [exec] 
  /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeReleaseTmp/unpack/lucene-4.5.0/docs/core/org/apache/lucene/util/AttributeSource.html
   [exec]   broken details HTML: Method Detail: addAttributeImpl: closing 
  /code does not match opening A
   [exec]   broken details HTML: Method Detail: getAttribute: closing 
  /code does not match opening A
   [exec] Traceback (most recent call last):
   [exec]   File 
  /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py,
   line 1450, in module
   [exec] main()
   [exec]   File 
  /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py,
   line 1394, in main
   [exec] smokeTest(baseURL, svnRevision, version, tmpDir, isSigned, 
  testArgs)
   [exec]   File 
  /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py,
   line 1431, in smokeTest
   [exec] unpackAndVerify('lucene', tmpDir, artifact, svnRevision, 
  version, testArgs)
   [exec]   File 
  /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py,
   line 607, in unpackAndVerify
   [exec] verifyUnpacked(project, artifact, unpackPath, svnRevision, 
  version, testArgs)
   [exec]   File 
  /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py,
   line 786, in verifyUnpacked
   [exec] checkJavadocpath('%s/docs' % unpackPath)
   [exec]   File 
  /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/dev-tools/scripts/smokeTestRelease.py,
   line 904, in checkJavadocpath
   [exec] raise RuntimeError('missing javadocs package summaries!')
   [exec] RuntimeError: missing javadocs package summaries!
 
  BUILD FAILED
  /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/build.xml:314:
   exec returned: 1
 
  Total time: 22 minutes 32 seconds
  Build step 'Invoke Ant' marked build as failure
  Email was triggered for: Failure
  Sending email for trigger: Failure
 
 
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
  For additional commands, e-mail: dev-h...@lucene.apache.org

 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For 

[JENKINS-MAVEN] Lucene-Solr-Maven-4.x #406: POMs out of sync

2013-08-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-4.x/406/

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
IOException occured when talking to server at: http://127.0.0.1:20145/_p

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:20145/_p
at 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:129)
at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)




Build Log:
[...truncated 24473 lines...]



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

[jira] [Commented] (LUCENE-2899) Add OpenNLP Analysis capabilities as a module

2013-08-03 Thread Lance Norskog (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13728617#comment-13728617
 ] 

Lance Norskog commented on LUCENE-2899:
---

Wow! Brat looks bitchin! Looking forward to using it.

 Add OpenNLP Analysis capabilities as a module
 -

 Key: LUCENE-2899
 URL: https://issues.apache.org/jira/browse/LUCENE-2899
 Project: Lucene - Core
  Issue Type: New Feature
  Components: modules/analysis
Reporter: Grant Ingersoll
Assignee: Grant Ingersoll
Priority: Minor
 Fix For: 5.0, 4.5

 Attachments: LUCENE-2899-current.patch, LUCENE-2899.patch, 
 LUCENE-2899.patch, LUCENE-2899.patch, LUCENE-2899.patch, LUCENE-2899.patch, 
 LUCENE-2899.patch, LUCENE-2899-RJN.patch, LUCENE-2899-x.patch, 
 LUCENE-2899-x.patch, LUCENE-2899-x.patch, OpenNLPFilter.java, 
 OpenNLPFilter.java, OpenNLPTokenizer.java, opennlp_trunk.patch


 Now that OpenNLP is an ASF project and has a nice license, it would be nice 
 to have a submodule (under analysis) that exposed capabilities for it. Drew 
 Farris, Tom Morton and I have code that does:
 * Sentence Detection as a Tokenizer (could also be a TokenFilter, although it 
 would have to change slightly to buffer tokens)
 * NamedEntity recognition as a TokenFilter
 We are also planning a Tokenizer/TokenFilter that can put parts of speech as 
 either payloads (PartOfSpeechAttribute?) on a token or at the same position.
 I'd propose it go under:
 modules/analysis/opennlp

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #928: POMs out of sync

2013-08-03 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/928/

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
IOException occured when talking to server at: http://127.0.0.1:57919

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:57919
at 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:129)
at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1535)
at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:677)
at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)




Build Log:
[...truncated 24079 lines...]



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Test cases for Solr wiki/ref guide consolidation policy

2013-08-03 Thread Jack Krupansky
[Is there an active Jira issue where these comments belong?]

Here are two great test case for the issue of how to switch over from the old 
Solr wiki to the new Confluence-based Solr Reference Guide: the terms component 
and the term vector component.

1. The ref guide is virtually identical to the wiki anyway for these two pages. 
No apparent need to move any info over or worry about loss of info. IOW, 100% 
overlap
2. If anybody does want to update either of these two pages, it would be nice 
to be clear what the status of the wiki page is. Maybe it should have a banner 
indicating that it is historic/archive.
3. Should the wiki be kept as is and simply add a “pointer” to the ref guide?
4. Or should the wiki be “stubbed out” and point to the ref guide only?
5. Or should the wiki page be deleted and any referencing pages in the wiki 
re-point to the ref guide. There may be non-Solr web pages that link to the 
wiki page. A 301 redirect would be nice.

There are three other interesting issues with these two test cases:

1. They both have Javadoc which, as they say, “needs some love” – should the 
Javadoc be updated, maintained, encouraged, etc?
2. Should a pointer to the ref guide be added to the Javadoc? There are plenty 
of cases in Solr where the Javadoc is spotty, missing or explicitly “TO DO”; a 
policy for dealing with it  is needed – may simply linking to the closest ref 
guide page is the next step.
3. Both have additional DEFINITIVE reference documentation... in the Solr 
example solrconfig.xml. How much info should go into the Javadoc vs. solrconfig 
vs. ref guide? Some day we will finally have multiple example config/schemas; 
then solrconfig might not be the best place to use as the master for doc info.

I did notice that the Javadoc for the term vector component has a copy-paste 
bug – it names the request handler “/terms”, while in solrconfig it is properly 
named “/tvrh”. The new ref guide has the same “bug”.

-- Jack Krupansky

[jira] [Commented] (SOLR-5113) CollectionsAPIDistributedZkTest fails all the time

2013-08-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13728691#comment-13728691
 ] 

ASF subversion and git services commented on SOLR-5113:
---

Commit 1510073 from [~thetaphi] in branch 'dev/trunk'
[ https://svn.apache.org/r1510073 ]

SOLR-5113: Disable test

 CollectionsAPIDistributedZkTest fails all the time
 --

 Key: SOLR-5113
 URL: https://issues.apache.org/jira/browse/SOLR-5113
 Project: Solr
  Issue Type: Bug
  Components: Tests
Reporter: Uwe Schindler
Priority: Critical



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Created] (SOLR-5113) CollectionsAPIDistributedZkTest fails all the time

2013-08-03 Thread Uwe Schindler (JIRA)
Uwe Schindler created SOLR-5113:
---

 Summary: CollectionsAPIDistributedZkTest fails all the time
 Key: SOLR-5113
 URL: https://issues.apache.org/jira/browse/SOLR-5113
 Project: Solr
  Issue Type: Bug
  Components: Tests
Reporter: Uwe Schindler
Priority: Critical




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-5113) CollectionsAPIDistributedZkTest fails all the time

2013-08-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13728692#comment-13728692
 ] 

ASF subversion and git services commented on SOLR-5113:
---

Commit 1510075 from [~thetaphi] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1510075 ]

Merged revision(s) 1510073 from lucene/dev/trunk:
SOLR-5113: Disable test

 CollectionsAPIDistributedZkTest fails all the time
 --

 Key: SOLR-5113
 URL: https://issues.apache.org/jira/browse/SOLR-5113
 Project: Solr
  Issue Type: Bug
  Components: Tests
Reporter: Uwe Schindler
Priority: Critical



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org