This was the bad commit, see the 2 adds at the beginning: Author: markrmiller Date: Tue Feb 5 22:33:42 2013 New Revision: 1442772
URL: http://svn.apache.org/viewvc?rev=1442772&view=rev Log: bail early from retry loop when closed Added: lucene/dev/branches/branch_4x/lucene/tools/lib/ lucene/dev/branches/branch_4x/lucene/tools/lib/asm-debug-all-4.1.jar (with props) Modified: lucene/dev/branches/branch_4x/ (props changed) ... Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Uwe Schindler [mailto:[email protected]] > Sent: Wednesday, February 06, 2013 4:21 PM > To: '[email protected]' > Subject: RE: [JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.6.0_38) - Build # > 2499 - Failure! > > There was a second problem, which caused finally the failure at the end of > build: > In the tools folder of 4.x someone committed: > lib/asm-debug-all.jar > which was deleted after adding the forbidden-API checker. Because IVY > deleted this folder while building, the checkout unclean errors occurred. > I removed that file. > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > > > -----Original Message----- > > From: Uwe Schindler [mailto:[email protected]] > > Sent: Wednesday, February 06, 2013 1:56 PM > > To: [email protected] > > Subject: RE: [JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.6.0_38) - > > Build # > > 2499 - Failure! > > > > Hi, > > > > I wiped the workspaces of those Jenkins Jobs, that had this problem. > > This is in fact somehow a "bug" (or feature) of the Jenkins "Clean > > checkout emulation" (which deletes all files not under version control > > and reverts the other ones) and Ivy itsself. > > > > What happened: > > By using the extrernal forbidden API checker from Maven, I removed the > > implementation from tools. This removal first removed the empty lib/ > > folder under tools. It also removed the dependencies from ivy.xml (the > > lucene/tools have no dependencies anymore and no lib folder). The > > problem seemed to be: while "svn update", the svn client noticed that > > in the *to-be- > > deleted* lucene/tools/lib folder was a file not under version control > > (we have an exclusion on all jar files inside lib/). Because SVN does > > not touch unversioned files, it did not remove the lib/ folder so it stayed > where it was. > > As the ivy.xml had no dependencies anymore, it did not do the usual > > lib/ cleanup (removing unused JAR files - which is a bug!). The result > > was that lib/asm-all-debug.jar was left in place. > > > > If you have the same problem on your local checkout, you can remove > > this folder! > > > > Uwe > > > > ----- > > Uwe Schindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaphi.de > > eMail: [email protected] > > > > > > > -----Original Message----- > > > From: Policeman Jenkins Server [mailto:[email protected]] > > > Sent: Wednesday, February 06, 2013 4:16 AM > > > To: [email protected]; [email protected]; > > [email protected] > > > Subject: [JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.6.0_38) - > > > Build # > > > 2499 - Failure! > > > > > > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/2499/ > > > Java: 64bit/jdk1.6.0_38 -XX:+UseConcMarkSweepGC > > > > > > All tests passed > > > > > > Build Log: > > > [...truncated 29902 lines...] > > > BUILD FAILED > > > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x- > > Windows\build.xml:305: > > > The following error occurred while executing this line: > > > C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra- > > > targets.xml:68: javax.script.ScriptException: > > > javax.script.ScriptException: > > > org.tmatesoft.svn.core.SVNException: svn: E155005: Directory > > > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x- > > > Windows\lucene\tools\lib' is missing > > > at > > > org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptE > > > ng > > > in > > > eImpl.java:138) > > > at > > > javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:247) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j > > > ava:39) > > > at > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > > > sorImpl.java:25) > > > at java.lang.reflect.Method.invoke(Method.java:597) > > > at org.apache.tools.ant.util.ReflectUtil.invoke(ReflectUtil.java:108) > > > at > > > > org.apache.tools.ant.util.ReflectWrapper.invoke(ReflectWrapper.java:81) > > > at > > > org.apache.tools.ant.util.optional.JavaxScriptRunner.evaluateScript( > > > Ja > > > vaxScri > > > ptRunner.java:103) > > > at > > > org.apache.tools.ant.util.optional.JavaxScriptRunner.executeScript(J > > > av > > > axScri > > > ptRunner.java:67) > > > at > > > org.apache.tools.ant.taskdefs.optional.Script.execute(Script.java:52) > > > at > > > > > > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291) > > > at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) > > > at > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > > > sorImpl.java:25) > > > at java.lang.reflect.Method.invoke(Method.java:597) > > > at > > > > > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java > > :106) > > > at org.apache.tools.ant.Task.perform(Task.java:348) > > > at org.apache.tools.ant.Target.execute(Target.java:390) > > > at org.apache.tools.ant.Target.performTasks(Target.java:411) > > > at > > > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399) > > > at > > > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(Singl > > > eC > > > he > > > ckExecutor.java:38) > > > at org.apache.tools.ant.Project.executeTargets(Project.java:1251) > > > at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442) > > > at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:302) > > > at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:221) > > > at > > > > > > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291) > > > at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) > > > at > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > > > sorImpl.java:25) > > > at java.lang.reflect.Method.invoke(Method.java:597) > > > at > > > > > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java > > :106) > > > at org.apache.tools.ant.Task.perform(Task.java:348) > > > at org.apache.tools.ant.Target.execute(Target.java:390) > > > at org.apache.tools.ant.Target.performTasks(Target.java:411) > > > at > > > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399) > > > at org.apache.tools.ant.Project.executeTarget(Project.java:1368) > > > at > > > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultEx > > > ec > > > ut > > > or.java:41) > > > at org.apache.tools.ant.Project.executeTargets(Project.java:1251) > > > at org.apache.tools.ant.Main.runBuild(Main.java:809) > > > at org.apache.tools.ant.Main.startAnt(Main.java:217) > > > at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280) > > > at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109) > > > Caused by: javax.script.ScriptException: > > > org.tmatesoft.svn.core.SVNException: svn: E155005: Directory > > > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x- > > > Windows\lucene\tools\lib' is missing > > > at > > > org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptE > > > ng > > > in > > > eImpl.java:335) > > > at > > > org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptE > > > ng > > > in > > > eImpl.java:132) > > > ... 40 more > > > Caused by: org.tmatesoft.svn.core.SVNException: svn: E155005: > > > Directory > > > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x- > > > Windows\lucene\tools\lib' is missing > > > at > > > > > > org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManag > > > er.java:64) > > > at > > > > > > org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManag > > > er.java:51) > > > at > > > > > > org.tmatesoft.svn.core.internal.wc16.SVNWCClient16$PropFetchHandler.ha > > > ndleError(SVNWCClient16.java:4145) > > > at > > > > > > org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.walkEntries(SVNW > > > CAccess.java:790) > > > at > > > > > > org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.walkEntries(SVNW > > > CAccess.java:757) > > > at > > > org.tmatesoft.svn.core.internal.wc16.SVNWCClient16.doGetLocalPropert > > > y( > > > S > > > VNWCClient16.java:3881) > > > at > > > > > > org.tmatesoft.svn.core.internal.wc16.SVNWCClient16.doGetProperty(SVNW > > > CClient16.java:1250) > > > at > > > org.tmatesoft.svn.core.internal.wc2.old.SvnOldGetProperties.run(SvnO > > > ld > > > Ge > > > tProperties.java:36) > > > at > > > org.tmatesoft.svn.core.internal.wc2.old.SvnOldGetProperties.run(SvnO > > > ld > > > Ge > > > tProperties.java:15) > > > at > > > org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperat > > > io > > > n > > > Runner.java:20) > > > at > > > > > > org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory > > > .j > > > ava:1235) > > > at > > > org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:291) > > > at > > > > > > org.tmatesoft.svn.core.wc.SVNWCClient.doGetProperty(SVNWCClient.java: > > > 1030) > > > at > > > > > > org.tmatesoft.svn.core.wc.SVNWCClient.doGetProperty(SVNWCClient.java: > > > 935) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j > > > ava:39) > > > at > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > > > sorImpl.java:25) > > > at java.lang.reflect.Method.invoke(Method.java:597) > > > at > > > > > > org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMe > > > thodSite.invoke(PojoMetaMethodSite.java:189) > > > at > > > > > > org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaM > > > ethodSite.java:53) > > > at > > > org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallS > > > it > > > eArray.j > > > ava:45) > > > at > > > org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractC > > > al > > > lSite.ja > > > va:108) > > > at Script1.run(Script1.groovy:30) > > > at > > > org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptE > > > ng > > > in > > > eImpl.java:332) > > > ... 41 more > > > Caused by: org.tmatesoft.svn.core.SVNException: svn: E155005: > > > Directory > > > 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x- > > > Windows\lucene\tools\lib' is missing > > > at > > > > > > org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManag > > > er.java:64) > > > at > > > > > > org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManag > > > er.java:51) > > > at > > > > > > org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.retrieve(SVNWCAc > > > cess.java:732) > > > at > > > org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea.walkThisDirect > > > or > > > y > > > (SVNAdminArea.java:1320) > > > at > > > org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea.walkThisDirect > > > or > > > y > > > (SVNAdminArea.java:1325) > > > at > > > org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea.walkThisDirect > > > or > > > y > > > (SVNAdminArea.java:1325) > > > at > > > > > > org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.walkEntries(SVNW > > > CAccess.java:788) > > > ... 61 more > > > > > > Total time: 75 minutes 11 seconds > > > Build step 'Invoke Ant' marked build as failure Archiving artifacts > > > Recording test results Description set: Java: 64bit/jdk1.6.0_38 - > > > XX:+UseConcMarkSweepGC 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]
