You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/08/07 14:15:41 UTC

[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 97 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/97/

No tests ran.

Build Log:
[...truncated 33900 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 (10.8 MB/sec)
     [exec]   check changes HTML...
     [exec]   download lucene-4.5.0-src.tgz...
     [exec]     27.0 MB in 0.04 sec (660.9 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.tgz...
     [exec]     50.6 MB in 0.08 sec (652.8 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.zip...
     [exec]     60.3 MB in 0.07 sec (880.8 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: 19 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



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

Posted by Robert Muir <rc...@gmail.com>.
Maybe its not the OS but something depending on default
locale/encoding (yes i know, we specify it explicitly, but its clearly
a bug in javadoc) causing it to only be wrong on the linux box....

On Fri, Sep 13, 2013 at 8:01 AM, Michael McCandless
<lu...@mikemccandless.com> wrote:
> I just committed an attempted workaround.
>
> The problem is the {@link #getAttribute} turns into:
>
> ...You should always retrieve the wanted attributes using <a
> href="../../../../org/apache/lucene/util/AttributeSource.html#getAttribute(java.lang.Class)"><code>getAttribute(java.lang.Class<T>)</code></a>
> after adding...
>
> Ie, the javadocs gen failed to escape that <T>.
>
> I've been unable to reproduce this; whenever I generate javadocs with
> Java 1.7.0_25 (on Linux, not FreeBSD) the <T> is properly escaped ...
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Wed, Sep 11, 2013 at 7:22 AM, Apache Jenkins Server
> <je...@builds.apache.org> wrote:
>> Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/107/
>>
>> No tests ran.
>>
>> Build Log:
>> [...truncated 34293 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 (4.9 MB/sec)
>>      [exec]   check changes HTML...
>>      [exec]   download lucene-4.5.0-src.tgz...
>>      [exec]     27.1 MB in 0.04 sec (659.7 MB/sec)
>>      [exec]     verify md5/sha1 digests
>>      [exec]   download lucene-4.5.0.tgz...
>>      [exec]     49.1 MB in 0.07 sec (661.3 MB/sec)
>>      [exec]     verify md5/sha1 digests
>>      [exec]   download lucene-4.5.0.zip...
>>      [exec]     58.9 MB in 0.09 sec (646.8 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 5723 hits for query "lucene"
>>      [exec]     test demo with 1.7...
>>      [exec]       got 5723 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 "<T>"
>>      [exec]   broken details HTML: Method Detail: getAttribute: closing "</code>" does not match opening "<T>"
>>      [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:321: exec returned: 1
>>
>> Total time: 20 minutes 10 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Email was triggered for: Failure
>> Sending email for trigger: Failure
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

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


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

Posted by Michael McCandless <lu...@mikemccandless.com>.
I just committed an attempted workaround.

The problem is the {@link #getAttribute} turns into:

...You should always retrieve the wanted attributes using <a
href="../../../../org/apache/lucene/util/AttributeSource.html#getAttribute(java.lang.Class)"><code>getAttribute(java.lang.Class<T>)</code></a>
after adding...

Ie, the javadocs gen failed to escape that <T>.

I've been unable to reproduce this; whenever I generate javadocs with
Java 1.7.0_25 (on Linux, not FreeBSD) the <T> is properly escaped ...

Mike McCandless

http://blog.mikemccandless.com


On Wed, Sep 11, 2013 at 7:22 AM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/107/
>
> No tests ran.
>
> Build Log:
> [...truncated 34293 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 (4.9 MB/sec)
>      [exec]   check changes HTML...
>      [exec]   download lucene-4.5.0-src.tgz...
>      [exec]     27.1 MB in 0.04 sec (659.7 MB/sec)
>      [exec]     verify md5/sha1 digests
>      [exec]   download lucene-4.5.0.tgz...
>      [exec]     49.1 MB in 0.07 sec (661.3 MB/sec)
>      [exec]     verify md5/sha1 digests
>      [exec]   download lucene-4.5.0.zip...
>      [exec]     58.9 MB in 0.09 sec (646.8 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 5723 hits for query "lucene"
>      [exec]     test demo with 1.7...
>      [exec]       got 5723 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 "<T>"
>      [exec]   broken details HTML: Method Detail: getAttribute: closing "</code>" does not match opening "<T>"
>      [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:321: exec returned: 1
>
> Total time: 20 minutes 10 seconds
> Build step 'Invoke Ant' marked build as failure
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

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


[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 107 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/107/

No tests ran.

Build Log:
[...truncated 34293 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 (4.9 MB/sec)
     [exec]   check changes HTML...
     [exec]   download lucene-4.5.0-src.tgz...
     [exec]     27.1 MB in 0.04 sec (659.7 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.tgz...
     [exec]     49.1 MB in 0.07 sec (661.3 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.zip...
     [exec]     58.9 MB in 0.09 sec (646.8 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 5723 hits for query "lucene"
     [exec]     test demo with 1.7...
     [exec]       got 5723 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 "<T>"
     [exec]   broken details HTML: Method Detail: getAttribute: closing "</code>" does not match opening "<T>"
     [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:321: exec returned: 1

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



[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 106 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/106/

No tests ran.

Build Log:
[...truncated 34242 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 (10.1 MB/sec)
     [exec]   check changes HTML...
     [exec]   download lucene-4.5.0-src.tgz...
     [exec]     27.1 MB in 0.04 sec (681.4 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.tgz...
     [exec]     49.0 MB in 0.07 sec (690.3 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.zip...
     [exec]     58.9 MB in 0.11 sec (516.1 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 5723 hits for query "lucene"
     [exec]     test demo with 1.7...
     [exec]       got 5723 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 "<T>"
     [exec]   broken details HTML: Method Detail: getAttribute: closing "</code>" does not match opening "<T>"
     [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:321: exec returned: 1

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



[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 105 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/105/

No tests ran.

Build Log:
[...truncated 34200 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.1 MB in 0.04 sec (605.5 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.tgz...
     [exec]     49.0 MB in 0.07 sec (660.3 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.zip...
     [exec]     58.8 MB in 0.12 sec (509.9 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 5717 hits for query "lucene"
     [exec]     test demo with 1.7...
     [exec]       got 5717 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 "<T>"
     [exec]   broken details HTML: Method Detail: getAttribute: closing "</code>" does not match opening "<T>"
     [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:321: exec returned: 1

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



[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 104 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/104/

No tests ran.

Build Log:
[...truncated 34226 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.1 MB/sec)
     [exec]   check changes HTML...
     [exec]   download lucene-4.5.0-src.tgz...
     [exec]     27.1 MB in 0.04 sec (633.9 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.tgz...
     [exec]     49.0 MB in 0.07 sec (666.9 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.zip...
     [exec]     58.8 MB in 0.12 sec (491.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 5717 hits for query "lucene"
     [exec]     test demo with 1.7...
     [exec]       got 5717 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 "<T>"
     [exec]   broken details HTML: Method Detail: getAttribute: closing "</code>" does not match opening "<T>"
     [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:321: exec returned: 1

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



[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 103 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/103/

No tests ran.

Build Log:
[...truncated 34252 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.2 MB/sec)
     [exec]   check changes HTML...
     [exec]   download lucene-4.5.0-src.tgz...
     [exec]     27.1 MB in 0.04 sec (679.6 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.tgz...
     [exec]     49.0 MB in 0.07 sec (687.8 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.zip...
     [exec]     58.8 MB in 0.11 sec (547.4 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 5717 hits for query "lucene"
     [exec]     test demo with 1.7...
     [exec]       got 5717 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 "<T>"
     [exec]   broken details HTML: Method Detail: getAttribute: closing "</code>" does not match opening "<T>"
     [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 52 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 102 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/102/

No tests ran.

Build Log:
[...truncated 34212 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.1 MB/sec)
     [exec]   check changes HTML...
     [exec]   download lucene-4.5.0-src.tgz...
     [exec]     27.1 MB in 0.04 sec (646.8 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.tgz...
     [exec]     49.0 MB in 0.07 sec (661.0 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.zip...
     [exec]     58.8 MB in 0.11 sec (519.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 5717 hits for query "lucene"
     [exec]     test demo with 1.7...
     [exec]       got 5717 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/script
     [exec] s/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 50 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



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

Posted by Uwe Schindler <uw...@thetaphi.de>.
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: uwe@thetaphi.de


> -----Original Message-----
> From: Robert Muir [mailto:rcmuir@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
> <je...@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-unsubscribe@lucene.apache.org For
> > additional commands, e-mail: dev-help@lucene.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org


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


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

Posted by Robert Muir <rc...@gmail.com>.
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
<je...@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-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

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


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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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



[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 100 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/100/

No tests ran.

Build Log:
[...truncated 34239 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 (10.2 MB/sec)
     [exec]   check changes HTML...
     [exec]   download lucene-4.5.0-src.tgz...
     [exec]     27.0 MB in 0.04 sec (674.9 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.tgz...
     [exec]     48.9 MB in 0.07 sec (672.2 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.zip...
     [exec]     58.6 MB in 0.09 sec (666.4 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 5675 hits for query "lucene"
     [exec]     test demo with 1.7...
     [exec]       got 5675 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 25 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 99 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/99/

No tests ran.

Build Log:
[...truncated 34203 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 (10.7 MB/sec)
     [exec]   check changes HTML...
     [exec]   download lucene-4.5.0-src.tgz...
     [exec]     27.0 MB in 0.04 sec (670.7 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.tgz...
     [exec]     48.9 MB in 0.12 sec (404.5 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.zip...
     [exec]     58.6 MB in 0.07 sec (838.1 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: 19 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 98 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/98/

No tests ran.

Build Log:
[...truncated 33924 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 (9.5 MB/sec)
     [exec]   check changes HTML...
     [exec]   download lucene-4.5.0-src.tgz...
     [exec]     27.0 MB in 0.08 sec (331.4 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.tgz...
     [exec]     48.9 MB in 0.08 sec (612.0 MB/sec)
     [exec]     verify md5/sha1 digests
     [exec]   download lucene-4.5.0.zip...
     [exec]     58.6 MB in 0.09 sec (675.1 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: 21 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure