Noble hasn't completed the post install steps which add backwards
compatibility tests for the 5.3.0 release. Since he is on vacation for
a few days, I'll add those indexes to avoid this failure.

On Wed, Aug 26, 2015 at 8:59 AM, Apache Jenkins Server
<[email protected]> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.x/302/
>
> No tests ran.
>
> Build Log:
> [...truncated 52844 lines...]
> prepare-release-no-sign:
>     [mkdir] Created dir: 
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/dist
>      [copy] Copying 461 files to 
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/dist/lucene
>      [copy] Copying 245 files to 
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/dist/solr
>    [smoker] Java 1.7 
> JAVA_HOME=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7
>    [smoker] Java 1.8 
> JAVA_HOME=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8
>    [smoker] NOTE: output encoding is UTF-8
>    [smoker]
>    [smoker] Load release URL 
> "file:/x1/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 (12.1 MB/sec)
>    [smoker]   check changes HTML...
>    [smoker]   download lucene-5.4.0-src.tgz...
>    [smoker]     28.5 MB in 0.04 sec (708.0 MB/sec)
>    [smoker]     verify md5/sha1 digests
>    [smoker]   download lucene-5.4.0.tgz...
>    [smoker]     65.8 MB in 0.09 sec (716.3 MB/sec)
>    [smoker]     verify md5/sha1 digests
>    [smoker]   download lucene-5.4.0.zip...
>    [smoker]     76.0 MB in 0.11 sec (690.8 MB/sec)
>    [smoker]     verify md5/sha1 digests
>    [smoker]   unpack lucene-5.4.0.tgz...
>    [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
>    [smoker]     test demo with 1.7...
>    [smoker]       got 6063 hits for query "lucene"
>    [smoker]     checkindex with 1.7...
>    [smoker]     test demo with 1.8...
>    [smoker]       got 6063 hits for query "lucene"
>    [smoker]     checkindex with 1.8...
>    [smoker]     check Lucene's javadoc JAR
>    [smoker]   unpack lucene-5.4.0.zip...
>    [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
>    [smoker]     test demo with 1.7...
>    [smoker]       got 6063 hits for query "lucene"
>    [smoker]     checkindex with 1.7...
>    [smoker]     test demo with 1.8...
>    [smoker]       got 6063 hits for query "lucene"
>    [smoker]     checkindex with 1.8...
>    [smoker]     check Lucene's javadoc JAR
>    [smoker]   unpack lucene-5.4.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.slow=false'...
>    [smoker]     test demo with 1.7...
>    [smoker]       got 213 hits for query "lucene"
>    [smoker]     checkindex with 1.7...
>    [smoker]     generate javadocs w/ Java 7...
>    [smoker]
>    [smoker] Crawl/parse...
>    [smoker]
>    [smoker] Verify...
>    [smoker]     run tests w/ Java 8 and testArgs='-Dtests.slow=false'...
>    [smoker]     test demo with 1.8...
>    [smoker]       got 213 hits for query "lucene"
>    [smoker]     checkindex with 1.8...
>    [smoker]     generate javadocs w/ Java 8...
>    [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.3.0
>    [smoker] Traceback (most recent call last):
>    [smoker]   File 
> "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
>  line 1449, in <module>
>    [smoker]     main()
>    [smoker]   File 
> "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
>  line 1394, in main
>    [smoker]     smokeTest(c.java, c.url, c.revision, c.version, c.tmp_dir, 
> c.is_signed, ' '.join(c.test_args))
>    [smoker]   File 
> "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
>  line 1432, in smokeTest
>    [smoker]     unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % 
> version, svnRevision, version, testArgs, baseURL)
>    [smoker]   File 
> "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
>  line 583, in unpackAndVerify
>    [smoker]     verifyUnpacked(java, project, artifact, unpackPath, 
> svnRevision, version, testArgs, tmpDir, baseURL)
>    [smoker]   File 
> "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
>  line 762, in verifyUnpacked
>    [smoker]     confirmAllReleasesAreTestedForBackCompat(unpackPath)
>    [smoker]   File 
> "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
>  line 1387, in confirmAllReleasesAreTestedForBackCompat
>    [smoker]     raise RuntimeError('some releases are not tested by 
> TestBackwardsCompatibility?')
>    [smoker] RuntimeError: some releases are not tested by 
> TestBackwardsCompatibility?
>
> BUILD FAILED
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/build.xml:536:
>  exec returned: 1
>
> Total time: 70 minutes 13 seconds
> Build step 'Invoke Ant' marked build as failure
> Email was triggered for: Failure
> Sending email for trigger: Failure
> Setting 
> LATEST1_8_HOME=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8
> Setting 
> LATEST1_8_HOME=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]



-- 
Regards,
Shalin Shekhar Mangar.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to