Another my bad looks like.  I'll aim to fix this weekend. 

   Erik


> On Jan 16, 2015, at 20:53, Apache Jenkins Server <[email protected]> 
> wrote:
> 
> Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.x/230/
> 
> No tests ran.
> 
> Build Log:
> [...truncated 51849 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 (15.7 MB/sec)
>   [smoker]   check changes HTML...
>   [smoker]   download lucene-5.1.0-src.tgz...
>   [smoker]     27.9 MB in 0.04 sec (673.8 MB/sec)
>   [smoker]     verify md5/sha1 digests
>   [smoker]   download lucene-5.1.0.tgz...
>   [smoker]     64.0 MB in 0.09 sec (684.2 MB/sec)
>   [smoker]     verify md5/sha1 digests
>   [smoker]   download lucene-5.1.0.zip...
>   [smoker]     73.6 MB in 0.15 sec (507.2 MB/sec)
>   [smoker]     verify md5/sha1 digests
>   [smoker]   unpack lucene-5.1.0.tgz...
>   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
>   [smoker]     test demo with 1.7...
>   [smoker]       got 5645 hits for query "lucene"
>   [smoker]     checkindex with 1.7...
>   [smoker]     check Lucene's javadoc JAR
>   [smoker]   unpack lucene-5.1.0.zip...
>   [smoker]     verify JAR metadata/identity/no javax.* or java.* classes...
>   [smoker]     test demo with 1.7...
>   [smoker]       got 5645 hits for query "lucene"
>   [smoker]     checkindex with 1.7...
>   [smoker]     check Lucene's javadoc JAR
>   [smoker]   unpack lucene-5.1.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 207 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]     success!
>   [smoker] 
>   [smoker] Test Solr...
>   [smoker]   test basics...
>   [smoker]   get KEYS
>   [smoker]     0.1 MB in 0.00 sec (104.7 MB/sec)
>   [smoker]   check changes HTML...
>   [smoker]   download solr-5.1.0-src.tgz...
>   [smoker]     34.9 MB in 0.06 sec (564.4 MB/sec)
>   [smoker]     verify md5/sha1 digests
>   [smoker]   download solr-5.1.0.tgz...
>   [smoker]     121.1 MB in 0.23 sec (517.7 MB/sec)
>   [smoker]     verify md5/sha1 digests
>   [smoker]   download solr-5.1.0.zip...
>   [smoker]     127.3 MB in 0.21 sec (599.8 MB/sec)
>   [smoker]     verify md5/sha1 digests
>   [smoker]   unpack solr-5.1.0.tgz...
>   [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 1527, in <module>
>   [smoker]     main()
>   [smoker]   File 
> "/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
>  line 1472, 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 1516, in smokeTest
>   [smoker]     unpackAndVerify(java, 'solr', tmpDir, artifact, svnRevision, 
> version, testArgs, baseURL)
>   [smoker]   File 
> "/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/dev-tools/scripts/smokeTestRelease.py",
>  line 616, 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 644, in verifyUnpacked
>   [smoker]     raise RuntimeError('file "%s" is missing from artifact %s' % 
> (fileName, artifact))
>   [smoker] RuntimeError: file "SYSTEM_REQUIREMENTS.txt" is missing from 
> artifact solr-5.1.0.tgz
> 
> BUILD FAILED
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/build.xml:414:
>  exec returned: 1
> 
> Total time: 44 minutes 38 seconds
> Build step 'Invoke Ant' marked build as failure
> Email was triggered for: Failure
> Sending email for trigger: Failure
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]

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

Reply via email to