I committed a fix: LUCENE-6955. - Steve

> On Jan 9, 2016, at 3:29 PM, Apache Jenkins Server <jenk...@builds.apache.org> 
> wrote:
> 
> Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.3/11/
> 
> No tests ran.
> 
> Build Log:
> [...truncated 53068 lines...]
> prepare-release-no-sign:
>    [mkdir] Created dir: 
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.3/lucene/build/smokeTestRelease/dist
>     [copy] Copying 461 files to 
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.3/lucene/build/smokeTestRelease/dist/lucene
>     [copy] Copying 245 files to 
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.3/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.3/lucene/build/smokeTestRelease/dist/"...
>   [smoker] 
>   [smoker] Test Lucene...
>   [smoker]   test basics...
>   [smoker]   get KEYS
>   [smoker]     0.2 MB in 0.01 sec (10.8 MB/sec)
>   [smoker]   check changes HTML...
>   [smoker]   download lucene-5.3.2-src.tgz...
>   [smoker]     28.5 MB in 0.04 sec (671.4 MB/sec)
>   [smoker]     verify md5/sha1 digests
>   [smoker]   download lucene-5.3.2.tgz...
>   [smoker]     65.7 MB in 0.11 sec (624.0 MB/sec)
>   [smoker]     verify md5/sha1 digests
>   [smoker]   download lucene-5.3.2.zip...
>   [smoker]     75.9 MB in 0.12 sec (652.9 MB/sec)
>   [smoker]     verify md5/sha1 digests
>   [smoker]   unpack lucene-5.3.2.tgz...
>   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
>   [smoker]     test demo with 1.7...
>   [smoker]       got 6059 hits for query "lucene"
>   [smoker]     checkindex with 1.7...
>   [smoker]     test demo with 1.8...
>   [smoker]       got 6059 hits for query "lucene"
>   [smoker]     checkindex with 1.8...
>   [smoker]     check Lucene's javadoc JAR
>   [smoker]   unpack lucene-5.3.2.zip...
>   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
>   [smoker]     test demo with 1.7...
>   [smoker]       got 6059 hits for query "lucene"
>   [smoker]     checkindex with 1.7...
>   [smoker]     test demo with 1.8...
>   [smoker]       got 6059 hits for query "lucene"
>   [smoker]     checkindex with 1.8...
>   [smoker]     check Lucene's javadoc JAR
>   [smoker]   unpack lucene-5.3.2-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.4.0
>   [smoker] Traceback (most recent call last):
>   [smoker]   File 
> "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.3/dev-tools/scripts/smokeTestRelease.py",
>  line 1449, in <module>
>   [smoker]     main()
>   [smoker]   File 
> "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.3/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.3/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.3/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.3/dev-tools/scripts/smokeTestRelease.py",
>  line 762, in verifyUnpacked
>   [smoker]     confirmAllReleasesAreTestedForBackCompat(unpackPath)
>   [smoker]   File 
> "/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.3/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.3/build.xml:477:
>  exec returned: 1
> 
> Total time: 71 minutes 36 seconds
> Build step 'Invoke Ant' marked build as failure
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> 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: 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

Reply via email to