Finished on ASF Jenkins - only a few jobs’ configuration needed to be changed.
On Policeman Jenkins, all jobs’ configuration already had the correct check-out strategy, and AFAICT (from Job Config History) nobody changed them recently. So what’s really going on here? The root cause is that Dawid Weiss’s SOLR-7787 commits didn't remove obsolete fastutil and hll stuff from solr/licenses/. I’ll fix that shortly. But looking at the ’svn-checker’ macro in extra-targets.xml, in addition to marking files as ‘unversioned’ if they are not under svn control, they are also so marked if they *are* under svn control, but are missing. On the theory that these files are missing, I went and looked at /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/licenses/, and they are indeed not present. I think we should fix the warning message to distinguish between unversioned and missing files. Steve www.lucidworks.com > On Jul 17, 2015, at 11:06 AM, Steve Rowe <[email protected]> wrote: > > I’m changing the checkout strategy on ASF Jenkins (and I’ll try on Policeman > Jenkins too) to “Emulate clean checkout by first deleting unversioned/ignored > files, then ‘svn update’” (was “Use 'svn update' as much as possible”), so we > don’t have to manually intervene when we change dependency versions. > > Steve > www.lucidworks.com > >> On Jul 17, 2015, at 10:51 AM, Apache Jenkins Server >> <[email protected]> wrote: >> >> Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3357/ >> >> All tests passed >> >> Build Log: >> [...truncated 62032 lines...] >> BUILD FAILED >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536: >> The following error occurred while executing this line: >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:443: >> The following error occurred while executing this line: >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:105: >> The following error occurred while executing this line: >> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:208: >> Source checkout is dirty after running tests!!! Offending files: >> * ./solr/licenses/fastutil-6.5.11.jar.sha1 >> * ./solr/licenses/hll-1.6.0.jar.sha1 >> >> Total time: 73 minutes 26 seconds >> Build step 'Invoke Ant' marked build as failure >> Archiving artifacts >> Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #3356 >> Archived 1 artifacts >> Archive block size is 32768 >> Received 0 blocks and 464 bytes >> Compression is 0.0% >> Took 0.43 sec >> Recording test results >> 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]
