: > 
http://people.apache.org/~jpountz/staging_area/lucene-solr-4.5.0-RC1-rev1524755/

I'm seeing the same java6 javadoc validation error in smoke tester that 
jenkins was complaining about.

sarowe pointed out that mccandless committed a workarround for this to the 
4x branch, but that didn't get backported to the 4_4 branch...

   http://svn.apache.org/r1522884

...but if i try to use the 4x smoke testing scripts, i get a diff error 
because it now expects the "expression" module to exist...

   https://svn.apache.org/r1499796


I *think* this means that we just need to backport r1522884 to the 4_5 
branch, but i don't think we need a re-spin.


        ....

hossman@frisbee:~/tmp/4.5_testing$ python3 
~/lucene/branch_4_5/dev-tools/scripts/smokeTestRelease.py 
http://people.apache.org/~jpountz/staging_area/lucene-solr-4.5.0-RC1-rev1524755/
 1524755 4.5.0 4.5.0-RC1-rev1524755
JAVA6_HOME is /usr/lib/jvm/java-6-openjdk-amd64/
JAVA7_HOME is /usr/lib/jvm/java-7-openjdk-amd64/
NOTE: output encoding is UTF-8

Load release URL 
"http://people.apache.org/~jpountz/staging_area/lucene-solr-4.5.0-RC1-rev1524755/";...

Test Lucene...
  test basics...
  get KEYS
    0.1 MB in 0.54 sec (0.2 MB/sec)
  check changes HTML...
  download lucene-4.5.0-src.tgz...
    27.1 MB in 13.83 sec (2.0 MB/sec)
    verify md5/sha1 digests
    verify sig
    verify trust
      GPG: gpg: WARNING: This key is not certified with a trusted signature!
  download lucene-4.5.0.tgz...
    49.2 MB in 40.78 sec (1.2 MB/sec)
    verify md5/sha1 digests
    verify sig
    verify trust
      GPG: gpg: WARNING: This key is not certified with a trusted signature!
  download lucene-4.5.0.zip...
    59.3 MB in 45.26 sec (1.3 MB/sec)
    verify md5/sha1 digests
    verify sig
    verify trust
      GPG: gpg: WARNING: This key is not certified with a trusted signature!
  unpack lucene-4.5.0.tgz...
    verify JAR/WAR metadata...
    test demo with 1.6...
      got 5723 hits for query "lucene"
    test demo with 1.7...
      got 5723 hits for query "lucene"
    check Lucene's javadoc JAR
  unpack lucene-4.5.0.zip...
    verify JAR/WAR metadata...
    test demo with 1.6...
      got 5723 hits for query "lucene"
    test demo with 1.7...
      got 5723 hits for query "lucene"
    check Lucene's javadoc JAR
  unpack lucene-4.5.0-src.tgz...
    make sure no JARs/WARs in src dist...
    run "ant validate"
    run tests w/ Java 6 and testArgs=''...
    test demo with 1.6...
      got 229 hits for query "lucene"
    generate javadocs w/ Java 6...

/home/hossman/tmp/4.5_testing/4.5.0-RC1-rev1524755/unpack/lucene-4.5.0/build/docs/core/org/apache/lucene/util/AttributeSource.html
  broken details HTML: Method Detail: addAttributeImpl: closing "</code>" does 
not match opening "<T>"
  broken details HTML: Method Detail: getAttribute: closing "</code>" does not 
match opening "<T>"
Traceback (most recent call last):
  File "/home/hossman/lucene/branch_4_5/dev-tools/scripts/smokeTestRelease.py", 
line 1450, in <module>
    main()
  File "/home/hossman/lucene/branch_4_5/dev-tools/scripts/smokeTestRelease.py", 
line 1394, in main
    smokeTest(baseURL, svnRevision, version, tmpDir, isSigned, testArgs)
  File "/home/hossman/lucene/branch_4_5/dev-tools/scripts/smokeTestRelease.py", 
line 1432, in smokeTest
    unpackAndVerify('lucene', tmpDir, 'lucene-%s-src.tgz' % version, 
svnRevision, version, testArgs)
  File "/home/hossman/lucene/branch_4_5/dev-tools/scripts/smokeTestRelease.py", 
line 607, in unpackAndVerify
    verifyUnpacked(project, artifact, unpackPath, svnRevision, version, 
testArgs)
  File "/home/hossman/lucene/branch_4_5/dev-tools/scripts/smokeTestRelease.py", 
line 708, in verifyUnpacked
    checkJavadocpath('%s/build/docs' % unpackPath)
  File "/home/hossman/lucene/branch_4_5/dev-tools/scripts/smokeTestRelease.py", 
line 904, in checkJavadocpath
    raise RuntimeError('missing javadocs package summaries!')
RuntimeError: missing javadocs package summaries!





-Hoss

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

Reply via email to