I have added the 5.2.0 index on the release branch.

http://svn.apache.org/r1684686

On Wed, Jun 10, 2015 at 7:06 PM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:

> I'll generate the 5.2.0 index. Thanks for noticing!
>
> On Wed, Jun 10, 2015 at 11:13 AM, Uwe Schindler <u...@thetaphi.de> wrote:
>
>> Hi,
>>
>> The version of the JAR files produced is still 5.2.0, should be 5.2.1!
>> In addition (that is causing failure here): The smoke tester for 5.2
>> complains: The 5.2.0 index is missing for backwards compatibility testing.
>> I think this commit must be backported, too.
>>
>> So I think the release update scripts should run on the 5.2 branch, too.
>>
>> Uwe
>>
>> -----
>> Uwe Schindler
>> H.-H.-Meier-Allee 63, D-28213 Bremen
>> http://www.thetaphi.de
>> eMail: u...@thetaphi.de
>>
>>
>> > -----Original Message-----
>> > From: Apache Jenkins Server [mailto:jenk...@builds.apache.org]
>> > Sent: Wednesday, June 10, 2015 2:52 AM
>> > To: dev@lucene.apache.org
>> > Subject: [JENKINS] Lucene-Solr-SmokeRelease-5.2 - Build # 14 - Failure
>> >
>> > Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.2/14/
>> >
>> > No tests ran.
>> >
>> > Build Log:
>> > [...truncated 62946 lines...]
>> > prepare-release-no-sign:
>> >     [mkdir] Created dir:
>> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> > SmokeRelease-5.2/lucene/build/smokeTestRelease/dist
>> >      [copy] Copying 446 files to
>> /x1/jenkins/jenkins-slave/workspace/Lucene-
>> > Solr-SmokeRelease-5.2/lucene/build/smokeTestRelease/dist/lucene
>> >      [copy] Copying 245 files to
>> /x1/jenkins/jenkins-slave/workspace/Lucene-
>> > Solr-SmokeRelease-5.2/lucene/build/smokeTestRelease/dist/solr
>> >    [smoker] Java 1.7 JAVA_HOME=/home/jenkins/jenkins-
>> > slave/tools/hudson.model.JDK/latest1.7
>> >    [smoker] NOTE: output encoding is UTF-8
>> >    [smoker]
>> >    [smoker] Load release URL "file:/x1/jenkins/jenkins-
>> > slave/workspace/Lucene-Solr-SmokeRelease-
>> > 5.2/lucene/build/smokeTestRelease/dist/"...
>> >    [smoker]
>> >    [smoker] Test Lucene...
>> >    [smoker]   test basics...
>> >    [smoker]   get KEYS
>> >    [smoker]     0.1 MB in 0.01 sec (8.9 MB/sec)
>> >    [smoker]   check changes HTML...
>> >    [smoker]   download lucene-5.2.0-src.tgz...
>> >    [smoker]     28.3 MB in 0.04 sec (739.9 MB/sec)
>> >    [smoker]     verify md5/sha1 digests
>> >    [smoker]   download lucene-5.2.0.tgz...
>> >    [smoker]     65.2 MB in 0.09 sec (698.7 MB/sec)
>> >    [smoker]     verify md5/sha1 digests
>> >    [smoker]   download lucene-5.2.0.zip...
>> >    [smoker]     75.1 MB in 0.10 sec (722.5 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 5885 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 5885 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.slow=false'...
>> >    [smoker]     test demo with 1.7...
>> >    [smoker]       got 209 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.2.0
>> >    [smoker] Traceback (most recent call last):
>> >    [smoker]   File "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> > SmokeRelease-5.2/dev-tools/scripts/smokeTestRelease.py", line 1535, in
>> > <module>
>> >    [smoker]     main()
>> >    [smoker]   File "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> > SmokeRelease-5.2/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 "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> > SmokeRelease-5.2/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 "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> > SmokeRelease-5.2/dev-tools/scripts/smokeTestRelease.py", line 628, in
>> > unpackAndVerify
>> >    [smoker]     verifyUnpacked(java, project, artifact, unpackPath,
>> svnRevision,
>> > version, testArgs, tmpDir, baseURL)
>> >    [smoker]   File "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> > SmokeRelease-5.2/dev-tools/scripts/smokeTestRelease.py", line 809, in
>> > verifyUnpacked
>> >    [smoker]     confirmAllReleasesAreTestedForBackCompat(unpackPath)
>> >    [smoker]   File "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-
>> > SmokeRelease-5.2/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
>> > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-
>> > 5.2/build.xml:421: exec returned: 1
>> >
>> > Total time: 37 minutes 46 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
>>
>>
>
>
> --
> Regards,
> Shalin Shekhar Mangar.
>



-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to