The build history of the whole matrix build is hold as long as I configured. But the build history of the achses (sub builds) is hold only for two days. All older sub builds history is deleted from hdd.
      The last version of Jenkins, I know is working, is 1.484 to which I downgraded.

          [JENKINS-15799] loosing matrix sub builds

          Zvi Karov added a comment -

          I have the same problem on Jenkins on Win-7-64bit.
          Exist builds are disaplyed in gray as "No run" and I can't see the log, of course.
          Moving back to version 1.484 (as suggested) solved the problem for now.

          Zvi Karov added a comment - I have the same problem on Jenkins on Win-7-64bit. Exist builds are disaplyed in gray as "No run" and I can't see the log, of course. Moving back to version 1.484 (as suggested) solved the problem for now.

          Andrew Bayer added a comment -

          Confirmed that 1.484 brings back the builds, but 1.485 does not. There's nothing in the jenkins log to explain this - no exception, etc. I've seen this happen with matrix builds running on dynamic slaves and permanent slaves, with the same results.

          Andrew Bayer added a comment - Confirmed that 1.484 brings back the builds, but 1.485 does not. There's nothing in the jenkins log to explain this - no exception, etc. I've seen this happen with matrix builds running on dynamic slaves and permanent slaves, with the same results.

          The ticket I opened got closed as a duplicate of this one. I saw this "forgetting" behavior with a renamed, top-level, non-matrix job. Right after renaming the job, the builds showed in the history, but ... several hours later they were gone (altho still there on disk.)

          G. Ann Campbell added a comment - The ticket I opened got closed as a duplicate of this one. I saw this "forgetting" behavior with a renamed, top-level, non-matrix job. Right after renaming the job, the builds showed in the history, but ... several hours later they were gone (altho still there on disk.)

          I have the same problem. After upgrade to 1.487 I lose the build history for the new jobs which are added after the upgrade. Logging is still available for 1 or 2 days. Logs are available on filesystem, but can not be accessed from the jenkins console.

          Gert Jan Schipper added a comment - I have the same problem. After upgrade to 1.487 I lose the build history for the new jobs which are added after the upgrade. Logging is still available for 1 or 2 days. Logs are available on filesystem, but can not be accessed from the jenkins console.

          Gert Jan Schipper added a comment - - edited

          I'm getting this kind of errors on the node:

          Dec 04, 2012 12:56:37 PM hudson.scm.SubversionSCM$CheckOutTask checkClockOutOfSync
          INFO: Failed to estimate the remote time stamp
          org.tmatesoft.svn.core.SVNException: svn: PROPFIND /repos/tools failed
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:298)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:283)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:271)
          	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind(DAVConnection.java:126)
          	at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:73)
          	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.info(DAVRepository.java:753)
          	at hudson.scm.SubversionSCM$CheckOutTask.checkClockOutOfSync(SubversionSCM.java:793)
          	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:771)
          	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753)
          	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2308)
          	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
          	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
          	at hudson.remoting.Request$2.run(Request.java:326)
          	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
          	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
          	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
          	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
          	at java.lang.Thread.run(Thread.java:722)
          Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: PROPFIND /repos/tools failed
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:146)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:89)
          	... 19 more
          Caused by: org.tmatesoft.svn.core.SVNAuthenticationException: svn: PROPFIND request failed on '/repos/tools'
          svn: PROPFIND of /repos/tools: 403 Forbidden (http://srv-ind-scrat:8080)
          	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:62)
          	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:656)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:292)
          	... 18 more
          Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: PROPFIND request failed on '/repos/tools'
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:146)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:89)
          	at org.tmatesoft.svn.core.SVNErrorMessage.wrap(SVNErrorMessage.java:366)
          	... 20 more
          Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: PROPFIND of /repos/tools: 403 Forbidden (http://srv-ind-scrat:8080)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:181)
          	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:133)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.createDefaultErrorMessage(HTTPRequest.java:444)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:189)
          	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:379)
          	... 19 more

          Gert Jan Schipper added a comment - - edited I'm getting this kind of errors on the node: Dec 04, 2012 12:56:37 PM hudson.scm.SubversionSCM$CheckOutTask checkClockOutOfSync INFO: Failed to estimate the remote time stamp org.tmatesoft.svn.core.SVNException: svn: PROPFIND /repos/tools failed at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:298) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:283) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:271) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind(DAVConnection.java:126) at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:73) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.info(DAVRepository.java:753) at hudson.scm.SubversionSCM$CheckOutTask.checkClockOutOfSync(SubversionSCM.java:793) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:771) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2308) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang. Thread .run( Thread .java:722) Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: PROPFIND /repos/tools failed at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:146) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:89) ... 19 more Caused by: org.tmatesoft.svn.core.SVNAuthenticationException: svn: PROPFIND request failed on '/repos/tools' svn: PROPFIND of /repos/tools: 403 Forbidden (http: //srv-ind-scrat:8080) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:62) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:656) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:292) ... 18 more Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: PROPFIND request failed on '/repos/tools' at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:146) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:89) at org.tmatesoft.svn.core.SVNErrorMessage.wrap(SVNErrorMessage.java:366) ... 20 more Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: PROPFIND of /repos/tools: 403 Forbidden (http: //srv-ind-scrat:8080) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:200) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:181) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:133) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.createDefaultErrorMessage(HTTPRequest.java:444) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:189) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:379) ... 19 more

          VladDRussian added a comment -

          Confirmed this issue is still present in 1.493 & 1.500. The parent build logs are there, but all of the sub (matrix/label) build logs only keep the last one or two builds. If using touch stone build then they keep different things as well.

          A simple matrix job does not seem to have any issues. (less then 5 second) And using SCM or copying in a zip to use for the build still has the issue where the logs are not being kept. I have not been able to find anything extra in my logs in regards to this.

          VladDRussian added a comment - Confirmed this issue is still present in 1.493 & 1.500. The parent build logs are there, but all of the sub (matrix/label) build logs only keep the last one or two builds. If using touch stone build then they keep different things as well. A simple matrix job does not seem to have any issues. (less then 5 second) And using SCM or copying in a zip to use for the build still has the issue where the logs are not being kept. I have not been able to find anything extra in my logs in regards to this.

          Jesse Glick added a comment -

          Probably relates to lazy-loading.

          Jesse Glick added a comment - Probably relates to lazy-loading.

          Florent Revelut added a comment - Seems to be related to https://issues.jenkins-ci.org/browse/JENKINS-15156

          I tested Jenkins 1.485 in the debugger on Ubuntu and observed the lazy loading behaviour.

          Through the forced GC and accessing pages, I was able to cause Jenkins to discard records and reloads them on demand, and it worked correctly for me. I did notice that JENKINS-15587 would have caused a problem on Windows with the symlink support on. Based on the original reporter's environment and zkarov's environment, which are both Windows that's capable of supporting symlinks, I'm marking this as a duplicate of JENKINS-15587.

          The fix for JENKINS-15587 is scheduled for 1.507. If you continue to see this problem post 1.507, please reopen the ticket but be sure to provide the following information:

          • OS on your master
          • If Windows, whether you see symlinks in the builds directory
          • any suspicious warning/error messages in the server console output that points to a load failure of build records.

          Kohsuke Kawaguchi added a comment - I tested Jenkins 1.485 in the debugger on Ubuntu and observed the lazy loading behaviour. Through the forced GC and accessing pages, I was able to cause Jenkins to discard records and reloads them on demand, and it worked correctly for me. I did notice that JENKINS-15587 would have caused a problem on Windows with the symlink support on. Based on the original reporter's environment and zkarov 's environment, which are both Windows that's capable of supporting symlinks, I'm marking this as a duplicate of JENKINS-15587 . The fix for JENKINS-15587 is scheduled for 1.507. If you continue to see this problem post 1.507, please reopen the ticket but be sure to provide the following information: OS on your master If Windows, whether you see symlinks in the builds directory any suspicious warning/error messages in the server console output that points to a load failure of build records.

          Zvi Karov added a comment - - edited

          I updated to version 1.508 on Windows 7 /64 bit.
          In all my matrix, sub build olders than 2 days - removed from disk, the sub builds not exists on the disk anymore (so moving back to 1.484 will not restore the old state). parents build were not removed and I see Not run in the status of sub_build in the matrix.

          parents builds:
          Symlinks, only for new builds that run with 1.508, but older builds were not removed from history.

          There are symlinks, but only for the sub builds from last 2 days, all other sub builds - removed from disk and from history of jenkins, and of course no symlink for them.

          This is the log I got when error occurred first about half an hour after running 1.508 version:

          Apr 2, 2013 1:42:40 PM hudson.model.RunMap retrieve
          WARNING: could not load D:\Jenkins\jobs\trunk_st\configurations\axis-Platform\Win\axis-ProjectName\Akado%5CConsumer_Ird\builds\1377
          hudson.util.IOException2: Invalid directory name D:\Jenkins\jobs\trunk_st\configurations\axis-Platform\Win\axis-ProjectName\Akado%5CConsumer_Ird\builds\1377
          at hudson.model.Run.parseTimestampFromBuildDir(Run.java:354)
          at hudson.model.Run.<init>(Run.java:294)
          at hudson.model.AbstractBuild.<init>(AbstractBuild.java:182)
          at hudson.model.Build.<init>(Build.java:103)
          at hudson.matrix.MatrixRun.<init>(MatrixRun.java:58)
          at sun.reflect.GeneratedConstructorAccessor103.newInstance(Unknown Source)
          at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
          at java.lang.reflect.Constructor.newInstance(Unknown Source)
          at hudson.model.AbstractProject.loadBuild(AbstractProject.java:1117)
          at hudson.model.AbstractProject$1.create(AbstractProject.java:317)
          at hudson.model.AbstractProject$1.create(AbstractProject.java:315)
          at hudson.model.RunMap.retrieve(RunMap.java:225)
          at hudson.model.RunMap.retrieve(RunMap.java:59)
          at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:667)
          at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:629)
          at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:368)
          at jenkins.model.lazy.AbstractLazyLoadRunMap.getByNumber(AbstractLazyLoadRunMap.java:526)
          at hudson.model.AbstractProject.getBuildByNumber(AbstractProject.java:1039)
          at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:376)
          at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580)
          at hudson.model.Run.execute(Run.java:1575)
          at hudson.matrix.MatrixBuild.run(MatrixBuild.java:304)
          at hudson.model.ResourceController.execute(ResourceController.java:88)
          at hudson.model.Executor.run(Executor.java:237)
          at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66)
          Caused by: java.text.ParseException: Unparseable date: "1377"
          at java.text.DateFormat.parse(Unknown Source)
          at hudson.model.Run.parseTimestampFromBuildDir(Run.java:352)
          ... 24 more

          Zvi Karov added a comment - - edited I updated to version 1.508 on Windows 7 /64 bit. In all my matrix, sub build olders than 2 days - removed from disk, the sub builds not exists on the disk anymore (so moving back to 1.484 will not restore the old state). parents build were not removed and I see Not run in the status of sub_build in the matrix. parents builds: Symlinks, only for new builds that run with 1.508, but older builds were not removed from history. There are symlinks, but only for the sub builds from last 2 days, all other sub builds - removed from disk and from history of jenkins, and of course no symlink for them. This is the log I got when error occurred first about half an hour after running 1.508 version: Apr 2, 2013 1:42:40 PM hudson.model.RunMap retrieve WARNING: could not load D:\Jenkins\jobs\trunk_st\configurations\axis-Platform\Win\axis-ProjectName\Akado%5CConsumer_Ird\builds\1377 hudson.util.IOException2: Invalid directory name D:\Jenkins\jobs\trunk_st\configurations\axis-Platform\Win\axis-ProjectName\Akado%5CConsumer_Ird\builds\1377 at hudson.model.Run.parseTimestampFromBuildDir(Run.java:354) at hudson.model.Run.<init>(Run.java:294) at hudson.model.AbstractBuild.<init>(AbstractBuild.java:182) at hudson.model.Build.<init>(Build.java:103) at hudson.matrix.MatrixRun.<init>(MatrixRun.java:58) at sun.reflect.GeneratedConstructorAccessor103.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at hudson.model.AbstractProject.loadBuild(AbstractProject.java:1117) at hudson.model.AbstractProject$1.create(AbstractProject.java:317) at hudson.model.AbstractProject$1.create(AbstractProject.java:315) at hudson.model.RunMap.retrieve(RunMap.java:225) at hudson.model.RunMap.retrieve(RunMap.java:59) at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:667) at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:629) at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:368) at jenkins.model.lazy.AbstractLazyLoadRunMap.getByNumber(AbstractLazyLoadRunMap.java:526) at hudson.model.AbstractProject.getBuildByNumber(AbstractProject.java:1039) at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:376) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:580) at hudson.model.Run.execute(Run.java:1575) at hudson.matrix.MatrixBuild.run(MatrixBuild.java:304) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:237) at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66) Caused by: java.text.ParseException: Unparseable date: "1377" at java.text.DateFormat.parse(Unknown Source) at hudson.model.Run.parseTimestampFromBuildDir(Run.java:352) ... 24 more

          G. Ann Campbell added a comment - - edited

          I'm seeing this with freestyle builds after our recent upgrade to 1.513. Note that I initially reported this issue in JENKINS-15979, which has been marked a duplicate of this ticket. My initial report (although I didn't think to mention it) was about freestyle builds.

          As with JENKINS-15979, what we saw on 1.513 was that the build history was missing from the renamed job and builds fired after the rename would be available in history for a while, then disappear. However, the builds were all there on disk. Once again, restarting fixed the problem.

          Linux (CentOS).

          G. Ann Campbell added a comment - - edited I'm seeing this with freestyle builds after our recent upgrade to 1.513. Note that I initially reported this issue in JENKINS-15979 , which has been marked a duplicate of this ticket. My initial report (although I didn't think to mention it) was about freestyle builds. As with JENKINS-15979 , what we saw on 1.513 was that the build history was missing from the renamed job and builds fired after the rename would be available in history for a while, then disappear. However, the builds were all there on disk. Once again, restarting fixed the problem. Linux (CentOS).

          Sven Appenrodt added a comment - - edited

          We're using Jenkins v1.59 on a Win7x64 machine.
          Same problem.

          Even adding logRotator configuration to each axis didn't work

          Sven Appenrodt added a comment - - edited We're using Jenkins v1.59 on a Win7x64 machine. Same problem. Even adding logRotator configuration to each axis didn't work

          We are still unable to reproduce this problem locally, which is making the fix difficult.

          To better understand what's going on, we need help from those who are seeing this problem.

          Our current leading hypothesis is that the log rotator is going rogue and deleting build records that it's not supposed to delete. While we don't know how this happens, if this is the case, then we can monitor its behavior by installing additional RunListener into the running system.

          To do so, please go to the Groovy script console (from "Manage Jenkins" link) and run the following command:

          import java.util.logging.*;
          
          class DeletionListener extends hudson.model.listeners.RunListener<Run>  {
            def l = Logger.getLogger("zd-13124");
          
            public void onDeleted(Run r) {
              l.log(Level.WARNING, "Deleting "+r.fullDisplayName, new Exception());
            }
          }
          
          new DeletionListener().register();
          

          With this installed, you should start seeing the stack trace reported on every time Jenkins deletes a build record. Note that this is only effective until you restart Jenkins, so if you restart Jenkins you'll have to run this script again.

          Do a new build, and if you observe that the records are gone, please check the Jenkins log and see if you can spot logging output from this listener. Attach the stack trace to this ticket as a comment so that we can udnerstand what's going on.

          Kohsuke Kawaguchi added a comment - We are still unable to reproduce this problem locally, which is making the fix difficult. To better understand what's going on, we need help from those who are seeing this problem. Our current leading hypothesis is that the log rotator is going rogue and deleting build records that it's not supposed to delete. While we don't know how this happens, if this is the case, then we can monitor its behavior by installing additional RunListener into the running system. To do so, please go to the Groovy script console (from "Manage Jenkins" link) and run the following command: import java.util.logging.*; class DeletionListener extends hudson.model.listeners.RunListener<Run> { def l = Logger.getLogger("zd-13124"); public void onDeleted(Run r) { l.log(Level.WARNING, "Deleting "+r.fullDisplayName, new Exception()); } } new DeletionListener().register(); With this installed, you should start seeing the stack trace reported on every time Jenkins deletes a build record. Note that this is only effective until you restart Jenkins, so if you restart Jenkins you'll have to run this script again. Do a new build, and if you observe that the records are gone, please check the Jenkins log and see if you can spot logging output from this listener. Attach the stack trace to this ticket as a comment so that we can udnerstand what's going on.

          Richard Adams added a comment - - edited

          I have been seeing this problem on a matrix build that has 3 configurations. I don't have any build deletion rule for BuildMultixxx. (I would like to keep all of these). There is a build deletion rule for the job "Installer - Phoenix Sim". The "Installer" build job uses some artifacts from the BuildMultixxx job. Here is a portion of my Jenkins stack trace. This is from Jenkins ver. 1.531

          Sep 24, 2013 3:59:21 PM INFO hudson.model.AsyncPeriodicWork$1 run
          Finished Gravatar periodic lookup. 13175 ms
          Sep 24, 2013 4:01:06 PM INFO hudson.triggers.SCMTrigger$Runner run
          SCM changes detected in BuildMultiPhoenix. Triggering  #856
          Sep 24, 2013 4:04:22 PM INFO hudson.model.Run execute
          Installer - Phoenix Sim #162 - 855 main build action completed: SUCCESS
          Sep 24, 2013 4:04:24 PM WARNING java_util_logging_Logger$log call
          Deleting Installer - Phoenix Sim #132 - 738
          java.lang.Exception
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
          	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
          	at java.lang.reflect.Constructor.newInstance(Unknown Source)
          	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
          	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102)
          	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:54)
          	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:182)
          	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186)
          	at DeletionListener.onDeleted(Script1.groovy:7)
          	at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244)
          	at hudson.model.Run.delete(Run.java:1363)
          	at hudson.tasks.LogRotator.perform(LogRotator.java:124)
          	at hudson.model.Job.logRotate(Job.java:437)
          	at hudson.model.Run.execute(Run.java:1667)
          	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
          	at hudson.model.ResourceController.execute(ResourceController.java:88)
          	at hudson.model.Executor.run(Executor.java:246)
          
          Sep 24, 2013 4:04:48 PM INFO hudson.model.Run execute
          BuildMultiPhoenix » SimRelease 9.75.0.856-a main build action completed: SUCCESS
          Sep 24, 2013 4:04:48 PM INFO hudson.model.Run execute
          BuildMultiPhoenix » RTRelease 9.75.0.856-a main build action completed: SUCCESS
          Sep 24, 2013 4:04:57 PM WARNING java_util_logging_Logger$log call
          Deleting BuildMultiPhoenix » RTRelease 9.75.0.851-a
          java.lang.Exception
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
          	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
          	at java.lang.reflect.Constructor.newInstance(Unknown Source)
          	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
          	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102)
          	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186)
          	at DeletionListener.onDeleted(Script1.groovy:7)
          	at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244)
          	at hudson.model.Run.delete(Run.java:1363)
          	at hudson.matrix.LinkedLogRotator.perform(LinkedLogRotator.java:64)
          	at hudson.model.Job.logRotate(Job.java:437)
          	at hudson.model.Run.execute(Run.java:1667)
          	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
          	at hudson.model.ResourceController.execute(ResourceController.java:88)
          	at hudson.model.Executor.run(Executor.java:246)
          
          Sep 24, 2013 4:04:57 PM WARNING java_util_logging_Logger$log call
          Deleting BuildMultiPhoenix » RTRelease 9.75.0.850-a
          java.lang.Exception
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
          	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
          	at java.lang.reflect.Constructor.newInstance(Unknown Source)
          	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
          	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102)
          	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186)
          	at DeletionListener.onDeleted(Script1.groovy:7)
          	at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244)
          	at hudson.model.Run.delete(Run.java:1363)
          	at hudson.matrix.LinkedLogRotator.perform(LinkedLogRotator.java:64)
          	at hudson.model.Job.logRotate(Job.java:437)
          	at hudson.model.Run.execute(Run.java:1667)
          	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
          	at hudson.model.ResourceController.execute(ResourceController.java:88)
          	at hudson.model.Executor.run(Executor.java:246)
          
          Sep 24, 2013 4:05:02 PM WARNING java_util_logging_Logger$log call
          Deleting BuildMultiPhoenix » SimRelease 9.75.0.851-a
          java.lang.Exception
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
          	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
          	at java.lang.reflect.Constructor.newInstance(Unknown Source)
          	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
          	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102)
          	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186)
          	at DeletionListener.onDeleted(Script1.groovy:7)
          	at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244)
          	at hudson.model.Run.delete(Run.java:1363)
          	at hudson.matrix.LinkedLogRotator.perform(LinkedLogRotator.java:64)
          	at hudson.model.Job.logRotate(Job.java:437)
          	at hudson.model.Run.execute(Run.java:1667)
          	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
          	at hudson.model.ResourceController.execute(ResourceController.java:88)
          	at hudson.model.Executor.run(Executor.java:246)
          
          Sep 24, 2013 4:05:02 PM WARNING java_util_logging_Logger$log call
          Deleting BuildMultiPhoenix » SimRelease 9.75.0.850-a
          java.lang.Exception
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
          	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
          	at java.lang.reflect.Constructor.newInstance(Unknown Source)
          	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
          	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102)
          	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186)
          	at DeletionListener.onDeleted(Script1.groovy:7)
          	at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244)
          	at hudson.model.Run.delete(Run.java:1363)
          	at hudson.matrix.LinkedLogRotator.perform(LinkedLogRotator.java:64)
          	at hudson.model.Job.logRotate(Job.java:437)
          	at hudson.model.Run.execute(Run.java:1667)
          	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
          	at hudson.model.ResourceController.execute(ResourceController.java:88)
          	at hudson.model.Executor.run(Executor.java:246)
          
          Sep 24, 2013 4:05:09 PM INFO hudson.model.Run execute
          BuildMultiPhoenix » Release 9.75.0.856-a main build action completed: SUCCESS
          Sep 24, 2013 4:05:22 PM WARNING java_util_logging_Logger$log call
          Deleting BuildMultiPhoenix » Release 9.75.0.851-a
          java.lang.Exception
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
          	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
          	at java.lang.reflect.Constructor.newInstance(Unknown Source)
          	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
          	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102)
          	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186)
          	at DeletionListener.onDeleted(Script1.groovy:7)
          	at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244)
          	at hudson.model.Run.delete(Run.java:1363)
          	at hudson.matrix.LinkedLogRotator.perform(LinkedLogRotator.java:64)
          	at hudson.model.Job.logRotate(Job.java:437)
          	at hudson.model.Run.execute(Run.java:1667)
          	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
          	at hudson.model.ResourceController.execute(ResourceController.java:88)
          	at hudson.model.Executor.run(Executor.java:246)
          
          Sep 24, 2013 4:05:22 PM WARNING java_util_logging_Logger$log call
          Deleting BuildMultiPhoenix » Release 9.75.0.850-a
          java.lang.Exception
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
          	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
          	at java.lang.reflect.Constructor.newInstance(Unknown Source)
          	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77)
          	at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102)
          	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186)
          	at DeletionListener.onDeleted(Script1.groovy:7)
          	at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244)
          	at hudson.model.Run.delete(Run.java:1363)
          	at hudson.matrix.LinkedLogRotator.perform(LinkedLogRotator.java:64)
          	at hudson.model.Job.logRotate(Job.java:437)
          	at hudson.model.Run.execute(Run.java:1667)
          	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
          	at hudson.model.ResourceController.execute(ResourceController.java:88)
          	at hudson.model.Executor.run(Executor.java:246)
          
          Sep 24, 2013 4:05:32 PM INFO hudson.model.Run execute
          BuildMultiPhoenix 9.75.0.856-a main build action completed: SUCCESS
          Sep 24, 2013 4:07:09 PM INFO hudson.model.Run execute
          UnitTestPhoenix TEST 600:856 main build action completed: SUCCESS
          Sep 24, 2013 4:07:10 PM INFO hudson.model.Run execute
          BuildMultiPhoenix » promotion » Unit Tests Pass #420 main build action completed: SUCCESS
          Sep 24, 2013 4:10:42 PM INFO hudson.model.Run execute
          TestPhoenix_9_75_Remote TEST 1111:856 main build action completed: UNSTABLE
          Sep 24, 2013 4:10:46 PM INFO hudson.model.Run execute
          TestSimPhoenix_Remote TEST 1359:856 main build action completed: SUCCESS
          Sep 24, 2013 4:15:43 PM INFO hudson.model.Run execute
          TestPhoenix_9_75_Remote TEST 1112:856 main build action completed: UNSTABLE
          Sep 24, 2013 4:20:42 PM INFO hudson.model.Run execute
          TestPhoenix_9_75_Remote TEST 1113:856 main build action completed: SUCCESS
          Sep 24, 2013 4:20:45 PM INFO hudson.model.Run execute
          BuildMultiPhoenix » promotion » Smoke Tests Pass #376 main build action completed: SUCCESS
          Sep 24, 2013 4:29:07 PM INFO hudson.model.AsyncPeriodicWork$1 run
          Started Gravatar periodic lookup
          Sep 24, 2013 4:29:17 PM INFO hudson.model.AsyncPeriodicWork$1 run
          Finished Gravatar periodic lookup. 9351 ms
          Sep 24, 2013 4:30:22 PM INFO hudson.model.Run execute
          TestSimPhoenixSingles #501 main build action completed: SUCCESS
          Sep 24, 2013 4:30:25 PM INFO hudson.model.Run execute
          BuildMultiPhoenix » promotion » Automated Functional Regression Passed #165 main build action completed: SUCCESS
          

          Richard Adams added a comment - - edited I have been seeing this problem on a matrix build that has 3 configurations. I don't have any build deletion rule for BuildMultixxx. (I would like to keep all of these). There is a build deletion rule for the job "Installer - Phoenix Sim". The "Installer" build job uses some artifacts from the BuildMultixxx job. Here is a portion of my Jenkins stack trace. This is from Jenkins ver. 1.531 Sep 24, 2013 3:59:21 PM INFO hudson.model.AsyncPeriodicWork$1 run Finished Gravatar periodic lookup. 13175 ms Sep 24, 2013 4:01:06 PM INFO hudson.triggers.SCMTrigger$Runner run SCM changes detected in BuildMultiPhoenix. Triggering #856 Sep 24, 2013 4:04:22 PM INFO hudson.model.Run execute Installer - Phoenix Sim #162 - 855 main build action completed: SUCCESS Sep 24, 2013 4:04:24 PM WARNING java_util_logging_Logger$log call Deleting Installer - Phoenix Sim #132 - 738 java.lang.Exception at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:54) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:182) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186) at DeletionListener.onDeleted(Script1.groovy:7) at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244) at hudson.model.Run.delete(Run.java:1363) at hudson.tasks.LogRotator.perform(LogRotator.java:124) at hudson.model.Job.logRotate(Job.java:437) at hudson.model.Run.execute(Run.java:1667) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:246) Sep 24, 2013 4:04:48 PM INFO hudson.model.Run execute BuildMultiPhoenix » SimRelease 9.75.0.856-a main build action completed: SUCCESS Sep 24, 2013 4:04:48 PM INFO hudson.model.Run execute BuildMultiPhoenix » RTRelease 9.75.0.856-a main build action completed: SUCCESS Sep 24, 2013 4:04:57 PM WARNING java_util_logging_Logger$log call Deleting BuildMultiPhoenix » RTRelease 9.75.0.851-a java.lang.Exception at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186) at DeletionListener.onDeleted(Script1.groovy:7) at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244) at hudson.model.Run.delete(Run.java:1363) at hudson.matrix.LinkedLogRotator.perform(LinkedLogRotator.java:64) at hudson.model.Job.logRotate(Job.java:437) at hudson.model.Run.execute(Run.java:1667) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:246) Sep 24, 2013 4:04:57 PM WARNING java_util_logging_Logger$log call Deleting BuildMultiPhoenix » RTRelease 9.75.0.850-a java.lang.Exception at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186) at DeletionListener.onDeleted(Script1.groovy:7) at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244) at hudson.model.Run.delete(Run.java:1363) at hudson.matrix.LinkedLogRotator.perform(LinkedLogRotator.java:64) at hudson.model.Job.logRotate(Job.java:437) at hudson.model.Run.execute(Run.java:1667) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:246) Sep 24, 2013 4:05:02 PM WARNING java_util_logging_Logger$log call Deleting BuildMultiPhoenix » SimRelease 9.75.0.851-a java.lang.Exception at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186) at DeletionListener.onDeleted(Script1.groovy:7) at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244) at hudson.model.Run.delete(Run.java:1363) at hudson.matrix.LinkedLogRotator.perform(LinkedLogRotator.java:64) at hudson.model.Job.logRotate(Job.java:437) at hudson.model.Run.execute(Run.java:1667) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:246) Sep 24, 2013 4:05:02 PM WARNING java_util_logging_Logger$log call Deleting BuildMultiPhoenix » SimRelease 9.75.0.850-a java.lang.Exception at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186) at DeletionListener.onDeleted(Script1.groovy:7) at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244) at hudson.model.Run.delete(Run.java:1363) at hudson.matrix.LinkedLogRotator.perform(LinkedLogRotator.java:64) at hudson.model.Job.logRotate(Job.java:437) at hudson.model.Run.execute(Run.java:1667) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:246) Sep 24, 2013 4:05:09 PM INFO hudson.model.Run execute BuildMultiPhoenix » Release 9.75.0.856-a main build action completed: SUCCESS Sep 24, 2013 4:05:22 PM WARNING java_util_logging_Logger$log call Deleting BuildMultiPhoenix » Release 9.75.0.851-a java.lang.Exception at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186) at DeletionListener.onDeleted(Script1.groovy:7) at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244) at hudson.model.Run.delete(Run.java:1363) at hudson.matrix.LinkedLogRotator.perform(LinkedLogRotator.java:64) at hudson.model.Job.logRotate(Job.java:437) at hudson.model.Run.execute(Run.java:1667) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:246) Sep 24, 2013 4:05:22 PM WARNING java_util_logging_Logger$log call Deleting BuildMultiPhoenix » Release 9.75.0.850-a java.lang.Exception at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:186) at DeletionListener.onDeleted(Script1.groovy:7) at hudson.model.listeners.RunListener.fireDeleted(RunListener.java:244) at hudson.model.Run.delete(Run.java:1363) at hudson.matrix.LinkedLogRotator.perform(LinkedLogRotator.java:64) at hudson.model.Job.logRotate(Job.java:437) at hudson.model.Run.execute(Run.java:1667) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:246) Sep 24, 2013 4:05:32 PM INFO hudson.model.Run execute BuildMultiPhoenix 9.75.0.856-a main build action completed: SUCCESS Sep 24, 2013 4:07:09 PM INFO hudson.model.Run execute UnitTestPhoenix TEST 600:856 main build action completed: SUCCESS Sep 24, 2013 4:07:10 PM INFO hudson.model.Run execute BuildMultiPhoenix » promotion » Unit Tests Pass #420 main build action completed: SUCCESS Sep 24, 2013 4:10:42 PM INFO hudson.model.Run execute TestPhoenix_9_75_Remote TEST 1111:856 main build action completed: UNSTABLE Sep 24, 2013 4:10:46 PM INFO hudson.model.Run execute TestSimPhoenix_Remote TEST 1359:856 main build action completed: SUCCESS Sep 24, 2013 4:15:43 PM INFO hudson.model.Run execute TestPhoenix_9_75_Remote TEST 1112:856 main build action completed: UNSTABLE Sep 24, 2013 4:20:42 PM INFO hudson.model.Run execute TestPhoenix_9_75_Remote TEST 1113:856 main build action completed: SUCCESS Sep 24, 2013 4:20:45 PM INFO hudson.model.Run execute BuildMultiPhoenix » promotion » Smoke Tests Pass #376 main build action completed: SUCCESS Sep 24, 2013 4:29:07 PM INFO hudson.model.AsyncPeriodicWork$1 run Started Gravatar periodic lookup Sep 24, 2013 4:29:17 PM INFO hudson.model.AsyncPeriodicWork$1 run Finished Gravatar periodic lookup. 9351 ms Sep 24, 2013 4:30:22 PM INFO hudson.model.Run execute TestSimPhoenixSingles #501 main build action completed: SUCCESS Sep 24, 2013 4:30:25 PM INFO hudson.model.Run execute BuildMultiPhoenix » promotion » Automated Functional Regression Passed #165 main build action completed: SUCCESS

          Upgraded to Jenkins version 1.539 several days (or months ago).
          LogRotation is set to X days and Y builds and another job is set to Y builds only.
          Problem does not occur anymore on both machines.

          Please can anyone confirm this?

          Sven Appenrodt added a comment - Upgraded to Jenkins version 1.539 several days (or months ago). LogRotation is set to X days and Y builds and another job is set to Y builds only. Problem does not occur anymore on both machines. Please can anyone confirm this?

          Daniel Beck added a comment -

          Can someone please confirm whether this problem is still happening on recent Jenkins versions (preferably recent enough for the Matrix Project to have been moved into a plugin)? Possibly even while running Kohsuke's diagnostic script?

          Daniel Beck added a comment - Can someone please confirm whether this problem is still happening on recent Jenkins versions (preferably recent enough for the Matrix Project to have been moved into a plugin)? Possibly even while running Kohsuke's diagnostic script?

          Never lost any subbuild again so i suggest to close this ticket and the related one.
          If there are still problems, we can reopen this bug or create a new one.

          Sven Appenrodt added a comment - Never lost any subbuild again so i suggest to close this ticket and the related one. If there are still problems, we can reopen this bug or create a new one.

          Jan Hudec added a comment -

          Happened to me few days ago with 1.557 on Windows. Nothing mentioning the job in log. Happened after few months of no problems. I'll try installing the listener.

          Jan Hudec added a comment - Happened to me few days ago with 1.557 on Windows. Nothing mentioning the job in log. Happened after few months of no problems. I'll try installing the listener.

          Daniel Beck added a comment -

          bulb: Any news?

          Daniel Beck added a comment - bulb : Any news?

          Daniel Beck added a comment -

          Assuming this is obsolete given the lack of positive responses to recent comments asking for updates.

          If you experience a similar problem in recent Jenkins versions, it's probably best to file a new issue against the matrix project plugin to prevent confusion when trying to determine the cause.

          Daniel Beck added a comment - Assuming this is obsolete given the lack of positive responses to recent comments asking for updates. If you experience a similar problem in recent Jenkins versions, it's probably best to file a new issue against the matrix project plugin to prevent confusion when trying to determine the cause.

            kohsuke Kohsuke Kawaguchi
            tomasch Thomas Reinicke
            Votes:
            26 Vote for this issue
            Watchers:
            31 Start watching this issue

              Created:
              Updated:
              Resolved: