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

2013-08-21 Thread Robert Muir
I'm changing the wildcard from A to T. Consistently java has proven
they can't get this right!

On Wed, Aug 21, 2013 at 4:18 AM, Apache Jenkins Server
jenk...@builds.apache.org wrote:
 Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/101/

 No tests ran.

 Build Log:
 [...truncated 34381 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.02 sec (5.8 MB/sec)
  [exec]   check changes HTML...
  [exec]   download lucene-4.5.0-src.tgz...
  [exec] 27.1 MB in 0.04 sec (658.1 MB/sec)
  [exec] verify md5/sha1 digests
  [exec]   download lucene-4.5.0.tgz...
  [exec] 49.0 MB in 0.07 sec (662.4 MB/sec)
  [exec] verify md5/sha1 digests
  [exec]   download lucene-4.5.0.zip...
  [exec] 58.8 MB in 0.10 sec (595.2 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 5713 hits for query lucene
  [exec] test demo with 1.7...
  [exec]   got 5713 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: 19 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 # 101 - Still Failing

2013-08-21 Thread Uwe Schindler
Hi Robert,

Thanks. But this is not a new issue, the warning was always there. The issue 
that failed the build is a missing package-summary:

[exec] RuntimeError: missing javadocs package summaries!

But I don’t understand the output so I have no idea which ones causes this. I 
assume it is Solr's new Join package?

Uwe

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


 -Original Message-
 From: Robert Muir [mailto:rcm...@gmail.com]
 Sent: Wednesday, August 21, 2013 3:23 PM
 To: dev@lucene.apache.org
 Subject: Re: [JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 101 - Still
 Failing
 
 I'm changing the wildcard from A to T. Consistently java has proven they can't
 get this right!
 
 On Wed, Aug 21, 2013 at 4:18 AM, Apache Jenkins Server
 jenk...@builds.apache.org wrote:
  Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/101/
 
  No tests ran.
 
  Build Log:
  [...truncated 34381 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.02 sec (5.8 MB/sec)
   [exec]   check changes HTML...
   [exec]   download lucene-4.5.0-src.tgz...
   [exec] 27.1 MB in 0.04 sec (658.1 MB/sec)
   [exec] verify md5/sha1 digests
   [exec]   download lucene-4.5.0.tgz...
   [exec] 49.0 MB in 0.07 sec (662.4 MB/sec)
   [exec] verify md5/sha1 digests
   [exec]   download lucene-4.5.0.zip...
   [exec] 58.8 MB in 0.10 sec (595.2 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 5713 hits for query lucene
   [exec] test demo with 1.7...
   [exec]   got 5713 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/b
  uild.xml:314: exec returned: 1
 
  Total time: 19 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