Re: [JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.6.0_37) - Build # 1473 - Still Failing!

2012-11-07 Thread Michael McCandless
Looks like Yonik's Jetty upgrade upgrade caused these build failures
... Yonik can you fix?  Thanks.

And we all should try to remember to run ant precommit before committing ...

Mike McCandless

http://blog.mikemccandless.com

On Wed, Nov 7, 2012 at 1:28 PM, Policeman Jenkins Server
jenk...@sd-datasolutions.de wrote:
 Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/1473/
 Java: 32bit/jdk1.6.0_37 -server -XX:+UseParallelGC

 All tests passed

 Build Log:
 [...truncated 28176 lines...]
 BUILD FAILED
 C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:294: The 
 following error occurred while executing this line:
 C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:117:
  The following files are missing svn:eol-style (or binary svn:mime-type):
 * solr/licenses/jetty-continuation-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-deploy-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-http-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-io-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-jmx-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-security-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-server-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-servlet-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-util-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-webapp-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-xml-8.1.7.v20120910.jar.sha1

 Total time: 55 minutes 56 seconds
 Build step 'Invoke Ant' marked build as failure
 Archiving artifacts
 Recording test results
 Description set: Java: 32bit/jdk1.6.0_37 -server -XX:+UseParallelGC
 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

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: [JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.6.0_37) - Build # 1473 - Still Failing!

2012-11-07 Thread Robert Muir
I committed a fix

On Wed, Nov 7, 2012 at 2:06 PM, Michael McCandless
luc...@mikemccandless.com wrote:
 Looks like Yonik's Jetty upgrade upgrade caused these build failures
 ... Yonik can you fix?  Thanks.

 And we all should try to remember to run ant precommit before committing ...

 Mike McCandless

 http://blog.mikemccandless.com

 On Wed, Nov 7, 2012 at 1:28 PM, Policeman Jenkins Server
 jenk...@sd-datasolutions.de wrote:
 Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/1473/
 Java: 32bit/jdk1.6.0_37 -server -XX:+UseParallelGC

 All tests passed

 Build Log:
 [...truncated 28176 lines...]
 BUILD FAILED
 C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:294: The 
 following error occurred while executing this line:
 C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:117:
  The following files are missing svn:eol-style (or binary svn:mime-type):
 * solr/licenses/jetty-continuation-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-deploy-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-http-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-io-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-jmx-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-security-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-server-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-servlet-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-util-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-webapp-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-xml-8.1.7.v20120910.jar.sha1

 Total time: 55 minutes 56 seconds
 Build step 'Invoke Ant' marked build as failure
 Archiving artifacts
 Recording test results
 Description set: Java: 32bit/jdk1.6.0_37 -server -XX:+UseParallelGC
 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

 -
 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



Re: [JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.6.0_37) - Build # 1473 - Still Failing!

2012-11-07 Thread Michael McCandless
Thanks Robert!

Mike McCandless

http://blog.mikemccandless.com

On Wed, Nov 7, 2012 at 2:27 PM, Robert Muir rcm...@gmail.com wrote:
 I committed a fix

 On Wed, Nov 7, 2012 at 2:06 PM, Michael McCandless
 luc...@mikemccandless.com wrote:
 Looks like Yonik's Jetty upgrade upgrade caused these build failures
 ... Yonik can you fix?  Thanks.

 And we all should try to remember to run ant precommit before committing 
 ...

 Mike McCandless

 http://blog.mikemccandless.com

 On Wed, Nov 7, 2012 at 1:28 PM, Policeman Jenkins Server
 jenk...@sd-datasolutions.de wrote:
 Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/1473/
 Java: 32bit/jdk1.6.0_37 -server -XX:+UseParallelGC

 All tests passed

 Build Log:
 [...truncated 28176 lines...]
 BUILD FAILED
 C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:294: The 
 following error occurred while executing this line:
 C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:117:
  The following files are missing svn:eol-style (or binary svn:mime-type):
 * solr/licenses/jetty-continuation-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-deploy-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-http-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-io-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-jmx-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-security-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-server-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-servlet-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-util-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-webapp-8.1.7.v20120910.jar.sha1
 * solr/licenses/jetty-xml-8.1.7.v20120910.jar.sha1

 Total time: 55 minutes 56 seconds
 Build step 'Invoke Ant' marked build as failure
 Archiving artifacts
 Recording test results
 Description set: Java: 32bit/jdk1.6.0_37 -server -XX:+UseParallelGC
 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

 -
 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


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org