: This fail seems like I might have missed something doing the 5.1
: release ... any thoughts?

I think it's a post release step? once the release is final, someone needs 
to manually generate test indexes (using the released version of the code) 
and then commit those on trunk & backport to the stable branch.

i'm not to familiar with teh process, but i've seen the comments in 
TestBackwardsCompatibility...

  // To generate backcompat indexes with the current default codec, run 
the following ant command:
  //  ant test -Dtestcase=TestBackwardsCompatibility 
-Dtests.bwcdir=/path/to/store/indexes
  //           -Dtests.codec=default -Dtests.useSecurityManager=false
  // Also add testmethod with one of the index creation methods below, for 
example:
  //    -Dtestmethod=testCreateCFS
  //
  // Zip up the generated indexes:
  //
  //    cd /path/to/store/indexes/index.cfs   ; zip 
index.<VERSION>-cfs.zip *
  //    cd /path/to/store/indexes/index.nocfs ; zip 
index.<VERSION>-nocfs.zip *
  //
  // Then move those 2 zip files to your trunk checkout and add them
  // to the oldNames array.



: 
: 
: 
: ---------- Forwarded message ----------
: From: Apache Jenkins Server <jenk...@builds.apache.org>
: Date: Tue, Apr 14, 2015 at 8:08 PM
: Subject: [JENKINS] Lucene-Solr-SmokeRelease-5.x - Build # 253 - Failure
: To: dev@lucene.apache.org
: 
: 
: Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.x/253/
: 
: No tests ran.
: 
: Build Log:
: [...truncated 52564 lines...]
: prepare-release-no-sign:
:     [mkdir] Created dir:
: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/dist
:      [copy] Copying 446 files to
: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/dist/lucene
:      [copy] Copying 245 files to
: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/dist/solr
:    [smoker] Java 1.7 JAVA_HOME=/home/jenkins/tools/java/latest1.7
:    [smoker] NOTE: output encoding is US-ASCII
:    [smoker]
:    [smoker] Load release URL
: 
"file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/dist/"...
:    [smoker]
:    [smoker] Test Lucene...
:    [smoker]   test basics...
:    [smoker]   get KEYS
:    [smoker]     0.1 MB in 0.01 sec (21.8 MB/sec)
:    [smoker]   check changes HTML...
:    [smoker]   download lucene-5.2.0-src.tgz...
:    [smoker]     28.2 MB in 0.03 sec (879.3 MB/sec)
:    [smoker]     verify md5/sha1 digests
:    [smoker]   download lucene-5.2.0.tgz...
:    [smoker]     64.9 MB in 0.07 sec (909.1 MB/sec)
:    [smoker]     verify md5/sha1 digests
:    [smoker]   download lucene-5.2.0.zip...
:    [smoker]     74.6 MB in 0.14 sec (515.8 MB/sec)
:    [smoker]     verify md5/sha1 digests
:    [smoker]   unpack lucene-5.2.0.tgz...
:    [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
:    [smoker]     test demo with 1.7...
:    [smoker]       got 5751 hits for query "lucene"
:    [smoker]     checkindex with 1.7...
:    [smoker]     check Lucene's javadoc JAR
:    [smoker]   unpack lucene-5.2.0.zip...
:    [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
:    [smoker]     test demo with 1.7...
:    [smoker]       got 5751 hits for query "lucene"
:    [smoker]     checkindex with 1.7...
:    [smoker]     check Lucene's javadoc JAR
:    [smoker]   unpack lucene-5.2.0-src.tgz...
:    [smoker]     make sure no JARs/WARs in src dist...
:    [smoker]     run "ant validate"
:    [smoker]     run tests w/ Java 7 and
: testArgs='-Dtests.jettyConnector=Socket -Dtests.multiplier=1
: -Dtests.slow=false'...
:    [smoker]     test demo with 1.7...
:    [smoker]       got 212 hits for query "lucene"
:    [smoker]     checkindex with 1.7...
:    [smoker]     generate javadocs w/ Java 7...
:    [smoker]
:    [smoker] Crawl/parse...
:    [smoker]
:    [smoker] Verify...
:    [smoker]   confirm all releases have coverage in TestBackwardsCompatibility
:    [smoker]     find all past Lucene releases...
:    [smoker]     run TestBackwardsCompatibility..
:    [smoker] Releases that don't seem to be tested:
:    [smoker]   5.1.0
:    [smoker] Traceback (most recent call last):
:    [smoker]   File
: 
"/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
: line 1535, in <module>
:    [smoker]     main()
:    [smoker]   File
: 
"/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
: line 1480, in main
:    [smoker]     smokeTest(c.java, c.url, c.revision, c.version,
: c.tmp_dir, c.is_signed, ' '.join(c.test_args))
:    [smoker]   File
: 
"/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
: line 1518, in smokeTest
:    [smoker]     unpackAndVerify(java, 'lucene', tmpDir,
: 'lucene-%s-src.tgz' % version, svnRevision, version, testArgs,
: baseURL)
:    [smoker]   File
: 
"/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
: line 628, in unpackAndVerify
:    [smoker]     verifyUnpacked(java, project, artifact, unpackPath,
: svnRevision, version, testArgs, tmpDir, baseURL)
:    [smoker]   File
: 
"/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
: line 809, in verifyUnpacked
:    [smoker]     confirmAllReleasesAreTestedForBackCompat(unpackPath)
:    [smoker]   File
: 
"/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
: line 1473, in confirmAllReleasesAreTestedForBackCompat
:    [smoker]     raise RuntimeError('some releases are not tested by
: TestBackwardsCompatibility?')
:    [smoker] RuntimeError: some releases are not tested by
: TestBackwardsCompatibility?
: 
: BUILD FAILED
: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/build.xml:421:
: exec returned: 1
: 
: Total time: 44 minutes 55 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
: 
: 

-Hoss
http://www.lucidworks.com/

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

Reply via email to